⭐ SuperAllen
Home Posts Tags About

🏷️ concurrency

4 posts

May 30, 2021

Go Concurrency Patterns - Goroutines and Channels in Production

Advanced Go concurrency patterns using goroutines and channels, with real-world examples from high-throughput systems.

July 22, 2018

Go Context Patterns: Lessons from Production

Real-world patterns for using context.Context in Go microservices, including cancellation, timeouts, and request-scoped values

November 5, 2017

Advanced Go Concurrency Patterns: Worker Pools and Pipelines

Building robust concurrent systems in Go - worker pools, pipelines, context cancellation, and avoiding common pitfalls

November 29, 2016

Go Concurrency Patterns That Actually Make Sense

Practical Go concurrency patterns I use in production code - worker pools, fan-out/fan-in, and timeouts.

← View all tags

© 2025 SuperAllen. All rights reserved.