MORE POSTS
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. ...
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....
December 19, 2018 4:21 PM
Cloudworker - A local Cloudflare Worker Runner
At Dollar Shave Club, we continuously look for ways to improve how we build and ship code. Improving the time it takes for engineers to ship code is key. Providing engineers with a development environment that closely mirrors production really helps....
December 17, 2018 6:44 PM
Real World Serverless: Serverless Use Cases and Best Practices
Cloudflare Workers has had a very busy 2018. Throughout the year, Workers moved from beta to general availability, continued to expand its footprint as Cloudflare grew to 155 locations, and added new features and services to help developers create increasingly advanced applicatio...
December 11, 2018 11:48 PM
OAuth Auth Server through Workers
Services need to talk to each other safely without inconveniencing users. Let’s pretend I own a service with users and I want to grant other services access to my service on behalf of my users. ...