Java 9 is a unique major release for Java. What makes it unique is its introduction of modular components and segments throughout the entire JDK. This very feature is given the name, ‘Project Jigsaw’. The primary goals of this Project are to: Make the Java SE Platform, and the JDK, more easily scalable down to […]

Read More →

Yarn is a new package manager for JavaScript from Facebook. Yarn replaces the existing workflow for the npm client or other package managers while remaining compatible with the npm registry. It has the same feature set as existing workflows while operating faster, more securely, and more reliably. Yarn is able to parallelize operations, which maximizes […]

Read More →