Introducing Cf-Terraforming
February 15, 2019 8:02 PM
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 8:02 PM
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
In Part 1, the pros and cons of subdirectories vs subdomains were discussed. The subdirectory strategy is typically superior to subdomains since subdomains suffer from keyword and backlink dilution. ...
February 15, 2019 5:09 PM
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
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
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. ...
January 25, 2019 3:33 PM
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
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
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
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
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
The Linux AIO is designed for, well, Asynchronous disk IO! They are not network sockets, but is it possible to use Linux AIO API with network sockets? The answer is a strong YES! ...
December 28, 2018 2:18 PM
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
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
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
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 14, 2018 1:00 PM
DNS records are hard. Many people, even the technically competent, don’t bother to learn more than the basics. Let Cloudflare Apps manage them for you....
December 13, 2018 1:00 PM
We’re excited to announce early access for Traffic Acceleration with Cloudflare Mobile SDK. Enabling Acceleration through the SDK reduces latency, increases throughput, and improves app user experiences....
December 13, 2018 1:00 AM
I like my code the same way I like my team of POWr Rangers… DRY. And no, I don’t mean dull and unexciting! (If you haven’t heard this acronym before, DRY stands for Don’t Repeat Yourself)...
December 11, 2018 11:48 PM
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. ...