The SQL Query Roadtrip: Overview

Overview

Ever wonder what happens when you type SELECT * FROM users WHERE id = 42; and hit Enter? That simple query triggers a fascinating journey through PostgreSQL’s internals—a complex series of …

Understanding the Go Compiler: The Scanner

The Scanner

This is part of a series where I’ll walk you through the entire Go compiler, covering each phase from source code to executable. If you’ve ever wondered what happens when you run go build, …

Welcome to Internals for Interns

Welcome to Internals for Interns

Welcome! I’m thrilled to finally launch this project—something I’ve been thinking about for almost a decade.

What This Is All About

For over 10 years, I’ve been giving talks at …