25 Apr 2025

Github Action / Hugo / Cloudflare

A Github Action that deploys Hugo to Cloudflare Pages and purges the cache after each deployment.

23 Apr 2025

Snappy navigation with Next.js App router

No matter how fancy the App router has become with all bells and whistles, the clunky navigation experience always bothers me.

21 Apr 2025

A simple error handling method in TypeScript

When it comes to error handling in TypeScript, throwing errors is not the best approach, especially where errors are expected. Let’s explore a better alternative.

8 Mar 2025

Loading 3D models can be fun

An approach to enhance the user experience during 3D model downloads by progressively rendering the model as data is received.