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 / Java 10 by Marc Nuri
This post shows how to use Java Streams introduced in Java 8 to obtain a Map from a List using the method Collectors.toMap.Java 8 Streams: Convert List into Map2018-03-30 in Backend Development tagged Collector / Java / Java 8 / 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