Mar 19, 2026ENBuilding 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
Sep 3, 2026ENDeploying a PHP Application to Kubernetes: A GitOps Walkthrough
How I shipped a FrankenPHP Symfony app to EKS: Terragrunt, Argo CD, non-root containers, SSM secrets, CronJobs, and p...
9 min
Jul 8, 2026ENA Practical Guide to Conventional Commits
Conventional Commits is a lightweight specification for writing structured commit messages. It makes changelogs easie...
4 min
Mar 31, 2026ENThe 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, 2026ENBuilding 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, 2026ENRunning 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, 2026ENBuilding 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, 2026ENPostgresql Pagination
A cost analysis of OFFSET, keyset, and cursor-based pagination in PostgreSQL — with complexity formulas and trade-off...
5 min
Feb 22, 2026ENScaling 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, 2025ENSpin the Wheel
Build a Farcaster Frame
7 min
Feb 4, 2025ENIntroduction to Farcaster Frames
How to configure a Farcaster frame on an existing Single Page Application
4 min
Jan 27, 2025ENDocker guide, build a PHP Application
Step by step guide showing how to build a simple application using Docker
13 min
Jan 20, 2025ENMy 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, 2025ENThe Ultimate Guide to BIP39 Passphrases
Demystifying BIP39: A Conceptual Breakdown of Passphrase Generation
11 min
Aug 19, 2024FRLes 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, 2024FRENAlgorithme d'exponentiel backoff
Présentation de l'algorithme d'exponentiel backoff, son utilité, quand et comment l'utiliser ?
5 min
Aug 13, 2024FRFeedback SOIS
Les feedbacks sont un outil puissant mais pas forcément évident à appréhender, comment utiliser ce formidable outil d...
3 min