MORE POSTS
March 24, 2025 1:00 PM
New URLPattern API brings improved pattern matching to Node.js and Cloudflare Workers
Today we're announcing our latest contribution to Node.js, now available in v23.8.0: URLPattern. ...
March 20, 2025 1:10 PM
Introducing Cloudy, Cloudflare’s AI agent for simplifying complex configurations
Cloudflare’s first AI agent, Cloudy, helps make complicated configurations easy to understand for Cloudflare administrators....
February 25, 2025 2:00 PM
Making Cloudflare the best platform for building AI Agents
Today we’re excited to share a few announcements on how we’re making it even easier to build AI agents on Cloudflare....
December 31, 2024 2:00 PM
The forecast is clear: clouds on e-paper, powered by the cloud
Follow along as I build a custom weather display using Cloudflare Workers and a popular e-paper display....
December 26, 2024 2:00 PM
Sometimes I cache: implementing lock-free probabilistic caching
If you want to know what cache revalidation is, how it works, and why it can involve rolling a die, read on. This blog post presents a lock-free probabilistic approach to cache revalidation, along
...
December 24, 2024 2:00 PM
Un experimento rápido: translating Cloudflare Stream captions with Workers AI
How I used Workers AI to translate Cloudflare Stream’s auto-generated captions and what I learned along the way....
December 20, 2024 2:50 PM
Hi Claude, build an MCP server on Cloudflare Workers
Want Claude to interact with your app directly? Build an MCP server on Cloudflare Workers, enabling you to connect your service directly, allowing Claude to understand and run tasks on your behalf....
October 31, 2024 1:00 PM
Workers Builds: integrated CI/CD built on the Workers platform
Workers Builds, an integrated CI/CD pipeline for the Workers platform, recently launched in open beta. We walk through how we built this product on Cloudflare’s Developer Platform....
October 31, 2024 1:00 PM
Moving Baselime from AWS to Cloudflare: simpler architecture, improved performance, over 80% lower cloud costs
Post-acquisition, we migrated Baselime from AWS to the Cloudflare Developer Platform and in the process, we improved query times, simplified data ingestion, and now handle far more events, all while cutting costs. Here’s how we built a modern, high-performing observability platfo...
October 25, 2024 1:00 PM
Elephants in tunnels: how Hyperdrive connects to databases inside your VPC networks
Hyperdrive (Cloudflare’s globally distributed SQL connection pooler and cache) recently added support for directing database traffic from Workers across Cloudflare Tunnels....
October 24, 2024 1:05 PM
Build durable applications on Cloudflare Workers: you write the Workflows, we take care of the rest
Cloudflare Workflows is now in open beta! Workflows allows you to build reliable, repeatable, long-lived multi-step applications that can automatically retry, persist state, and scale out. Read on to learn how Workflows works, how we built it on top of Durable Objects, and how yo...
October 24, 2024 1:00 PM
Billions and billions (of logs): scaling AI Gateway with the Cloudflare Developer Platform
How we scaled AI Gateway to handle and store billions of requests, using Cloudflare Workers, D1, Durable Objects, and R2....
October 24, 2024 1:00 PM
Durable Objects aren't just durable, they're fast: a 10x speedup for Cloudflare Queues
Learn how we built Cloudflare Queues using our own Developer Platform and how it evolved to a geographically-distributed, horizontally-scalable architecture built on Durable Objects. Our new architecture supports over 10x more throughput and over 3x lower latency compared to the ...
October 17, 2024 1:00 PM
The story of web framework Hono, from the creator of Hono
Hono is a web framework that is fast, lightweight, and built using the Web Standards API. Hear the story of Hono by the creator of Hono....