MORE POSTS
May 07, 2024 1:00 PM
Using Fortran on Cloudflare Workers
Work on LLVM has enabled Fortran to compile to WebAssembly. So, today, we’re writing about running Fortran code on Cloudflare Workers...
April 18, 2024 8:58 PM
Meta Llama 3 available on Cloudflare Workers AI
We are thrilled to give developers around the world the ability to build AI applications with Meta Llama 3 using Workers AI. We are proud to be a launch partner with Meta for their newest 8B Llama 3 model...
April 08, 2024 1:00 PM
Developer Week 2024 wrap-up
Developer Week 2024 has officially come to a close. Here’s a quick recap of the announcements and in-depth technical explorations that went out last week...
April 05, 2024 3:50 PM
Cloudflare acquires Baselime to expand serverless application observability capabilities
Today, we’re thrilled to announce that Cloudflare has acquired Baselime, a serverless observability company...
April 05, 2024 1:01 PM
Browser Rendering API GA, rolling out Cloudflare Snippets, SWR, and bringing Workers for Platforms to all users
Browser Rendering API is now available to all paid Workers customers with improved session management...
April 05, 2024 1:00 PM
Cloudflare acquires PartyKit to allow developers to build real-time multi-user applications
We're thrilled to announce that PartyKit, a trailblazer in enabling developers to craft ambitious real-time, collaborative, multiplayer applications, is now a part of Cloudflare...
April 05, 2024 1:00 PM
We've added JavaScript-native RPC to Cloudflare Workers
Cloudflare Workers now features a built-in RPC (Remote Procedure Call) system for use in Worker-to-Worker and Worker-to-Durable Object communication, with absolutely minimal boilerplate. We've designed an RPC system so expressive that calling a remote service can feel like using ...
April 04, 2024 1:05 PM
New tools for production safety — Gradual deployments, Source maps, Rate Limiting, and new SDKs
Today we are announcing five updates that put more power in your hands – Gradual Deployments, Source mapped stack traces in Tail Workers, a new Rate Limiting API, brand-new API SDKs, and updates to Durable Objects – each built with mission-critical production services in mind...
April 04, 2024 1:00 PM
Announcing Pages support for monorepos, wrangler.toml, database integrations and more!
Today, we’re launching four improvements to Pages that bring functionality previously restricted to Workers, with the goal of unifying the development experience between the two. Support for monorepos, wrangler.toml, new additions to Next.js support and database integrations...
April 03, 2024 1:00 PM
Data Anywhere with Pipelines, Event Notifications, and Workflows
We make it easy to build scalable, reliable, data-driven applications, so we’re announcing a new Event Notifications framework; our take on durable execution; and a streaming ingestion service....
April 03, 2024 1:00 PM
How Picsart leverages Cloudflare's Developer Platform to build globally performant services
Picsart, one of the world’s largest digital creation platforms, encountered performance challenges in catering to its global audience....
April 02, 2024 1:01 PM
Leveling up Workers AI: general availability and more new capabilities
Today, we’re excited to make a series of announcements, including Workers AI, Cloudflare’s inference platform becoming GA and support for fine-tuned models with LoRAs and one-click deploys from HuggingFace. Cloudflare Workers now supports the Python programming language, and more...
April 02, 2024 1:00 PM
Running fine-tuned models on Workers AI with LoRAs
Workers AI now supports fine-tuned models using LoRAs. But what is a LoRA and how does it work? In this post, we dive into fine-tuning, LoRAs and even some math to share the details of how it all works under the hood...
April 02, 2024 1:00 PM
Bringing Python to Workers using Pyodide and WebAssembly
Introducing Cloudflare Workers in Python, now in open beta! We've revamped our systems to support Python, from the runtime to deployment. Learn about Python Worker's lifecycle, dynamic linking, and memory snapshots in this post...