Mar 19, 2026EN
Building a "Can I Deploy?" MCP Server with TypeScript and Vercel
How I built a small MCP server that tells you whether it's safe to deploy to production, using TypeScript, Docker, and Vercel.
Mar 19, 2026 · 13 min
Mar 31, 2026EN
The OODA Loop in Software Development: When the Right Tool Creates the Wrong Design
How recognizing a design smell early using the OODA loop led to a simpler, better caching architecture by centralizin...
8 min
Mar 14, 2026EN
Building a Serverless REST API with AWS Lambda, DynamoDB & S3
A TypeScript demo implementing a full CRUD API with AWS Lambda, API Gateway, DynamoDB, and S3, all defined as code wi...
10 min
Mar 13, 2026EN
Running PHP on AWS Lambda with Bref and Clean Architecture
A PHP 8.1 POC deploying a Clean Architecture application to AWS Lambda using Bref, Symfony DI, and the Serverless Fra...
9 min
Mar 6, 2026EN
Building a Microservices Architecture with PHP, Docker & Auth0
A concrete PHP demo illustrating microservices patterns: service isolation, inter-service communication, BFF, JWT aut...
7 min
Feb 23, 2026EN
Postgresql Pagination
A cost analysis of OFFSET, keyset, and cursor-based pagination in PostgreSQL — with complexity formulas and trade-off...
5 min
Feb 22, 2026EN
Scaling Background Jobs And Caching In A Php Application
How we scaled a fragile PHP/Symfony pipeline into a resilient system: cursor-based iteration with Doctrine, async job...
24 min
Feb 24, 2025EN
Spin the Wheel
Build a Farcaster Frame
7 min
Feb 4, 2025EN
Introduction to Farcaster Frames
How to configure a Farcaster frame on an existing Single Page Application
4 min
Jan 27, 2025EN
Docker guide, build a PHP Application
Step by step guide showing how to build a simple application using Docker
13 min
Jan 20, 2025EN
My Experience with AI Tools as a Senior Backend Engineer
Feedback on using AI tools in a daily workflow as a Senior Backend Engineer
5 min
Jan 16, 2025EN
The Ultimate Guide to BIP39 Passphrases
Demystifying BIP39: A Conceptual Breakdown of Passphrase Generation
11 min
Aug 19, 2024FR
Les algorithmes de tris
Présentation des principaux algorithmes de tris permettant de réordonner les informations contenues dans un tableau d...
22 min
Aug 13, 2024FREN
Algorithme d'exponentiel backoff
Présentation de l'algorithme d'exponentiel backoff, son utilité, quand et comment l'utiliser ?
5 min
Aug 13, 2024FR
Feedback SOIS
Les feedbacks sont un outil puissant mais pas forcément évident à appréhender, comment utiliser ce formidable outil d...
3 min