yt
/experience
/blog
/tools
/uses
/mcp
/admin
rss
gh
yt
/index
/experience
/blog
/tools
/uses
/mcp
/admin
rss
gh
berlin ·
light
theme
← /blog/tags
#cloudflare
3 posts tagged.
01
An idempotency bug that only affected posts with em-dashes
My nightly D1 to GitHub backup worker claimed idempotency and quietly lied about it every run. The culprit: atob() returns a latin-1 string, not UTF-8. Here is how I found it and the 13-line fix.
#cloudflare
#typescript
#debugging
#workers
2026-04-23 · cloudflare
02
Terraform, Pulumi, Kubernetes, or none: picking infra in 2026
I have used Terraform to run Kubernetes microservices in production. My personal site runs on 47 lines of wrangler.toml. After seven years with and without those tools, here is the honest cutoff.
#cloudflare
#terraform
#pulumi
#kubernetes
#iac
#opentofu
#edge
2026-04-22 · cloudflare
03
Migrating from WordPress to Cloudflare Workers in 2026
After years on WordPress, I rebuilt yigittanriverdi.com as a single Cloudflare Worker. Astro 6 SSR, D1 for content, two write paths into one source of truth, and an admin panel I can edit from anywhere.
#cloudflare
#astro
#typescript
#wordpress
#migration
#edge
2026-04-22 · cloudflare