AtomicReference: A (Sometimes Easier) Alternative to Synchronized Blocks
DZone Brian Goetz lists AtomicReference in his the book Java Concurrency in Practice in the in the section on advanced…
Aggregating the Future
DZone Brian Goetz lists AtomicReference in his the book Java Concurrency in Practice in the in the section on advanced…
DZone Every machine learning practitioner will agree with me when I say that one of the most important parts of…
DZone Dockerizing a Scala application is pretty easy. The first concern is creating a fat JAR. Now, we all come…
DZone As we have seen in a previous post, the username and password for our Spring application was configured through…
DZone This post will walk through the steps to instrument a sample nodeJS/Express application, collecting our metrics with Telegraf, and…
DZone This project explores how to apply Machine Learning to IoT. As our IoT platform, we will use Android Things,…
DZone In part 5, we’ll get our "accountservice" up and running on a locally deployed Docker Swarm cluster and discuss…
DZone The addition of the Stream is one of the major new functionality in Java 8. This in-depth tutorial is…
DZone In the microservices world, Service Registry and Discovery play an important role because we most likely run multiple instances…
DZone Virtually all enterprise applications use data and require communication with databases and hence some kind of persistence layer implementation. Provided having…