MORE POSTS
April 03, 2020 11:03 AM
Trailblazing a Development Environment for Workers
When I arrived at Cloudflare for an internship in the summer of 2018, I was taken on a tour, introduced to my mentor who took me out for coffee (shoutout to Preston), and given a quick whiteboard overview of how Cloudflare works....
March 23, 2020 12:00 PM
Deploying security.txt: how Cloudflare’s security team builds on Workers
Today, we’re launching support for the security.txt initiative through Workers to help give security researchers a common location to learn about how to communicate with our team....
March 20, 2020 4:00 PM
The Serverlist: Workers Secrets, Serverless Supremacy, and more!
Check out our thirteenth edition of The Serverlist below. Get the latest scoop on the serverless space, get your hands dirty with new developer tutorials, engage in conversations with other serverless developers, and find upcoming meetups and conferences to attend....
March 04, 2020 1:00 PM
Pwned Passwords Padding (ft. Lava Lamps and Workers)
Starting today, we are offering a new security advancement in the Pwned Passwords API - API clients can receive responses padded with random data....
March 03, 2020 1:00 PM
Addressing the Web’s Client-Side Security Challenge
Modern web architecture relies heavily on JavaScript and enabling third-party code to make client-side network requests. These innovations are built on client-heavy frameworks such as Angular, Ember, React, and Backbone that leverage the processing power of the browser...
February 26, 2020 3:00 PM
Introducing Secrets and Environment Variables to Cloudflare Workers
The Workers team here at Cloudflare has been hard at work shipping a bunch of new features in the last year and we’ve seen some amazing things built with the tools we’ve provided....
February 11, 2020 7:23 PM
The Serverlist: Globally Distributed Websites, $16M Series A, and more
Check out our twelfth edition of The Serverlist below. Get the latest scoop on the serverless space, get your hands dirty with new developer tutorials, engage in conversations with other serverless developers, and find upcoming meetups and conferences to attend....
January 29, 2020 1:00 PM
JAMstack at the Edge: How we built Built with Workers… on Workers
I'm extremely stoked to announce Built with Workers today – it's an awesome resource for exploring what you can build with Cloudflare Workers. As Adam explained in our launch post, showcasing developers building incredible projects with tools like Workers KV ...
January 29, 2020 1:00 PM
Announcing Built with Workers
Ever since its initial release, Cloudflare Workers has given JavaScript developers a platform to enable building high-performance applications with automatic scaling....
January 08, 2020 3:00 PM
Prototyping optimizations with Cloudflare Workers and WebPageTest
Have you ever wanted to quickly test a new performance idea, or see if the latest performance wisdom is beneficial to your site? As web performance appears to be a stochastic process, it is really important to be able to iterate quickly and review the effects of different experim...
December 27, 2019 6:00 PM
The Serverlist: Deploying Wordpress to Cloudflare, Atlassian Cloud Serverless, and more
Check out our eleventh edition of The Serverlist below. Get the latest scoop on the serverless space, get your hands dirty with new developer tutorials, engage in conversations with other serverless developers, and find upcoming meetups and conferences to attend....
December 02, 2019 8:29 PM
The Serverlist: Full Stack Serverless, Serverless Architecture Reference Guides, and more
Check out our tenth edition of The Serverlist below. Get the latest scoop on the serverless space, get your hands dirty with new developer tutorials, engage in conversations with other serverless developers, and find upcoming meetups and conferences to attend....
November 29, 2019 8:00 AM
A History of HTML Parsing at Cloudflare: Part 2
The second blog post in the series on HTML rewriters picks up the story in 2017 after the launch of the Cloudflare edge compute platform Cloudflare Workers. It became clear that the developers using workers wanted the same HTML rewriting capabilities that we used internally, ...
November 28, 2019 8:44 AM
A History of HTML Parsing at Cloudflare: Part 1
To coincide with the launch of streaming HTML rewriting functionality for Cloudflare Workers we are open sourcing the Rust HTML rewriter (LOL HTML) used to back the Workers HTMLRewriter API. We also thought it was about time to review the history of HTML rewriting at Cloudflare....