AAAseem Aggawralinaseemtech.hashnode.dev路Aug 6 路 16 min read10 - Guardrails, Redis Cache, Response Pipeline, and Safe Error Handling馃搶 GitHub Repository: AI Engineer Foundation In the previous blog, I explained provider abstraction, model registry, inference routing, fallback, retries, and circuit breakers. That answered one impor00
AAAseem Aggawralinaseemtech.hashnode.dev路Aug 6 路 19 min read09 - Provider Abstraction: Ollama, OpenAI, Model Registry, and Inference Router 馃搶 GitHub Repository: AI Engineer Foundation In the previous blog, I explained the full AI request pipeline. Now I want to zoom into one specific part of that pipeline: provider abstraction -> model r00
AAAseem Aggawralinaseemtech.hashnode.dev路Jul 28 路 9 min read08 - AI Integration Architecture: From Model Call to Enterprise Pipeline馃搶 GitHub Repository: AI Engineer Foundation After learning FastAPI fundamentals, authentication, dependency injection, and routing, I added the part that started the whole project for me: AI integrat00
AAAseem Aggawralinaseemtech.hashnode.dev路Jul 28 路 8 min read07 - Dependency Injection in FastAPI: The Backbone of Clean Backend Design馃搶 GitHub Repository: AI Engineer Foundation Dependency injection was one of those concepts that looked simple at first, but became more important as the project grew. In the beginning, I thought it o00
AAAseem Aggawralinaseemtech.hashnode.dev路Jul 28 路 9 min read06 - Authentication in FastAPI: Register, Login, JWT, and Protected Routes馃搶 GitHub Repository: AI Engineer Foundation Authentication is one of the most important parts of backend development. Before adding advanced AI features, I wanted to understand how users register, lo00