It is better to be approximately right than precisely wrong. (Warren Buffet)
Tag: javascript
See the content related to javascript...
Monday 6 March 2023
A simple one-liner to convert a Javascript/Typescript Map Object to an array sorted according to the Map's value.
Friday 6 May 2022
Error creating bean with name '...'. IllegalArgumentException: warning no match for this type name. [Java, Spring Boot, JUnit]
Tuesday 22 June 2021
When executing any of the JUnit test cases within the Spring Framework in Eclipse a NoSuchBeanDefinitionException is arising. 'No qualifying bean of type ... available: expected at least 1 bean which qualifies as autowire candidate'. Fixed by replacing test class annotation as follows.
Tuesday 2 March 2021
Set up a Java development (tested here on Windows 10) using Chocolately, JDK and Gradle and an IDE of your choice.