// WRITINGS & INSIGHTS

JOURNAL

Deep dives into digital design engineering, frontend physics, synthesizers, and scalable codebases.

Jun 9, 2026
Backend10 min read

Why Using Email as a Primary Key Is a Terrible Idea (With Receipts)

A deep, sourced breakdown of why email makes a bad database primary key — and what to use instead.

Jun 2, 2026
DevOps15 min read

Kubernetes for Humans: A Real Talk Guide (With FastAPI)

Honest guide to Kubernetes with FastAPI. Learn when you actually need it, when Docker is enough, and get hands-on with real code examples. Covers auto-scaling, deployments, and why most startups don't need it.

Jun 1, 2026
DevOps14 min read

Nginx for Dummies — From First Principles

Nginx explained from the ground up. What it is, how it works, what those config files actually mean, and why everyone uses it. No prior knowledge needed.

Jun 1, 2026
Backend12 min read

How FastAPI Actually Works Behind the Scenes

A first-principles breakdown of FastAPI — from Python type hints to ASGI servers, Pydantic models, dependency injection, and everything in between. No fluff, just how it actually works.

May 31, 2026
Security12 min read

How I Used AI to Learn Security (Without Being a Hacker)

I'm not a security researcher or a hacker. I'm a developer who got curious about security and used AI to bridge the gap. Here's the exact workflow I followed — tools, techniques, and how AI helped me make sense of it all.

May 19, 2026
Web Audio4 min read

Designing Interactive Audio for the Web

How to use the browser's Web Audio API to create immersive background soundscapes, synthesizers, and click triggers without bloating your JS bundle.

May 18, 2026
Design & Motion5 min read

Modern Web Motion: GSAP and Lenis Scroll

A deep dive into combining GSAP ScrollTrigger with Lenis for smooth, inertial scrolling and high-performance fluid scroll animations.