Because Developers are Awesome
Musings about cloud development.
Caching options in Cloudflare Workers
When you get into systems design, eventually you are going to have to deal with caching. I am currently writing my serverless MUD and part of that system requires an automatic…
Testing in an agentic coding world
I've been writing a lot of code with agents recently. I've even written about a lot of it here. However, I began to notice a pattern about testing. My LLM is great about writing…
Build a video processing pipeline with Cloudflare
Although most of the focus these days is on AI agents, they aren't always the right choice. If what you want to do can be modelled by a flow chart, you probably want to do a…
Has AI killed collaboration?
Last week, I sat in a conference room in Lisbon for a week of learning and collaboration. It turns out, my team is a bunch of very individual contributors who rarely have a need…
Async APIs with Cloudflare Workers and Queues
Continuing my journey into learning the Cloudflare Developer Platform, I decided to figure out how to use Queues today. While Workers are the central compute component of the…
Maintaining state in a serverless world: Cloudflare Durable Objects
When you look at the Cloudflare Developer Platform, you will quickly start drawing parallels between what Cloudflare provides and what the hyperscalers (such as AWS and Azure)…
Introduction to Cloudflare AI Gateway
Today, I am continuing my deep-dive into every aspect of the Cloudflare Developer Platform by getting to grips with the AI inference capabilities of the platform. To do this, I've…
Introduction to Cloudflare Workers
I've recently started working on bringing myself up to speed on the Cloudflare Dev Platform, which is a serverless development platform that runs your applications at the edge…
Tools for troubleshooting DNS
One of the best things about joining a new company is that you get to go to a series of training for that company. For Cloudflare, I get a technical bootcamp focused on Internet…
Setting up a project for Agentic AI
In my last three articles, I produced a set of recipes and rules for doing AI-first development using Spec-Driven Design. These rules really get you started in how to think about…