Software Engineer
How Go’s GC grew from full pauses to mostly concurrent, what the tri-color algorithm does, why write barriers matter, an...
A deep dive into how Go handles memory behind the scenes. Learn the difference between stack and heap, how escape analys...
In this first part of the “Inside Go” series, I’ll walk through how Go source code transforms into a binary. From lexing...
A deep-dive series into Go’s internals. From compilation to memory management, concurrency, and performance tuning, each...