Microservices Are Not Magic-Driven
DZone Software is not driven by "magic that just happens." It works thanks to well-designed, reliable mechanisms. As software engineers,…
Aggregating the Future
DZone Software is not driven by "magic that just happens." It works thanks to well-designed, reliable mechanisms. As software engineers,…
DZone It has been proposed that a method named isSameContents() be added to the Files class in JDK 11 via…
DZone Introduction HBase is one of the NoSQL data stores available in the Apache Hadoop ecosystem. It is an open-source,…
DZone In this post, we will have a quick look at Rocker, a statically typed and fast Java 8 template…
DZone Brian Goetz lists AtomicReference in his the book Java Concurrency in Practice in the in the section on advanced…
DZone There has been a Cambrian explosion of JVM data technologies in recent years. It’s all very exciting, but is…
DZone Why Namespaces? Kubernetes Namespaces can be used to divide and manage a cluster, segregating the cluster for use by…
DZone Dockerizing a Scala application is pretty easy. The first concern is creating a fat JAR. Now, we all come…
DZone The addition of the Stream is one of the major new functionality in Java 8. This in-depth tutorial is…
DZone This post isn’t a tutorial on how to design immutable objects in Java. It’s more of a lament, or…