MirahLabs Engineering Blog

Technical insights, tutorials, and architectures written by our design and backend engineers.

Active Filters: Tag: fastapi Clear All
Artificial Intelligence May 12, 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.

⏱️ 21 min read Read Article
Python March 31, 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.

⏱️ 20 min read Read Article