Engineering Journal.

Deep dives into backend architecture, AI systems, and lessons learned from production.

Backend
Dec 15, 2024
8 min read

Architecting High-Performance FastAPI Microservices

Lessons learned from scaling Python APIs to handle 500K+ daily requests using asynchronous I/O and Redis caching.

Read Article
AI / ML
Nov 28, 2024
12 min read

Deploying Computer Vision Models at the Edge

A deep dive into optimizing PyTorch models for edge inference using ONNX runtime and TensorRT.

Read Article
Database
Oct 10, 2024
6 min read

Multi-Tenant PostgreSQL Architecture

How we used Row-Level Security (RLS) to safely isolate data in our B2B SaaS platform.

Read Article