j’ai acheté un PC...
Home

Latest posts

DNS resolution for MacOS

[Edit: ] ⏱ 1 mn

Configure a per-domain DNS resolver on macOS using /etc/resolver/, for fine resolution via VPN, Debian-style. Detailed guide with configuration example and …

Database access through SSH in Java

[Edit: ] ⏱ 5 mn

Learn how to connect to a remote database through SSH in Java using Apache MINA SSHD. Secure your JDBC connections with SSH tunneling and key-based …

The Entity Pattern and Metadata Management

[Edit: ] ⏱ 9 mn

One of the most common challenges developers face is handling entities or objects within an application’s code. Where do you draw the line between DAO, …

Measure a blog audience with OpenTelemetry

[Edit: ] ⏱ 7 mn

Replace Google Analytics and Matomo with an in-house solution from OpenTelemetry, Prometheus and Grafana. Discover Otela, an open source JS script for tracking …

Configure Azure Entra ID as IdP on Keycloak

[Edit: ] ⏱ 5 mn

Learn how to configure Keycloak with Microsoft Entra ID (formerly Azure AD) as an Identity Provider in a Spring Boot WebFlux project. Avoid common pitfalls and …