Deadlock-Free Synchronization in Java
DZone Thread synchronization is a great tool to overcome race conditions in multithreaded programs. But, it also has a dark…
Aggregating the Future
DZone Thread synchronization is a great tool to overcome race conditions in multithreaded programs. But, it also has a dark…
DZone Over the course of my career, a problem that I have had to face fairly repeatedly is dealing with…
DZone There are several open-source and third-party libraries that have become de-facto standards to reduce development effort and keep complexity…
DZone Split testing is a feature you aren’t using enough. It’s a great way to test changes with your visitors…
DZone When we have done HTTP to gRPC transcoding with help of envoy gRPC-JSON transcoder, then we must have gone…
DZone My last article Developing Micro Frontends with Single-Spa explained how to break down monolithic web applications in micro frontends…
DZone In the process of building new or modernizing older applications, backend functionality is often broken down into multiple microservices.…
DZone This article covers calling a REST API from a Camel route. We will try to call the GET endpoint…
DZone Context This is a 3 part series for unit testing the controller, service, and repository layers in a typical…
DZone In the video below, we take a closer look at the JMS API Programming Model with a Java Message…