MORE POSTS
February 15, 2019 8:02 PM
Introducing Cf-Terraforming
Ever since we implemented support for configuring Cloudflare via Terraform, we’ve been steadily expanding the set of features and services you can manage via this popular open-source tool. ...
February 15, 2019 5:09 PM
SEO Best Practices with Cloudflare Workers, Part 2: Implementing Subdomains
In Part 1, the merits and tradeoffs of subdirectories and subdomains were discussed. The subdirectory strategy is typically superior to subdomains because subdomains suffer from keyword and backlink dilution. ...
February 15, 2019 5:09 PM
SEO Best Practices with Cloudflare Workers, Part 1: Subdomain vs. Subdirectory
Alice and Bob are budding blogger buddies who met up at a meetup and purchased some root domains to start writing. Alice bought aliceblogs.com and Bob scooped up bobtopia.com....
February 14, 2019 8:00 PM
Solving Problems with Serverless – The Cloudflare LED Data Center Board, Part I
You know you have a cool job when your first project lets you bring your hobby into the office. ...
February 12, 2019 9:27 PM
Introducing The Serverlist: Cloudflare's New Serverless Newsletter
At Cloudflare, we've been digging our heels into serverless, so we created The Serverlist newsletter, enabling us to share interesting content in the serverless space with the developer community. ...
February 11, 2019 11:00 PM
IBM Cloud Internet Services protects any cloud – now with Cloudflare Spectrum and Workers
At Cloudflare, we have an ambitious mission of helping to build a better Internet. Partnerships are a core part of how we achieve this mission. Last year we joined forces with IBM....
January 25, 2019 3:33 PM
Introducing the Workers Cache API: Giving you control over how your content is cached
At Cloudflare, we aim to make the Internet faster and safer for everyone. One way we do this is through caching: we keep a copy of our customer content in our 165 data centers around the world. This brings content closer to users and reduces traffic back to origin servers....
January 23, 2019 6:30 PM
create-cloudflare-worker: Bootstrap your Cloudflare Worker
At Quintype, we are continually looking for new and innovative ways to use our CDN. Quintype moved to Cloudflare last year, partly because of the power of Cloudflare Workers....
January 18, 2019 5:07 PM
The SamKnows Cloudflare Platform
At SamKnows, we run lots of tests to measure internet performance. Actually, that’s an understatement. Our software is embedded on tens of millions of devices, and that number grows daily....
January 15, 2019 1:00 PM
How Serverless Platforms are Changing to Enable New Applications (video)
This talk was originally presented and recorded at Serverless Computing London in November 2018. If you’d like to join us in person to talk about serverless, we’ll be announcing 2019 event locations throughout the year on the docs page....
January 10, 2019 10:00 PM
Upgrading Cloud Infrastructure Made Easier and Safer Using Cloudflare Workers and Workers KV
At Timely we started a project to migrate our web applications from legacy Azure services to a modern PaaS offering. In theory it meant no code changes. We decided to start with our webhooks. ...
January 04, 2019 11:02 AM
io_submit: The epoll alternative you've never heard about
The Linux AIO is designed for, well, Asynchronous disk IO! Disk files are not the same thing as network sockets! Is it even possible to use the Linux AIO API with network sockets in the first place?
The answer turns out to be a strong YES!
...
December 28, 2018 2:18 PM
Improving request debugging in Cloudflare Workers
As some of you might have already noticed either from our public release notes, on cloudflareworkers.com or in your Cloudflare Workers dashboard, there was a small but important change in the look of the inspector....
December 24, 2018 4:00 PM
Improving HTML Time to First Byte
Fixing slow Time To First Byte by edge-caching HTML with Cloudflare Workers and automatically purging the cache when content changes....