Blog

Tous 2025 API API Platform Con Authentication Automation Bash CI Command-Line Conferences Curl Database Debug DevOps Devops Docker Doctrine EventSubscriber Git Http JWT Java JavaScript Migrations PHP Performance Postman Security Shell Symfony Testing Ubuntu Web-Development cgroupv2
Container cranes at a bustling port during sunset

Read article: Ubuntu 25.10: The Update That Bricked My Java Docker Containers

4 minutes reading

After updating my operating system from Ubuntu 24.04 to 25.10, my selenium/standalone-chrome Docker container started crashing with a cryptic NullPointerException. Here is my story. Read article "Ubuntu 25.10: The Update That Bricked My Java Docker Containers"

Read more : Ubuntu 25.10: The Update That Bricked My Java Docker Containers
Flock of birds forming V shape in flight

Read article: Symfony & Doctrine Migrations: Validation in CI

3 minutes reading

I had the opportunity to work on a project with a team that was relatively new to Doctrine migrations. To help them get used to it, and to discard the possibility of having pull (or merge) requests with changes to doctrine entities without generating a migration. Here is how I did it. I hope you'll enjoy it! Read article "Symfony & Doctrine Migrations: Validation in CI"

Read more : Symfony & Doctrine Migrations: Validation in CI
Computer program language text

Read article: Bash & Curl: Simple HTTP call performance testing

2 minutes reading

HTTP calls are essential to the functioning of the web and are critical to any web development project. You may have wondered how to quickly see how your HTTP call is performing. I'll show you how I did it easily using Curl. Read article "Bash & Curl: Simple HTTP call performance testing"

Read more : Bash & Curl: Simple HTTP call performance testing