Posts
All the articles I've posted.
-
Claude Code committed directly to main
| Edited: 1 week agoA small reminder that even smart assistants need clear constraints—especially when working with Git.
-
Why Caddy proxy sometimes causes a zero-byte file to download
This blog walks you through what was causing Caddy proxy to download a zero bite file and how to resolve it
-
How to convert PNGs to WebP on macOS
| Edited: 1 week agoWhy I started converting PNGs to WebP, how ImageMagick helps reduce size and strip metadata, and the bonus of using Astro’s image component for automatic resizing.
-
How to deploy a Docker hosted website using GitHub Actions
| Edited: 3 days agoA quick reminder of variables I need to configure to allow my actions to automatically SSH into my production servers, pull a docker image, and restart a container