Quantcast
Browsing latest articles
Browse All 2 View Live

Image may be NSFW.
Clik here to view.

Performance: Stream.concat vs. New ArrayList

During a code review, I suggested some code improvements related to JDK8+ streams. The original code looked very similar to the following: List<Element> result =...

View Article


Spring Boot: Strategy Design Pattern – Convenience and Limitation

You might have already used the strategy pattern in relationship with Spring Boot where it is very convenient to use. You simply define an interface for example (I use the prefixing I only in these...

View Article

Browsing latest articles
Browse All 2 View Live