Featured Thursday 16 April 2026 php performance Why most bugs are hard to reproduce Most bugs are not caused by the code itself, but by the conditions in which it runs: environment, state, and timing. Matthieu Werner Read article
Thursday 16 April 2026 php performance Why most systems become complex for no reason Systems do not become complex overnight. They become complex gradually, as exceptions accumulate. Matthieu Werner Read article
Tuesday 14 April 2026 performance serverless Serverless in production: what you’re not told Serverless is appealing in theory. In production, cold starts, real costs, and limited observability quickly change the … Matthieu Werner Read article
Monday 13 April 2026 symfony php Why 80% of APIs are slow (and how to avoid the usual mistakes) A slow API is rarely an infrastructure issue. It’s an accumulation of decisions that can eventually become very costly. Matthieu Werner Read article
Monday 30 March 2026 performance core-web-vitals Which stack in 2026 for a fast, maintainable… and profitable website In 2026, the challenge is no longer finding a stack that can do everything. The real question is choosing one that solve… Matthieu Werner Read article