MORE POSTS
December 08, 2021 2:00 PM
Zaraz use Workers to make third-party tools secure and fast
Zaraz fundamentally changes how third-parties are loaded on the web. Learn how we built it from the ground up, and why we chose Cloudflare Worker to power it....
November 19, 2021 1:59 PM
Announcing native support for Stripe’s JavaScript SDK in Cloudflare Workers
Handling payments inside your apps is crucial to building a business online. For many developers, the leading choice for handling payments is Stripe. ...
November 19, 2021 1:59 PM
An Open-Source CMS on the Cloudflare Stack: Introductory Post
We are developing an example feature-complete SaaS application that will be built entirely on the Cloudflare stack....
November 19, 2021 1:59 PM
Build your next video application on Cloudflare
Today, we’re going to build a video application inspired by Cloudflare TV. We’ll have user authentication and the ability for administrators to upload recorded videos or livestream new content. Think about being able to build your own YouTube or Twitch using Cloudflare services!...
November 18, 2021 2:00 PM
Workers, Now Even More Unbound: 15 Minutes, 100 Scripts, and No Egress Fees
Workers is now even more Unbound, with no egress, more execution time, and more scripts....
November 18, 2021 2:00 PM
Developer Spotlight: Automating Workflows with Airtable and Cloudflare Workers
Jacob operates TriTails Premium Beef, an online store for meat, a very perishable good. So he has a unique set of challenges with shipping. As a developer, he turned to Airtable and Cloudflare Workers to automate large parts of the process to be able to deal with their rapid grow...
November 18, 2021 1:59 PM
The Cloudflare Developer Expert Program: apply today!
The Cloudflare Developer Expert Program rewards developers who build on Cloudflare...
November 17, 2021 1:59 PM
Cloudflare Pages Goes Full Stack
Cloudflare Pages with Functions is now in open beta!...
November 17, 2021 1:58 PM
Developer Spotlight: Chris Coyier, CodePen
Due to the nature of CodePen — namely, hosting code and an incredibly popular embedding feature, allowing developers to share their CodePen “pens” around the world — any sort of optimization can have a massive impact on CodePen’s business. ...
November 17, 2021 1:58 PM
Building a full stack application with Cloudflare Pages
Full-stack support for Cloudflare Pages is now in open beta, and you can test it today with this example image-sharing project that integrates with KV, Durable Objects, Cloudflare Images and Cloudflare Access. ...
November 17, 2021 1:58 PM
Cloudflare Pages now offers GitLab support
Cloudflare Pages partners up with GitLab for full git integration....
November 16, 2021 1:59 PM
wrangler 2.0 — a new developer experience for Cloudflare Workers
We're excited to announce the second-generation of our developer tooling for Cloudflare Workers. It’s a new developer experience that’s out-of-the-box, lightning fast, and can even run Workers on a local machine. (Yes!)...
November 16, 2021 1:58 PM
Automatically generating types for Cloudflare Workers
Every time the Workers runtime code is built, a script runs over the public APIs and generates the Rust and TypeScript types as well as a JSON file containing an intermediate representation of the static types. The types are sent to the appropriate repositories and the JSON file ...
November 16, 2021 1:58 PM
JavaScript modules are now supported on Cloudflare Workers
Now you can use JavaScript modules, also known as ECMAScript or “ES” modules, on Cloudflare Workers. This replaces the old “addEventListener” syntax with a new “import” and “export” semantics that makes it really easy to write reusable, modular code....