Essays, deep dives, and technical explorations across programming and systems.
A practical deep dive into Go’s concurrency model using a simple Amazon product scraper. Learn how buffered and unbuffered channels work, how goroutines communicate safely, and how Go’s runtime manages channel internals—all illustrated with live examples and diagrams.