MirahLabs Publications

MirahLabs Engineering Blog

Technical insights, architectural deep-dives, and system designs authored by our product engineers and AI research leads.

Active Filters: Tag: fastapi Clear All Filters
💻 Python
Python Jun 05, 2026

FastAPI Dependency Injection: Design Patterns for Clean Architecture

Dependency Injection in FastAPI is a core feature. Learn how to manage database sessions, security credentials, and mock external service classes in tests.

⏱️ 9 min read Read Article
💻 Artificial Intelligence
Artificial Intelligence Apr 22, 2026

Deploying ML Models to Production: FastAPI + Docker + Kubernetes

Getting an ML model from Jupyter notebook to production requires API serving, containerization, and orchestration. This end-to-end guide covers model serving with FastAPI, containerization, and Kubernetes deployment.

⏱️ 10 min read Read Article