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
Next JS navigation feels slow? Make it snappy again!
No matter how fancy the App router has become with all bells and whistles, the clunky navigation experience always bothers me.
21 Apr 2025
Error handling method in TypeScript with Result type
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
Progressive loading of 3D models
An approach to enhance the user experience during 3D model downloads by progressively rendering the model as data is received.