Asynchronous event publishing using Spring Boot
30.07.2018 4 minute read
javaspringspring-bootAvoid NullPointerException - use Java 8 Optional
How to deal with the imperfect world of values? The world has changed with regards to how we treat the absence of value. Java has a brand new approach to it! Should you use it or keep on dealing with null
value on your own?
28.12.2018 4 minute read
software-developmentjavaMocking same method multiple times using Mockito? Can't be easier than that!
30.07.2018 2 minute read
testingsoftware-developmentjavaSpring MVC JUnit testing
Nowadays, it's all about the APIs. How do you test them in the Spring world? Is dealing with all that JSON coming in and out that complicated?
28.10.2018 3 minute read
software-developmentjavatestingspringJava 8 Stream API - reduce operator
30.07.2018 6 minute read
software-developmentjavastreamsLightweight strategy pattern in Java 8
28.08.2018 5 minute read
software-developmentsoftware-patternsjava