Deploy Workers using Terraform
September 13, 2018 4:03 PM
Today we're excited to announce that Cloudflare Workers are now supported in the Cloudflare Terraform Provider. ...
September 13, 2018 4:03 PM
Today we're excited to announce that Cloudflare Workers are now supported in the Cloudflare Terraform Provider. ...
September 09, 2018 2:00 PM
We’re getting the best minds on serverless technology from Cloudflare together to lead a series of talks on practical use cases for Cloudflare Workers. Join any of these six global talks for stories of how companies and developers are using serverless in the real world. ...
August 30, 2018 5:50 PM
Becoming aware and identifying data breaches as they happen, however, is not an easy task. It is often challenging for companies to become aware of their own data breaches and losses. Workers allow you to identify and get alerted on data breaches as they occur....
August 28, 2018 5:40 PM
In this guest post, you will learn about how the author's client, Titel Media, was able to use Cloudflare Workers to implement simple edge side includes....
August 26, 2018 5:00 PM
The following is a guest post by Paddy Sherry, Lead Developer at Gambling.com Group. They build performance marketing websites and tools, using Cloudflare to serve to their global audience....
August 21, 2018 5:56 PM
Redirection.io is a Web traffic redirection manager. It provides a collection of tools for website administrators, SEO agencies, and developers, which help analyze HTTP errors, setup HTTP redirections, customize HTTP responses, and monitor the traffic efficiently....
August 20, 2018 8:00 AM
At Cloudflare we’re accelerating web assets in a number of different ways. Part of this is caching, by storing the response given by the origin server directly within our 151+ global data centers....
July 17, 2018 1:00 PM
With the continued growth of Report URI we're seeing a larger and larger variety of sites use the service. With that diversity comes additional requirements that need to be met, some of them simple and some of them less so. ...
July 09, 2018 6:08 AM
This post is a part of an ongoing series comparing the performance of Cloudflare Workers with other Serverless providers. In our past tests we intentionally chose a workload which imposes virtually no CPU load (returning the current time). ...
July 02, 2018 5:50 PM
A few months ago we released a new way for people to run serverless Javascript called Cloudflare Workers. We believe Workers is the fastest way to execute serverless functions, but lets prove it....
June 29, 2018 1:00 PM
If you followed part one, I have an environment setup where I can write Typescript with tests and deploy to the Cloudflare Edge with npm run upload. For this post, I want to take one of the Worker Recipes further....
June 28, 2018 5:40 PM
In preparation for Chrome’s Not Secure flag, which will update the indicator to show Not Secure when a site is not accessed over https, we wanted people to be able to test whether their site would pass. ...
June 27, 2018 1:00 PM
Cloudflare Workers allows you to quickly deploy Javascript code to our 150+ data centers around the world and execute very close to your end-user. The edit/compile/debug story is already pretty amazing using the Workers IDE with integrated Chrome Dev Tools. ...
June 25, 2018 2:16 PM
Throughout this post, we’ll use contrived examples, shaky metaphors, and questionably accurate weather predictions to explain how to bundle your Service Worker with Webpack....
June 22, 2018 1:00 PM
Our Workers platform can be used for a ton of useful purposes: for A/B testing, storage bucket authentication, coalescing responses from multiple APIs, and more. But Workers can also be put to use beyond "HTTP middleware": a Worker can effectively be a web application in its own ...
June 21, 2018 4:36 PM
When we launched Workers much of the focus was on use cases surrounding websites running on origins that needed extra oomph. With Workers you can easily take a site and introduce a raft of personalization capabilities around a range of services....
June 19, 2018 7:11 PM
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 04, 2018 9:25 PM
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 04, 2018 4:20 PM
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....