Sketches
A place to share prototypes, experiments, and any other things that aren't polished enough to be blog posts.
2025
- Reading a zip file from a Cloudflare WorkerExperiments in reducing dependencies via LLMs
- Resolving "FOREIGN KEY constraint failed" with Cloudflare SQLiteYou likely need "PRAGMA defer_foreign_keys = on"
- Automatically documenting a Durable Object's SQLite schemaKeeping mutations in an array keeps things simple, but can be difficult to reason about
- Generating Image Placeholders on Cloudflare WorkersUsing the Cloudflare Images binding to explore a few image placeholder algorithms.