MORE POSTS
April 19, 2019 1:00 PM
Eating Dogfood at Scale: How We Build Serverless Apps with Workers
You’ve had a chance to build a Cloudflare Worker. You’ve tried KV Storage and have a great use case for your Worker. You’ve even demonstrated the usefulness to your product or organization. ...
March 28, 2019 4:08 PM
? The Wrangler CLI: Deploying Rust with WASM on Cloudflare Workers
Today, we're open sourcing and announcing wrangler, a CLI tool for building, previewing, and publishing Rust and WebAssembly Cloudflare Workers. If that sounds like some word salad to you, that's a reasonable reaction....
March 22, 2019 5:10 PM
A Full CI/CD Pipeline for Workers with Travis CI
In today’s post we’re going to talk about building a CI/CD pipeline for Cloudflare Worker’s using Travis CI. If you aren’t yet aware, Cloudflare Workers allow you to run Javascript in all 165 of our data centers, and they deploy globally in about 30 seconds. Learn more here. ...
March 21, 2019 4:49 PM
The Serverlist: Benchmarks, Workers.dev, security implications of serverless, and more
Get the latest scoop on the serverless space with new developer tutorials, engage in conversations with other serverless developers, and find upcoming meetups and conferences to attend....
March 21, 2019 3:00 PM
Writing an API at the Edge with Workers and Cloud Firestore
We’re super stoked about bringing you Workers.dev, and we’re even more stoked at every opportunity we have to dogfood Workers. Using what we create keeps us tuned in to the developer experience, which takes a good deal of guesswork out of drawing our roadmaps....
March 15, 2019 2:17 PM
Unit Testing Worker Functions
If you were not aware, Cloudflare Workers lets you run Javascript in all 165+ of our Data Centers. We’re delighted to see some of the creative applications of Workers. As the use cases grow in complexity, the need to smoke test your code also grows. ...
March 08, 2019 11:04 PM
A Node to Workers Story
Node.js allows developers to build web services with JavaScript. However, you're on your own when it comes to registering a domain, setting up DNS, managing the server processes, and setting up builds. ...
March 07, 2019 4:05 PM
Diving into Technical SEO using Cloudflare Workers
With this post we illustrate the potential applications of Cloudflare Workers in relation to search engine optimization, which is more commonly referred to as ‘SEO’ using our research and testing over the past year making Sloth....
March 04, 2019 4:00 PM
Building fast interpreters in Rust
In the previous post we described the Firewall Rules architecture and how the different components are integrated together. We created a configurable Rust library for writing and executing Wireshark®-like filters in different parts of our stack written in Go, Lua, C, C++ and Java...
March 01, 2019 1:00 PM
Deploying Workers with GitHub Actions + Serverless
If you weren’t aware, Cloudware Workers, our serverless programming platform, allows you to deploy code onto our 165 data centers around the world.
Want to automatically deploy Workers directly from a GitHub repository? Now you can with our official GitHub Action. ...
February 26, 2019 4:00 PM
The Serverlist: 2nd Edition - Available Now
Check out our second 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....
February 20, 2019 5:20 PM
Join us for 5 serverless events in SF Bay Area this week
Developer Week Bay Area is approaching and our engineers and developer relations team are delivering several talks around the Bay. Join us in San Francisco and Oakland for the following talks....
February 19, 2019 4:00 PM
Announcing workers.dev
We are working really hard to allow you to deploy Workers without having a Cloudflare domain. You will soon be able to deploy your Cloudflare Workers to a subdomain-of-your-choice.workers.dev, which you can go claim now on workers.dev!...
February 15, 2019 5:09 PM
SEO Best Practices with Cloudflare Workers, Part 2: Implementing Subdomains
In Part 1, the merits and tradeoffs of subdirectories and subdomains were discussed. The subdirectory strategy is typically superior to subdomains because subdomains suffer from keyword and backlink dilution. ...