MirahLabs Engineering Blog

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

Active Filters: Category: cloud-computing Clear All
Cloud Computing May 12, 2026

Nginx as a Reverse Proxy for Flask: Configuration, SSL, and Performance

Nginx sits in front of your Flask app in production, handling SSL termination, static files, request buffering, and load balancing. Learn the optimal Nginx configuration for Flask deployments.

⏱️ 21 min read Read Article
Cloud Computing May 04, 2026

Infrastructure as Code with Terraform: From Zero to Production

Terraform lets you define cloud infrastructure as declarative code, enabling repeatable, version-controlled deployments. This guide covers modules, state management, and workspace strategies.

⏱️ 22 min read Read Article
Cloud Computing May 01, 2026

Observability at Scale: Distributed Tracing with OpenTelemetry and Grafana

Modern distributed systems require more than logs and metrics—they need traces that follow requests across services. Learn how to implement full observability using OpenTelemetry and Grafana.

⏱️ 21 min read Read Article
Cloud Computing April 21, 2026

Understanding Serverless Databases: Amazon Aurora Serverless v2 vs. CockroachDB

Serverless databases decouple storage and compute to scale automatically. Compare Amazon Aurora Serverless v2 and CockroachDB Serverless for elasticity and global distribution.

⏱️ 21 min read Read Article
Cloud Computing April 21, 2026

Building a Zero-Downtime CI/CD Pipeline with GitHub Actions and Docker

Step-by-step guide to setting up a production CI/CD pipeline using GitHub Actions, Docker multi-stage builds, and blue-green deployment for zero-downtime releases.

⏱️ 21 min read Read Article
Cloud Computing April 20, 2026

Trunk-Based Development: The CI/CD Strategy That Powers FAANG

Trunk-based development eliminates long-lived feature branches and keeps the main branch always deployable. Learn how to implement it with feature flags and automated testing.

⏱️ 19 min read Read Article