Building AI-Powered Backend Services: Why Most Integrations Break in ProductionAug 22, 2026·4 min read·23
PostgreSQL Connection Pooling on Cloud Run: The Problem Nobody Warns You AboutCloud Run scales horizontally. That's the point. Under load, it spins up new instances automatically — each one handling concurrent requests, each one maintaining its own connection pool to your CloudSep 1, 2026·6 min read·6
What Leading a 4-Person Engineering Team Actually Looks LikeI became an engineering lead without a transition plan. One week I was an individual contributor shipping features. The next I was responsible for four engineers, client deadlines, sprint planning, coAug 7, 2026·7 min read·24
FastAPI Background Tasks vs Pub/Sub vs Cloud Tasks: When to Use WhatS01E04 of FastAPI in ProductionAug 4, 2026·5 min read·43
I Migrated a Product from AWS to GCP — Here's What I'd Do DifferentlyLast year we moved a production platform off AWS and onto GCP. Full migration — compute, database, storage, CDN, CI/CD, the works. The product was live, clients were active, and we had no meaningful dJul 29, 2026·5 min read·50
Testing FastAPI Services: Unit, Integration, and Contract TestsS01E03 of FastAPI in ProductionJul 24, 2026·5 min read·55
FastAPI + Pydantic in Production: Contracts, Validation, and VersioningS01E02 of FastAPI in ProductionJul 21, 2026·5 min read
What the FastAPI Docs Don't Tell You About ProductionS01E01 of FastAPI in ProductionJul 17, 2026·4 min read·51