Building a "Can I Deploy?" MCP Server with TypeScript and Vercel Nicolas Mugnier Nicolas Mugnier 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

The OODA Loop in Software Development: When the Right Tool Creates the Wrong Design Nicolas Mugnier Nicolas Mugnier 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
Building a Serverless REST API with AWS Lambda, DynamoDB & S3 Nicolas Mugnier Nicolas Mugnier 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
Running PHP on AWS Lambda with Bref and Clean Architecture Nicolas Mugnier Nicolas Mugnier 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
Building a Microservices Architecture with PHP, Docker & Auth0 Nicolas Mugnier Nicolas Mugnier 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
Postgresql Pagination Nicolas Mugnier Nicolas Mugnier 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
Scaling Background Jobs And Caching In A Php Application Nicolas Mugnier Nicolas Mugnier 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
Spin the Wheel Nicolas Mugnier Nicolas Mugnier Feb 24, 2025EN

Spin the Wheel

Build a Farcaster Frame

7 min
Introduction to Farcaster Frames Nicolas Mugnier Nicolas Mugnier Feb 4, 2025EN

Introduction to Farcaster Frames

How to configure a Farcaster frame on an existing Single Page Application

4 min
Docker guide, build a PHP Application Nicolas Mugnier Nicolas Mugnier Jan 27, 2025EN

Docker guide, build a PHP Application

Step by step guide showing how to build a simple application using Docker

13 min
My Experience with AI Tools as a Senior Backend Engineer Nicolas Mugnier Nicolas Mugnier 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
The Ultimate Guide to BIP39 Passphrases Nicolas Mugnier Nicolas Mugnier Jan 16, 2025EN

The Ultimate Guide to BIP39 Passphrases

Demystifying BIP39: A Conceptual Breakdown of Passphrase Generation

11 min
Les algorithmes de tris Nicolas Mugnier Nicolas Mugnier 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
Algorithme d'exponentiel backoff Nicolas Mugnier Nicolas Mugnier Aug 13, 2024FREN

Algorithme d'exponentiel backoff

Présentation de l'algorithme d'exponentiel backoff, son utilité, quand et comment l'utiliser ?

5 min
Feedback SOIS Nicolas Mugnier Nicolas Mugnier 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