Messaging is more and more used in our applications. You probably saw Kafka or Pulsar popping up. But it has some challenges at dev and maintenance time so let see how we can integrate it in a CDI application.
A simple bash CLI structure for your automotionby Romain Manni-Bucau, 2022-04-09
We tend to write several scripts to automate repetitive tasks. Let see how to use a simple structure to ease that task.
Docker-compose is still a valid local option to run docker images. However it does not support HTTP probe as Kubernetes. Let see how to solve it for Java applications.
I got an interesting exchange on twitter about Java logging framework and I think this topic is worth a post since it is not as abvious as it can look like.