How to build a URL shortener in Go

In this article will be showing you how to build a url shortener in go.

September 22, 2024 1321 words 7 min

How to Improve Go API request performance

In this post I'll show you how I improved the performance of my go based cryptocurrency exchange aggregator. By making small changes, like using goroutines, switching JSON libraries and reusing HTTP handlers.