Archives
All the articles I've archived.
-
Deploying a Simple Web Server with HTTPS on K3s
A step-by-step guide to deploying a web server with HTTPS on K3s, covering installation, service configuration, ingress setup, and automatic SSL certificate management with cert-manager.
-
Recovering Mangled YouTube URLs: A Brute-Force Adventure
How to recover corrupted YouTube URLs using brute-force permutations and yt-dlp validation when a frontend bug lowercases video IDs
-
Automated postgres backups using pgBackRest
A complete guide on setting up automated backups using pgBackRest on Ubuntu 24.04 VPS for hobby use
-
setting up postgresql on a vps
a complete guide to installing, configuring, and securing postgresql on ubuntu 24.04 vps for hobby use
-
How to implement fixed window Ratelimiter
We will be implementing a fixed window ratelimiter using typescript and redis.
-
Solve Fly.io echo challenge using Deno
We will be solving the Echo challenge from [fly.io](http://fly.io) using Deno. I am assuming you have already installed [maelstrom](https://github.com/jepsen-io/maelstrom) and set it up properly.
-
Deploy a lambda function written in typescript using cdktf and esbuild
Goal behind this blog, is to deploy a `lambda` function in `aws` written in `typescript` using [cdktf](https://www.terraform.io/cdktf) and [esbuild](https://esbuild.github.io/) and make that `lambda` ...