Blog
Deep dives into backend engineering, AI infrastructure, RAG pipelines, and the tools I use to build production systems.

Building RAG Pipelines at Scale
A deep dive into production RAG pipelines — vector databases, chunking strategies, embedding models, and evaluation frameworks for reliable AI-powered retrieval.

Building FastAPI Templates for AI Agents
How to structure your FastAPI application with strict Separation of Concerns (SoC) so that AI coding agents can understand, extend, and build upon it reliably.

FastAPI Agent Skills: The Complete Guide to Library SKILL.md
Everything you need to know about FastAPI Agent Skills and the new Library SKILL.md specification — how they work, why they matter, and how to write your own.

Python Backend Best Practices in 2026
Battle-tested patterns for building production Python backends — async architectures, dependency injection, structured logging, and the tools that actually matter.