The Lab

Technical write-ups on building ML systems, data pipelines, and full-stack products.

Free Resource

The AI Engineering Handbook

12 chapters, 100+ curated resources, one roadmap.

Get it free
August 6, 20266 min read

What Actually Happens When You Type Google.com?

It takes less than a second — but in that tiny moment, your request travels across countries, talks to multiple servers, establishes secure connections, and finally finds Google's homepage. Let's follow that journey.

NetworkingDNSHTTPTLSWeb
Read Post →
May 4, 202616 min read

Building Hirehoo: Why Authentication Is Your First Feature, Not Your Last

How I learned that SSO isn't just convenience—it's a trust signal. A deep dive into implementing Google OAuth 2.0, FastAPI token management, and why getting auth right determines whether users ever see your product.

FastAPIOAuth2AuthenticationHirehooBackendSecurityLessons Learned
Read Post →
May 2, 20264 min read

Stop Picking a Language. Start Building.

Choosing between Flutter, React, or any framework is the wrong question in 2026. Your value is no longer in writing code — it's in building systems that work.

MindsetAICareerBuilding
Read Post →
March 18, 20268 min read

NVIDIA GTC 2026: Everything That Just Changed (And Why It Matters to You)

Jensen Huang did not walk onto a stage this week to announce a faster chip. He announced a new era. Here is everything that happened at GTC 2026 — the 20th anniversary of CUDA — and what it actually means.

AINVIDIAGTCInfrastructureAgentic AIRobotics
Read Post →
March 16, 202618 min read

Building a Smart Energy Forecasting Platform for India

A full development story — from a blank notebook to a RAG-powered forecasting dashboard covering India's 27 states, XGBoost v2 with R² 0.9951, and the painful code review that forced a 1,682-line monolith into clean modules.

PythonXGBoostData ScienceRAGStreamlitIndiaEnergy
Read Post →