Enable JRE HttpClient hostname validation per instance by Romain Manni-Bucau, 2024-04-07

Java HttpClient is great but all its API is not yet known. Let see how to validate or not the hostname when calling a HTTPS endpoint per client and not globally for all clients.

One skin per context/environment in k9s by Romain Manni-Bucau, 2024-03-28

When doing operations it is important to have some visual management to know which environment you are connected to (to not drop the prod). Let see how to setup one skin per environment with k9s, the Kubernetes CLI.

Reading a file insanely fast in java by Romain Manni-Bucau, 2024-01-11

January started with 1br challenge, let use this as an excuse to see the goods and bads.

Simple retry until with WGet by 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 Gitea by 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.