In this post, I want to explore a problem I am facing at my day job - when to generate a heavy dynamic lookup structure the app needs to process requests. We will look at the different options, reason through the pros and cons, and then also look at implementations of the different options in an example project.
[Read More]Docker: Multi-node environment with a load balancer from a local Java project war
In this post, we will look at how a developer can quickly create a multi-node environment from his local Java project using Docker Compose.
[Read More]