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.
Simple Rate Limiting in Go (Gin)
In this article will be showing you how to setup rate limiting in the gin library in go.
If Linux is so great why isn't everyone using it?
Curious why more people aren’t using Linux if it’s so awesome? This article breaks down what Linux is, why it's great and how it secretly powers most of your favorite devices, from smartphones to servers.
How to build a URL shortener in Go
In this article will be showing you how to build a url shortener in go.
How to deploy django to production
In this article I will show you how to deploy django to production. We will be using nginx, gunicorn and cloudflare tunnels
How to setup a selfhosted newsletter using listmonk
Listmonk is an amazing feature packed selfhosted email newsletter manager. It offers loads of features like analytics (clicks, opens, bounces), templates, public subscription pages, importing subscribers and much more!
Selfhost your own gitea instance - selfhosted, lightweight github alternative
In this article I’ll walk you through how you can run your own gitea instance. But first What is gitea? Gitea is a painless selfhosted Git service. It is written in Go and is extremely lightweight. I run a gitea instance on my Le Potato and it barely uses any resources. Why use gitea (vs GitHub, GitLab etc) I started running my own Gitea instance because I wanted a private place to host my Obsidian notes....