This tutorial will dive into templating with Rocker, a Java 8 template engine designed to be statically typed, and the pros and cons of using this tool.
Are projects like Apache Spark about to get a serious boost? In this post, we learn about vectorized algorithms in Java, and what it means for the world of big data.
Java 8 offered a boon to parallel and asynchronous programming. Let's check out the lessons Java learned from JavaScript and how JDK 8 changed the game.
This deep dive into existential types in Scala will cover what problems they solve, particularly when switching from Java, and how to properly use them.
Looking for a new suite of technologies for your next web development project? Read on for an overview of the benefits of the MEAN stack for full-stack web development.
In this article, I am going to talk about how we can use the RabbitMQ Client library to manage queue messages and provide code snippets to explain the same.
This quick runthrough will help you turn on string deduplication for G1 garbage collection, as well as analyzes its impact on your app's memory footprint.