Simple retry until with WGetby Romain Manni-Bucau, 2022-12-21
Awaiting a HTTP resource is a common need in Kubernetes or docker environments, let see how wget helps with that need.
Enable Asciidoctor Rendering with Giteaby Romain Manni-Bucau, 2022-12-02
Asciidoc is likely the best format, as of today, to write any documentation. However Gitea does not support its rendering by default. Let see how to enable it.
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.