June 02, 2019 10:35AM
Just write code: improving developer experience for Cloudflare Workers
Serverless
Cloudflare Workers
JavaScript
Product News
Developers
We’re excited to announce that starting today, Cloudflare Workers® gets a CLI, new and improved docs, multiple scripts for everyone, the ability to run applications on workers.dev without bringing your own domain, and a free tier to make experimentation easier than ever....
May 24, 2019 5:46PM
The Serverlist: Connecting the Serverless Ecosystem
Cloudflare Workers
Cloudflare Workers KV
JavaScript
Developers
Events
The Serverlist Newsletter
Product News
Serverless
Check out our 5th 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....
May 21, 2019 2:30PM
Building a To-Do List with Workers and KV
Serverless
Cloudflare Workers
Cloudflare Workers KV
JavaScript
Programming
In this tutorial, we’ll build a todo list application in HTML, CSS and JavaScript, with a twist: all the data should be stored inside of the newly-launched Workers KV, and the application itself should be served directly from Cloudflare’s edge network, using Cloudflare Workers....
May 21, 2019 2:00PM
Workers KV — Cloudflare's distributed database
Serverless
Cloudflare Workers
Cloudflare Workers KV
JavaScript
Product News
Programming
Today, we’re excited to announce Workers KV is entering general availability and is ready for production use!...
May 17, 2019 2:00PM
Faster script loading with BinaryAST?
Speed Week
Speed & Reliability
Product News
JavaScript
BinaryAST is a new over-the-wire format for JavaScript that aims to speed up parsing while keeping the semantics of the original JavaScript intact....
May 02, 2019 2:00PM
Unit Testing Workers, in Cloudflare Workers
We recently wrote about unit testing Cloudflare Workers within a mock environment using CloudWorker (a Node.js based mock Cloudflare Worker environment created by Dollar Shave Club's engineering team). See Unit Testing Worker Functions....