Setting My Junior Developer Self Up For Success
Tips picked up from reading articles so they don't get lost in the void.
Search for a command to run...
Tips picked up from reading articles so they don't get lost in the void.
A look at implementing the Map/Filter/Reduce algorithm in Java using helper classes and the Stream API.
In Java 8, every class which implements the java.util.Collection interface has a stream method which allows you to convert its instances intoStream objects. Technically: typed interface Extends: BaseStream Also has: IntStream, LongStream, DoubleStre...
Lambda expressions implement functional interfaces. Adds some functional programming patterns to an otherwise object-oriented language. Functional Interface only one abstract method static and default methods do not count methods from object class l...
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 (component, jar, zip) manages dependencies Project Management versioning Meta information about the pro...
Hooks currently covered: pre-commit