MORE POSTS
October 27, 2021 1:00 PM
Custom Headers for Cloudflare Pages
We're excited to announce that Pages now natively supports custom headers on your projects! Simply create a _headers file in the build directory of your project and within it, define the rules you want to apply....
October 22, 2021 3:31 PM
Cloudflare for SaaS for All, now Generally Available!
We are very excited to announce that Cloudflare for SaaS is generally available, so that every customer, big and small, can use Cloudflare for SaaS to continue scaling and building their SaaS business. ...
October 20, 2021 7:00 PM
Traffic Sequence: Which Product Runs First?
Understand how Cloudflare product’s interact via the new dashboard addition ‘Traffic Sequence’....
October 19, 2021 3:20 PM
Backwards-compatibility in
Cloudflare Workers
On the Workers team, we have a policy:
A change to the Workers Runtime must never break an application that is live in production....
October 12, 2021 12:59 PM
Dynamic Process Isolation: Research by Cloudflare and TU Graz
Cloudflare worked with TU Graz to study the impact of Spectre on Cloudflare Workers and to develop new defenses against it. Today we're publishing a paper about our research....
October 01, 2021 12:59 PM
Get started Building Web3 Apps with Cloudflare
Learn how to build Web3 applications with Cloudflare’s new open-source template....
September 28, 2021 1:00 PM
Announcing Cloudflare R2 Storage: Rapid and Reliable Object Storage, minus the egress fees
Introducing Cloudflare’s S3-compatible Object Storage service, with zero egress bandwidth charges and automatic migration from S3-compatible services....
September 23, 2021 12:59 PM
Bringing OAuth 2.0 to Wrangler
In this blog, we will look into what the OAuth 2.0 protocol is, and how it can help improve the authorization process in the command-line interface tool Wrangler used to manage your Cloudflare Workers....
September 18, 2021 12:59 PM
Profiling Your Workers with Wrangler
To help measure performance of our customers’ Workers, we’re beginning to integrate with the Chrome DevTools protocol....
September 15, 2021 12:59 PM
Building Cloudflare Images in Rust and Cloudflare Workers
Using Rust and Cloudflare Workers helps us quickly iterate and deliver product improvements over the coming weeks and months....
September 13, 2021 12:58 PM
Cloudflare Workers: the Fast Serverless Platform
Today, Workers is 30% faster than it was three years ago at P90. And it is 210% faster than Lambda@Edge, and 298% faster than Lambda....
September 09, 2021 1:00 PM
Native Rust support on Cloudflare Workers
Introducing the Cloudflare Workers Rust SDK: write your entire Worker in Rust, no JavaScript required.
...
August 26, 2021 3:04 PM
Pin, Unpin, and why Rust needs them
Using async Rust libraries is usually easy. It's just like using normal Rust code, with a little async or .await here and there. But writing your own async libraries can be hard. ...
August 24, 2021 2:00 PM
Introducing logs from the dashboard for Cloudflare Workers
Many developers know the feeling: “It worked in the local testing suite, it worked in our staging environment, but… it’s broken in production?” Testing can reduce mistakes and debugging can help find them, but logs give us the tools to understand and improve what we are creating....