Challenging algorithms
This list presents several challenging algorithms and data structures I find valuable for any programmer to implement, improving their technical understanding and approach to complex problems.
I found this article detailing two interesting approaches for achieving zero-downtime API upgrades in Golang by spawning a new process that can immediately take over existing connections. It's a niche scenario, but the technical solutions are quite clever.
Visit wutch.medium.com →