Tag: go
All the articles with the tag "go".
-
Building a Load Balancer from Scratch
A hands-on guide to building a load balancer in Go with health checks and multiple balancing strategies.
-
Go Concurrency Patterns
Exploring common concurrency patterns in Go including worker pools, fan-out/fan-in, and pipeline patterns.