Java 10 was released on March 20, 2018, introducing a new six-month release schedule and several new features. Learn what's new in Java 10.Java 10: Testing the new release2018-03-31 in Legacy tagged Java by Marc Nuri
Convert a List to a Map using Java Streams and Collectors.toMap(). Covers handling duplicates, order, immutable maps, and null values.Java Streams: Convert List into Map2018-03-30 in Backend Development tagged Collector / Java / List / Map / Streams by Marc Nuri
How to define and test custom Spring Data MongoDB repository methods for a book repository with unit tests.Spring Data MongoDB Custom repository implementation2018-03-09 in Backend Development tagged Java / MongoDB / Spring Framework / Spring Boot / Spring Data / Testing by Marc Nuri