Introducing CypherGoat - The first open source crypto exchange aggregator

Swap your crypto at the best rate on the market. Fast, Private, Open source!

Deploying Go + Templ + HTMX + TailwindCSS to production

In this article I will be showing you how to deploy the GoTTH stack (Go Templ htmx tailwind) to production.

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.