Hi! I am Plaid's dad, a cat dad of 1 and a software engineer based in Paris.

Latest blog posts
// fresh from the scratching postPostgreSQL on Kubernetes: From StatefulSets to Operator-Managed Database Platforms
PostgreSQL has been the backbone of most projects I’ve delivered over the last decade. When someone needs real transactions, a solid SQL interface, and room to grow with extensions, Postgres is the database I reach for. Kubernetes, meanwhile, has become t…
read postUnlocking Asyncio: Practical Concurrency for FastAPI APIs
Async programming has become indispensable for backend developers looking to build scalable, production-grade APIs. Python’s asyncio library—combined with FastAPI—delivers a native async stack that sidesteps the classic bottlenecks seen in synchronous or …
read postMastering Kubernetes: A Comprehensive Guide from Setup to Advanced Orchestration
Kubernetes has revolutionized container orchestration, enabling organizations to manage scalable, resilient applications in dynamic environments. This guide provides a structured path from fundamental concepts to production-grade deployments, leveraging K…
read post