Rewriting /tag/* to /tags/* with Cloudflare Workers
What this does A Worker catches requests to example.com/tag/ and sends them to example.com/tags/ , keeping the method, headers, and query strings intact.
Technical examinations of Cloudflare's web infrastructure services, including CDN, edge computing, serverless platforms, and security tools. Implementation strategies, performance benefits, and integration with modern web workflows.
What this does A Worker catches requests to example.com/tag/ and sends them to example.com/tags/ , keeping the method, headers, and query strings intact.
Cloudflare is merging Pages into Workers, but static sites may not need to rush. The migration can be a one-line config change.
Deploying modern full-stack apps to production. Fly.io, Cloudflare CDN, CI/CD, and development workflows that scale.
Cloudflare 525 errors on Fly.io usually mean the origin certificate is wrong. Fix the custom domain cert before blaming DNS.
Implementation details: markdown processing, syntax highlighting, templating with Nunjucks, deployment to Cloudflare Pages, and lessons learned.
How Claude Code architected this blog from scratch: TypeScript static site generation, choosing the right packages, and building a solid foundation.
Why build a static blog? See performance benefits with TypeScript, Markdown, and Cloudflare Pages. Mobile-first design meets blazing-fast speeds.