Building Google’s Maglev Hashing in Go: A Weekend Deep Dive

An implementation of Google’s Maglev consistent hashing in Go, using fixed-size lookup to solve the “thundering herd” problem.

February 2026 · 4 min · GitHub

Orchestrating Containers from Scratch

A deep dive into systems engineering: how to build an elastic task engine using Go, Redis, and the Docker SDK, featuring custom autoscaling, scale-to-zero logic, and synchronous log streaming.

October 2025 · 4 min · GitHub