Blog

Technical insights, tutorials, and thoughts on AI

The 'One Codebase, Many Products' Playbook

The 'One Codebase, Many Products' Playbook

Ai Webdev Programming
In the AI era, velocity matters. Building each AI product from scratch—authentication, billing, observability, LLM routing—takes months. What if you could reuse the same codebase for multiple produ...

FastAPI Background

Webdev
FastAPI Background Jobs Needed I needed my FastAPI backend to spawn background jobs, for example, to run OCR, Named Entity Recognition, or Large Language Mode orchestration. The FastAPI ran as an A...