MORE POSTS
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 13, 2018 1:00 AM
How my team wrote 12 Cloudflare apps with fewer than 20 lines of code
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 12, 2018 1:00 PM
More consistent LuaJIT performance
A year ago I wrote about a project that Cloudflare were funding at King's College London to help improve LuaJIT. Our twelve months is now up. How did we do? ...
November 23, 2018 3:49 PM
Every 7.8μs your computer’s memory has a hiccup
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
Serverless Progressive Web Apps using React with Cloudflare Workers
The story of how I learned that you can build Progressive Web Apps on the Cloudflare’s Edge....
November 22, 2018 7:58 AM
Fast Google Fonts with Cloudflare Workers
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
Introducing Apps with Workers
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
Real URLs for AMP Cached Content Using Cloudflare Workers
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!...
November 09, 2018 2:57 PM
Cloud Computing without Containers
We have a cloud computing platform called Workers. Unlike essentially every other cloud computing platform I know of, it doesn’t use containers or virtual machines. We believe that is the future of Serverless and cloud computing in general, and I’ll try to convince you why....
October 16, 2018 12:00 PM
Serverless Rust with Cloudflare Workers
The Workers team just announced support for WebAssembly (WASM) within Workers. If you saw my post on Internet Native Apps, you'll know that I believe WebAssembly will play a big part in the apps of the future....
October 11, 2018 2:30 PM
Graceful upgrades in Go
The idea behind graceful upgrades is to swap out the configuration and code of a process while it is running, without anyone noticing it. If this sounds error-prone, dangerous, undesirable and in general a bad idea – I’m with you....
October 01, 2018 3:01 PM
Free to code
This week at the Cloudflare Internet Summit I have the honour of sitting down and talking with Sophie Wilson. She designed the very first ARM processor instruction set in the mid-1980s and was part of the small team that built the foundations for the mobile world we live in....
September 25, 2018 12:01 PM
Get a head start with QUIC
Today Cloudflare opened the door on our beta deployment of QUIC with the announcement of our test site: cloudflare-quic.com. ...
September 13, 2018 4:03 PM
Deploy Workers using Terraform
Today we're excited to announce that Cloudflare Workers are now supported in the Cloudflare Terraform Provider. ...