MORE POSTS
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 products like Queues and Vectorize graduating to GA, massive speed improvements to...
September 26, 2024 1:00 PM
We made Workers KV up to 3x faster — here’s the data
Speed is a critical factor that dictates Internet behavior. Every additional millisecond a user spends waiting for your web page to load results in them abandoning your website. ...
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) inference lightning-fast on the Cloudflare Workers AI platform....
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, such that your code runs where the data is stored? Durable Objects with SQLite...
September 24, 2024 1:00 PM
Automatically generating Cloudflare’s Terraform provider
The Cloudflare Terraform provider used to be manually maintained. With the help of our existing OpenAPI code generation pipeline, we’re now automatically generating the provider for better endpoint and attribute coverage, faster updates when new products are announced and a new A...
November 18, 2022 2:00 PM
Twilio Segment Edge SDK powered by Cloudflare Workers
With Segment Edge SDK, built on Cloudflare Workers, developers can collect high-quality first-party data and use Segment Edge SDK to access real-time user profiles and state, to deliver personalized app experiences without managing a ton of infrastructure. ...
November 17, 2022 2:00 PM
Keep track of Workers’ code and configuration changes with Deployments
Today we’re happy to announce Deployments for Workers. Deployments allow developers to audit changes made to their applications....
August 05, 2022 4:30 PM
Build your next big idea with Cloudflare Pages
We believe every developer deserves to dream big without breaking the bank. That's why on Cloudflare Pages you can get unlimited requests, bandwidth, seats and projects --- for free!...
August 05, 2022 3:45 PM
Building a scheduling system with Workers and Durable Objects
In this post we're going to show you how to build a scalable service that will schedule HTTP requests on a specific schedule or as one-off at a specific time ...
July 28, 2021 12:59 PM
Introducing Smart Edge Revalidation
When both Last-Modified and Etag headers are absent from the origin response, Smart Edge Revalidation will use the time the object was cached on Cloudflare as the Last-Modified header value. When Cloudflare receives a revalidation request, our edge can respond using the generated...
December 04, 2020 2:05 PM
An introduction to three-phase power and PDUs
This blog is a quick Electrical Engineering 101 session going over specifically how 3-phase PDUs work, along with some good practices on how we use them...