MORE POSTS
June 19, 2018 7:11 PM
Test New Features and Iterate Quickly with Cloudflare Workers
At Cloudflare, we believe that getting new products and features into the hands of customers as soon as possible is the best way to get great feedback. The thing about releasing products early and often is that sometimes they might not be initially ready for your entire user base...
June 09, 2018 5:27 PM
Boston, London, & NY developers: We can't wait to meet you
Are you based in Boston, London, or New York? There's a lot going on this month from the London Internet Summit to Developer Week New York and additional meetups in Boston and New York. Drop by our events and connect with the Cloudflare community....
June 04, 2018 9:25 PM
Cloudflare Workers Recipe Exchange
Share your Cloudflare Workers recipes with the Cloudflare Community. We’ve created a new tag “Recipe Exchange” in the Cloudflare Community Forum. We invite you to share your work, borrow / get inspired by the work of others, and upvote useful recipes written by others in the comm...
May 08, 2018 9:28 PM
The Rise of Edge Compute: The Video
At the end of March, Kenton Varda, tech lead and architect for Cloudflare Workers, traveled to London and led a talk about the Rise of Edge Compute where he laid out our vision for the future of the Internet as a platform....
May 04, 2018 4:20 PM
Dogfooding Cloudflare Workers
We deployed a Cloudflare worker in front of www.cloudflare.com and api.cloudflare.com, that has since served over <X> million requests. Here's what we learned about debugging and "failing open" when writing workers....
May 03, 2018 5:00 PM
Custom Page Selection for Cloudflare Apps
In July 2016, Cloudflare integrated with Eager - an apps platform. During this integration, several decisions were made to ensure an optimal experience installing apps. We wanted to make sure site owners on Cloudflare could customize and install an app with the minimal number of ...
April 30, 2018 4:20 PM
Getting started with Terraform and Cloudflare (Part 2 of 2)
Continue exploring Terraform with Cloudflare by enabling load balancing, creating page rules, and rolling back changes....
April 27, 2018 8:18 PM
Getting started with Terraform and Cloudflare (Part 1 of 2)
Write code to manage your Cloudflare configuration using Terraform, and store it in your source code repository of choice for versioned history and rollback....
April 26, 2018 5:32 AM
Copenhagen & London developers, join us for five events this May
Are you based in Copenhagen or London? Drop by some talks we're hosting about the use of Go, Kubernetes, and Cloudflare’s Mobile SDK....
March 24, 2018 12:00 PM
London & Barcelona developers, we want to meet you this week
Are you based in London or Barcelona? My Developer Relations teammates and I are visiting these cities over the next two weeks. I would love to meet you and invite you to the three events I'm hosting. ...
March 22, 2018 1:00 PM
Data-driven development with Cloudflare Mobile SDK
How much engagement are you losing in your app to network errors? Chances are, you don't know. We didn't either, until we built a free tool that helps Android and iOS developers visualize and understand their mobile app's network utilization.
...
March 13, 2018 1:00 PM
Everyone can now run JavaScript on Cloudflare with Workers
We believe the true dream of cloud computing is that your code lives in the network itself. Your code doesn't run in "us-west-4", it runs everywhere....
February 27, 2018 2:38 PM
Memcrashed - Major amplification attacks from UDP port 11211
Over last couple of days we've seen a big increase in an obscure amplification attack vector - using the memcached protocol, coming from UDP port 11211. In the past, we have talked a lot about amplification attacks happening on the internet. ...
February 26, 2018 12:04 PM
Using Cloudflare Workers to identify pwned passwords
Last week Troy Hunt launched his Pwned Password v2 service which has an API handled and cached by Cloudflare using a clever anonymity scheme. The following simple code can check if a password exists in Troy's database without sending the password to Troy....