cd ~

Blog_

Deep dives into backend engineering, system design, and the architecture decisions behind production-grade systems.

Blog posts are being written. Subscribe-ready layout — content dropping soon.
Coming Soon

Building a Netflix-Style GraphQL Federated Gateway

How I consolidated 10+ microservices into a unified supergraph with Apollo Federation, schema stitching, and optimized query performance.

GraphQL Federation System Design
12 min read
Coming Soon

Production-Ready API Design with FastAPI & SlowAPI

Rate limiting, structured error handling, comprehensive logging, and best practices for enterprise-grade Python APIs.

FastAPI Python API Design
8 min read
Coming Soon

Event-Driven Architecture with AWS SQS/SNS & EventBridge

Designing decoupled microservice communication patterns for scalable, fault-tolerant backend systems.

AWS Event-Driven Microservices
10 min read
Coming Soon

Secure WebSocket Authentication for Real-Time Features

Implementing token-based WebSocket auth for live social features — posts, likes, messaging, and notifications.

WebSockets Security Real-time
7 min read
Coming Soon

Infrastructure as Code with Terraform on AWS

Standardizing cloud environments with repeatable, version-controlled infrastructure using Terraform modules and state management.

Terraform IaC AWS
9 min read
Coming Soon

Redis Session Management & 'Keep Me Signed In'

Designing persistent session management with Redis, localStorage/sessionStorage strategies, and token refresh flows.

Redis Auth Sessions
6 min read