4rkal

How to Deploy Go + Templ + HTMX + TailwindCSS to Production | HackerNoon

In this article, I will be showing you how to deploy the GoTTH stack (Go Templ htmx tailwind) to production. I recently created my very own cryptocurrency exchange aggregator called cyphergoat; it finds you the best rate to swap your crypto from different partnered exchanges. It has two parts: An API that interacts with exchanges. Written in go and uses gin. The Web UI is written in go and uses a combination of HTML, HTMX,

Read More »
Software

How to Build a URL Shortener in Go: A Short Guide | HackerNoon

In this article, I will be going through how to make a URL shortener in Go. The final result will look something like this shortr, source code. This is a great weekend project; especially if you’re new to go. What Is a URL Shortener? A URL shortener is a tool that takes a long URL and shrinks it down into something much shorter and easier to share. Instead of copying and pasting a long string

Read More »