Zaraz use Workers to make third-party tools secure and fast
December 08, 2021
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....
December 08, 2021
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
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
We are developing an example feature-complete SaaS application that will be built entirely on the Cloudflare stack....
November 19, 2021
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
Workers is now even more Unbound, with no egress, more execution time, and more scripts....
November 18, 2021
The Cloudflare Developer Expert Program rewards developers who build on Cloudflare...
November 17, 2021
Cloudflare Pages with Functions is now in open beta!...
November 17, 2021
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
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
Cloudflare Pages partners up with GitLab for full git integration....
November 16, 2021
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
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
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....
November 16, 2021
We’re excited to announce Services, the new way to build composable, distributed applications on Cloudflare Workers. Learn how Services can replace the traditional “microservice architecture” with an alternative, zero-cost abstraction model....
November 15, 2021
Customers can connect to a Postgres or MySQL database directly from their Workers using a Cloudflare Tunnel today. In the future, you can use Database Connectors to achieve this natively using a standardized Socket API....
November 15, 2021
Guido won the innovative category in one of the biggest Game Jams with a combination of Pages, Durable Objects, modern browser APIs, and a hefty amount of ingenuity....
November 15, 2021
The ability to make TCP and QUIC client connections from within Workers and Durable Objects, as well as the ability to connect to Workers over TCP and QUIC without using HTTP, will be coming to Cloudflare Workers. Here’s a peek at what we’re working on....
November 15, 2021
With built-in global deployments, insane scalability and the flexibility of JavaScript, more and more applications are choosing to build on our global platform....
November 02, 2021
Cloudflare has a broad range of products -- ranging from security, to performance and serverless compute. These products are built by multiple teams in close collaboration and delivering those products can be a complex task. So ever wonder how we do so consistently and safely at ...