Monitor Origin Health with Cloudflare Health Checks
Cloudflare health checks aren't just about knowing if your origin is up or down; they're a proactive way to understand its actual performance and availa.
48 articles
Cloudflare health checks aren't just about knowing if your origin is up or down; they're a proactive way to understand its actual performance and availa.
Cloudflare Hyperdrive lets your workers query your database directly, but it doesn't actually make your database queries faster.
Optimize and Transform Images with Cloudflare Images — practical guide covering cloudflare setup, configuration, and troubleshooting with real-world exa...
Cloudflare Load Balancing can make your application seem like it's everywhere at once, but its true magic lies in making it feel like it's everywhere ev.
Push Cloudflare Logs to S3 for Long-Term Storage and Analysis — practical guide covering cloudflare setup, configuration, and troubleshooting with real-...
Cloudflare Magic Transit is your network's bodyguard, acting as a high-speed, always-on shield that inspects and directs all your IP traffic before it e.
Migrate Cloudflare Page Rules to the New Rules System — practical guide covering cloudflare setup, configuration, and troubleshooting with real-world ex...
Cloudflare Pages lets you deploy static sites and Single Page Applications SPAs with zero configuration, but it's actually a distributed build system th.
Cloudflare Pages Functions are surprisingly not just for API endpoints, but for any dynamic server-side computation you need attached to your static sit.
Cloudflare Pub/Sub is actually a client-side technology, not a server-side one, despite its name. Let's see it in action
Cloudflare's rate limiting is not about simply capping requests; it's a dynamic traffic shaping mechanism that uses a sliding window to identify and mit.
Setting up bulk redirect rules in Cloudflare is not about creating a static list of old URLs to new URLs; it's about defining patterns that Cloudflare's.
Proxy Non-HTTP TCP Traffic Through Cloudflare Spectrum. Cloudflare Spectrum can proxy any TCP traffic, not just HTTP. Let's see it in action
Cloudflare's SSL/TLS encryption modes aren't just about securing your site; they're about controlling the trust boundary between your origin server and .
Cloudflare Stream is fundamentally a way to bypass the insane bandwidth costs and latency associated with self-hosting video, but it's actually more abo.
Terraform can manage Cloudflare resources, but it's not just about creating DNS records; it's a powerful way to treat your entire Cloudflare configurati.
Rewrite URLs and Headers at the Edge with Cloudflare Transform Rules — practical guide covering cloudflare setup, configuration, and troubleshooting wit...
Cloudflare Tunnel lets you securely expose services running on your private network to the internet without opening firewall ports.
Cloudflare's Web Application Firewall WAF can be a powerful shield against Layer 7 application layer attacks, but its default ruleset might not catch ev.
Cloudflare Workers AI lets you run machine learning models directly on Cloudflare's edge network, bringing inference closer to your users and reducing l.
Cloudflare Workers bindings let your serverless functions interact with other Cloudflare services like KV, R2, and D1 as if they were local variables.
Cloudflare Workers can be scheduled to run on a cron trigger, allowing you to automate tasks without needing to poll an endpoint.
You can serve Cloudflare Workers from a custom domain, but it's not about pointing DNS records directly at the Worker itself; it's about pointing DNS re.
Cloudflare D1 is not just another managed SQLite database; it's a distributed SQLite database designed to live alongside your Workers, making latency a .
Durable Objects are the closest you'll get to running stateful, single-instance server logic directly within Cloudflare's edge network.
Cloudflare Workers let you run JavaScript, WebAssembly, or other languages compiled to Wasm, directly on Cloudflare's edge network.
Cloudflare KV isn't just a key-value store; it's a globally distributed database that pushes your data to the edge, right alongside your Workers.
You're not actually monitoring Cloudflare Workers until you're looking at the logs and traces that Workers Tail gives you, not just the basic analytics.
Cloudflare Workers Queues allow you to offload long-running tasks from your HTTP request lifecycle to a background processing system.
Cloudflare R2 doesn't charge you for data leaving its storage, which is a massive departure from how cloud object storage typically works.
Cloudflare Workers can securely store and access secrets like API keys, database credentials, or other sensitive information without exposing them in yo.
Testing Cloudflare Workers locally is a surprisingly tricky business, and the common advice to just "run your Worker code in Node.
Write Cloudflare Workers in TypeScript — Cloudflare Workers let you run JavaScript or TypeScript! at the edge, right on Cloudflare's network,.
The most surprising thing about Wrangler's worker deployment is that you're not actually deploying to Cloudflare Workers, but rather deploying through C.
Load Third-Party Scripts Safely with Cloudflare Zaraz — practical guide covering cloudflare setup, configuration, and troubleshooting with real-world ex...
Cloudflare Zero Trust can replace your VPN by enforcing granular access policies based on identity and context, rather than just network location.
Cloudflare Access can protect your internal applications by acting as a secure gateway, verifying every user and device before granting access, effectiv.
Cloudflare Analytics can tell you far more about your traffic than just hit counts; it's a real-time window into what's hitting your servers, and critic.
Cloudflare's API Gateway is more than just a firewall; it's a dynamic policy engine that can fundamentally reshape how you think about API security and .
Cloudflare Bot Management doesn't just block bad bots; it's a sophisticated system designed to understand traffic, not just filter it.
Cloudflare's "Purge Everything" button is a blunt instrument. It feels like nuking your entire website's cache when all you really needed was to update .
Cloudflare's cache is a powerful tool, but its default behavior often caches too much or too little, requiring explicit control.
The most surprising thing about routing Chinese traffic through Cloudflare's China Network is that it's not a single product, but a collection of servic.
Cloudflare's DDoS protection is more than just a firewall; it's a distributed network that absorbs and mitigates malicious traffic before it ever reache.
The orange cloud in Cloudflare doesn't just hide your IP; it actively intercepts and inspects all traffic destined for your domain, making it a powerful.
Set Up Cloudflare Email Routing to Forward Emails for Free — practical guide covering cloudflare setup, configuration, and troubleshooting with real-wor...
Configure DMARC, DKIM, and SPF with Cloudflare Email Security — practical guide covering cloudflare setup, configuration, and troubleshooting with real-...
Cloudflare Firewall Rules with Expression Syntax The most surprising thing about Cloudflare's Expression Syntax for Firewall Rules is how it lets you bu.