Blog

Tous 2025 API API Platform Con Authentication Conferences JWT JavaScript Postman automation bash ci command-line curl database devops doctrine http migrations performance php shell symfony testing web-development

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 more

API 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 more

Symfony & 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 more

Bash & 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 more

Postman : 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