- Building a High-Performance 'wc' in Go: A Journey from Bytes to Runes
April 19, 2026
My journey solving the Coding Challenges 'wc' tool, evolving from a basic implementation to a high-performance, standard-compliant Go utility.
- Hardware-Accelerated Private Streaming: Bypassing CGNAT with Tailscale and an RTX 5070
January 26, 2026
From Docker volume mapping to UDP hole punching: building a high-performance private streaming cloud on an RTX 5070.
- From Kernel to Kubernetes: A Deep Dive into the Linux CFS Scheduler
September 5, 2025
Understanding how the Linux Completely Fair Scheduler (CFS) works, how it's used in Kubernetes, and how to debug it.
- Concurrency Issue with LinkedHashMap
July 24, 2025
Demonstrating a concurrency issue when LinkedHashMap is modified by multiple threads simultaneously without proper synchronization.