The SamKnows Cloudflare Platform
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 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! 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
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 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. ...
November 30, 2018 8:52 AM
Today we are launching the second iteration of the Cloudflare App Developer Fund. This is an investment fund started in partnership with Venrock, Pelion Venture Partners, and New Enterprise Associates....
November 29, 2018 6:45 PM
With Cloudflare Workers, it is possible to send traffic logs to arbitrary locations. In this post we are going to discuss an example Worker implementation on how to achieve this. So if you are building or maintaining your own traffic logging/analytics environment, read on....
November 25, 2018 3:00 PM
Our Austin Real World Serverless event (in partnership with the ATX Serverless User Group Meetup) included two talks about Serverless technology featuring Victoria Bernard and Preston Pham from Cloudflare. ...
November 23, 2018 3:49 PM
I was particularly interested in one of the consequences of how dynamic RAM works. You see, each bit of data is stored by the charge (or lack of it) on a tiny capacitor within the RAM chip. But these capacitors gradually lose their charge over time....
November 23, 2018 1:29 PM
The story of how I learned that you can build Progressive Web Apps on the Cloudflare’s Edge....
November 22, 2018 7:58 AM
Code walkthrough on using Cloudflare workers to improve the performance of sites using Google Fonts. The improvements can be quite dramatic and the sample provides a real-world use case of doing streaming HTML modification in a Cloudflare Worker....
November 16, 2018 3:00 PM
Since its inception, Cloudflare Apps has made it possible for website owners to install a tool or a service directly onto a domain they have that lives on the Cloudflare network....
November 13, 2018 7:33 PM
As Cloudflare Workers matures, we continue to push ourselves to develop and deploy important features using them. Today, we’re excited to announce support for HTTP signed exchanges, generated by Cloudflare Workers!...