Writing on tech, coding, and some how to articles.

All of my long-form thoughts on programming, and how to guides.

Internet Failover with Netplan and iptables on Ubuntu 24.04

Lately, my internet has been throwing tantrums — not because the connection itself is bad, but because every time the power blinks, my router decides it's time for a little nap. Naturally, the obvious solution was to slap a power backup on the router...

Guide: How to configure Proxmox with WiFi

So, one day I saw my old laptop sitting there, collecting dust like it was auditioning for a role in an apocalypse movie. And then it hit me: "Why not turn it into a server?" There was just one minor hiccup. Its Ethernet port was as dead as my dreams...

Step-by-Step Guide: Nginx Ingress Setup on AKS

Recently I was tasked with setting up kubernetes cluster with an Nginx Ingress. As a newcomer to Kubernetes, I tackled this setup and learned a thing or two along the way. Let me walk you through my experience and share some helpful tips. The Goal: S...

Configure qBittorrent on Dokku and Mount SMB NAS for Download Storage

Ready to set up qBittorrent on Dokku? Follow these steps, and you'll be up and running in no time! (This article assumes you have dokku and a nas server already up and running.) Step 1: Create a New App First, create your new app in Dokku with the fo...

Bring your app online using SSH with a custom domain for free

If you're a developer you must've encountered a situation where localhost just wouldn't work for you, maybe you wanted to show off your project to someone else or needed to set up a public URL for a webhook. There are countless situations where you w...