Build a TCP Connection Pool From Scratch With Go

Here are some basic ideas on how connections are handled between scalable software systems

Jonathan Seow
Better Programming
Published in
8 min readJan 3, 2022

--

Photo by Maarten van den Heuvel on Unsplash

My entry task as a junior software engineer was to implement a user registration system with Go.

Sounds simple, right? But, there are performance requirements and design constraints.

--

--