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 minThe 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 minBuilding 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 minRunning 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 minBuilding a Microservices Architecture with PHP, Docker & Auth0
A concrete PHP demo illustrating microservices patterns: service isolation, inter-service communication, BFF, JWT aut...
7 minPostgresql Pagination
A cost analysis of OFFSET, keyset, and cursor-based pagination in PostgreSQL — with complexity formulas and trade-off...
5 minScaling 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 minSpin the Wheel
Build a Farcaster Frame
7 minIntroduction to Farcaster Frames
How to configure a Farcaster frame on an existing Single Page Application
4 minDocker guide, build a PHP Application
Step by step guide showing how to build a simple application using Docker
13 minMy Experience with AI Tools as a Senior Backend Engineer
Feedback on using AI tools in a daily workflow as a Senior Backend Engineer
5 minThe Ultimate Guide to BIP39 Passphrases
Demystifying BIP39: A Conceptual Breakdown of Passphrase Generation
11 minLes algorithmes de tris
Présentation des principaux algorithmes de tris permettant de réordonner les informations contenues dans un tableau d...
22 minAlgorithme d'exponentiel backoff
Présentation de l'algorithme d'exponentiel backoff, son utilité, quand et comment l'utiliser ?
5 minFeedback SOIS
Les feedbacks sont un outil puissant mais pas forcément évident à appréhender, comment utiliser ce formidable outil d...
3 min