MORE POSTS
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. We dive deep on what it took to add this feature....
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....
September 30, 2024 1:00 PM
Wrapping up another Birthday Week celebration
Recapping all the big announcements made during 2024’s Birthday Week....
September 27, 2024 1:00 PM
Empowering builders: introducing the Dev Alliance and Workers Launchpad Cohort #4
Empowering developers with the Dev Starter Pack and Workers Cohort #4: get free or discounted access to essential developer tools and meet the latest set of incredible startups building on Cloudflare....
September 26, 2024 9:00 PM
Builder Day 2024: 18 big updates to the Workers platform
To celebrate Builder Day 2024, we’re shipping 18 updates inspired by direct feedback from developers building on Cloudflare. This includes new capabilities, like running evals with AI Gateway, beta ...
September 26, 2024 1:00 PM
Making Workers AI faster and more efficient: Performance optimization with KV cache compression and speculative decoding
With a new generation of data center accelerator hardware and using optimization techniques such as KV cache compression and speculative decoding, we’ve made large language model (LLM)...
September 26, 2024 1:00 PM
Zero-latency SQLite storage in every Durable Object
Traditional cloud storage is inherently slow because it is accessed over a network and must synchronize many clients. But what if we could instead put your application code deep into the storage layer...