What to test when building a corporate website
If you've dealt with a CMS ecosystem in the past, you probably wondered where automated testing fits in the piece. Let's dive into what makes sense to test when most of the code isn't yours.
A collection of technical explorations, lessons learned, and decision logs
... or maybe just my personal documentation.
If you've dealt with a CMS ecosystem in the past, you probably wondered where automated testing fits in the piece. Let's dive into what makes sense to test when most of the code isn't yours.
Want a subscription-free email inbox for your custom domain? Here's how to set up a pay-as-you-go system using AWS SES for sending, Cloudflare for receiving, and Gmail to manage it all.
You've just uploaded a new version of a PDF to your favourite CMS but the frontend keeps serving the old one. Here's what's happening and how to fix it.
Static site generators need secrets at build-time, not run-time. Here's how I solved this in Kubernetes without baking credentials into Docker images or checking .env files into Git.