↧
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 ArticleSpring 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
More Pages to Explore .....