Click any tag below to further narrow down your results
Links
Cloudflare has improved its Python Workers platform by adding support for a wider range of packages and implementing faster cold start times. The article explains how to deploy a FastAPI app globally in minutes and highlights performance benchmarks against AWS Lambda and Google Cloud Run.
This article details the porting of a Matrix homeserver to Cloudflare Workers, creating a serverless architecture that eliminates traditional operational burdens. It highlights the advantages of reduced costs, low latency, and enhanced security, including post-quantum cryptography for connections.
This article explores how SQLite has evolved into a key component for serverless backends, driven by tools like Turso/libSQL and Cloudflare D1. It highlights SQLite's lightweight design and explains how it can be integrated into distributed systems without sacrificing its core functionality.
This article explains how to deploy DuckDB as a WebAssembly module within Cloudflare Workers, enabling SQL queries without a traditional database server. It details the limitations of Cloudflare Workers, the use of Emscripten's Asyncify to handle asynchronous calls, and provides setup and coding instructions for creating a SQL query API.
After facing challenges with traditional Redis-based rate limiting during a traffic spike, the author transitioned to using Cloudflare Durable Objects for a more efficient solution. This new approach significantly reduced latency, improved reliability, and lowered costs while effectively managing thousands of concurrent requests in a serverless environment.
Cloudflare has introduced an open beta for Workers Tracing, a new feature that allows developers to trace requests through their serverless applications. This tool aims to enhance visibility into application performance and assist in debugging by providing detailed insights about request paths and execution times. With Workers Tracing, users can better understand their application's behavior and optimize performance accordingly.
Cloudflare has launched Containers in public beta, allowing developers to deploy Docker container images on its global edge network, which enhances performance by reducing latency. This new feature integrates with Cloudflare Workers, enabling the execution of complex Linux-based applications while offering benefits like global deployment, scale-to-zero pricing, and programmability.