Tips picked up from reading articles so they don't get lost in the void. · Your daily thoughts, practices, and how you internalize what happens around...
Some inspiring and well-being oriented Sketchplanations I've come across ·...
A look at implementing the Map/Filter/Reduce algorithm in Java using helper classes and the Stream API. · Pre-requisites: Lambda Expressions in Java...
In Java 8, every class which implements the java.util.Collection interface has a stream method which allows you to convert its instances intoStream...
Lambda expressions implement functional interfaces. Adds some functional programming patterns to an otherwise object-oriented language. Functional...
Purpose To give a brief overview about Maven and detail its most important components. What is Maven? Build Tool gives an artifact as an output...