MORE POSTS
September 26, 2024 9:00 PM
Builder Day 2024: 18 big updates to the Workers platform
To celebrate Builder Day 2024, we’re shipping 18 updates inspired by direct feedback from developers building on Cloudflare. This includes new capabilities, like running evals with AI Gateway, beta ...
September 26, 2024 1:00 PM
Making Workers AI faster and more efficient: Performance optimization with KV cache compression and speculative decoding
With a new generation of data center accelerator hardware and using optimization techniques such as KV cache compression and speculative decoding, we’ve made large language model (LLM)...
September 26, 2024 1:00 PM
Zero-latency SQLite storage in every Durable Object
Traditional cloud storage is inherently slow because it is accessed over a network and must synchronize many clients. But what if we could instead put your application code deep into the storage layer...
September 26, 2024 1:00 PM
Startup Program revamped: build and grow on Cloudflare with up to $250,000 in credits
Cloudflare’s Startup Program now offers up to $250,000 in credits for companies building on our Developer Platform. The program relaunch uses clear and predictable credits so that you can easily see how usage impacts future pricing. ...
September 09, 2024 9:00 PM
More NPM packages on Cloudflare Workers: Combining polyfills and native code to support Node.js APIs
Workers now supports more NPM packages and Node.js APIs using an overhauled hybrid compatibility layer....
June 28, 2024 1:00 PM
Supporting Postgres Named Prepared Statements in Hyperdrive
Hyperdrive (Cloudflare’s globally distributed SQL connection pooler and cache) recently added support for Postgres protocol-level named prepared statements across pooled connections. We dive deep on what it took to add this feature...
May 30, 2024 1:00 PM
Disrupting FlyingYeti's campaign targeting Ukraine
In April and May 2024, Cloudforce One employed proactive defense measures to successfully prevent Russia-aligned threat actor FlyingYeti from launching their latest phishing campaign targeting Ukraine...
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 ...