Blog
API Platform con 2025 - DAY 2
I had the opportunity to attend the API Platform Con 2025 thanks to SensioLabs and here is what I learned through the talks I viewed.
Read moreAPI Platform Con 2025 - DAY 1
I had the opportunity to attend the API Platform Con 2025 thanks to SensioLabs and here is what I learned through the talks I viewed.
Read moreSymfony & Doctrine Migrations: Validation in CI
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 moreBash & Curl: Simple HTTP call performance testing
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 morePostman : Automatic JWT authentication with expired token refresh
You’ve always wondered how to get automatically authenticated toward your JWT API. I’ll tell you how I achieved this in this article.
Read more