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 clever self-made project features a pick and place machine for rapid, largely automated microcontroller assembly with some help from the OpenPnP framework.
As useful as JPA is, you still run into problems when using it with Java 8's updated Date and Time API. Here's how to build an AttributeConverter and how Hibernate helps.
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.
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.
There are a variety of tactics available when it comes to using optional parameters. Here, we'll compare six different approaches to see which ones to pick and when.
Devs love writing code, but not necessarily docs. We take a look at how to integrate Swagger and Node to help you programmatically automate the doc writing process.
Working with distributed systems? Spring Cloud is probably a top pick for most devs. Let's see how to use both it and Spring Cloud Config for your projects.