Architecture
3 articles
How Local LLMs Replaced $300/Month in OpenAI Costs
A practical breakdown of when and how to move AI workloads from OpenAI APIs to local models. Real cost math, production code, and an honest look at when it's not worth it.
5 Python Patterns I Use in Every Microservice
Battle-tested Python patterns for building production microservices: structured configuration, graceful shutdown, health checks, idempotency, and structured logging. Code you can use today.
Migrating to Microservices: Lessons from a Successful Platform Rebuild
How I led a 2.5-year migration to microservices architecture, achieving 100% client retention and 50% scalability improvement through strategic planning and technical excellence.