My Blog
WRITINGS AND EXPLORATIONS
Thoughtful reads on things I'm learning, building, or curious about
Add Dynamic Features to Static Sites with Cloudflare KV and Workers

Add Dynamic Features to Static Sites with Cloudflare KV and Workers
Learn how to add dynamic behaviour to static sites using Cloudflare Workers and KV. This post walks through building a lightweight page view counter that runs entirely at the edge, with no backend required.
June 29th, 2025
4 Min Read
Understanding Sanity Checks

Understanding Sanity Checks
Sanity checks are simple, fast checks that help you catch obvious mistakes before your code runs deeper logic. They're not full tests or validations. They're early guards against broken assumptions, such as missing files, undefined variables, or misconfigured environments. In this post, you'll learn what sanity checks are, why they matter, and how to use them effectively.
June 26th, 2025
5 Min Read
Automating Repetitive Tasks with Cron Jobs

Automating Repetitive Tasks with Cron Jobs
Learn what cron jobs are, how they work, and how to use them to automate repetitive tasks on Unix-based systems. From daily backups to health checks, this guide walks through real-world examples and best practices to help you master cron confidently.
June 4th, 2025
3 Min Read
Why I’m Writing

Why I’m Writing
I started this blog to think out loud and document what I’m learning, building, or curious about. Writing helps me process ideas more clearly, reflect on my work, and leave behind something helpful for others navigating similar paths.
June 3rd, 2025
2 Min Read