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 →

ng-conf is the World’s Original AngularJS Conference. Top JavaScript developers from Google and around the world come together for this event. ng-conf is a multi day, single track conference focused on delivering the highest quality training in the Angular JavaScript framework. Here are all the recordings of the talks @ ng-conf 2017. ng-conf 2017 playlist: […]

Read More →

Memory Management Reference is a resource for programmers and computer scientists interested in memory management and garbage collection. It provides: A glossary of more than 500 memory management terms Articles giving a beginner’s overview of memory management. Books and research papers related to memory management. Frequently asked questions about memory management. “No matter where you […]

Read More →

Serverless computing/architecture allows you to build and run applications and services without having to manage infrastructure. Your application still runs on servers, but all the server management is done by a container (example AWS). You no longer have to provision, scale, and maintain servers to run your applications, databases, and storage systems. Serverless code can […]

Read More →

Most software developers only ever get to know a handful of large programs well—usually programs they wrote themselves—and never study the great programs of history. As a result, they repeat one another’s mistakes rather than building on one another’s successes. If you are a junior developer, and want to learn how your more experienced colleagues […]

Read More →