Seven government recall feeds, and what it takes to make them agree
Every developed market publishes its product recalls. The EU has Safety Gate, France runs RappelConso on top of it, the US splits the job across the C…
Latest Testing & QA news from Tech News
Every developed market publishes its product recalls. The EU has Safety Gate, France runs RappelConso on top of it, the US splits the job across the C…
Key takeaways A request is judged on many layers at once — IP reputation, TLS fingerprint, HTTP/2 shape, headers, and how the browser is driven — and …
This article was originally published on Jo4 Blog . My affiliate tracking links were returning the entire React app instead of a 302 redirect. Not a 4…
Edge vs. Endpoint Bot Blocking: A Developer's Guide to Cloudflare and Wordfence The Real Cost of AI Bot Traffic on Your WordPress Stack If you're runn…
One function in this site's Worker attaches security headers to every response it renders. Until yesterday two of them were RateLimit-Limit: 100 and R…
Most cloud tools are built around saving things. But a lot of the time I don't want to save anything — I just want to hand something off for a few min…
Quick answer: A static site behind Cloudflare can get AI without a backend and without storing an API key. Workers AI binds a model like Llama 3.3 70B…
I recently open-sourced Minvoice , a small invoicing app that runs entirely on Cloudflare Workers. Like every well-behaved open-source Workers project…
A staging-to-production data bleed cost me 4 hours of rollback. That's what finally made dry-run a structural requirement, not an afterthought. The co…
Привет! Задача возникла банальная: нужно передать коллеге пароль, API-ключ или конфиг. Телега — не хочется, почта — тем более. Существующие решения от…
A 30-line Slack notifier was eating 60% of my CPU-time budget across 4 client Workers. The culprit: a runaway alarm loop I assumed was impossible. Her…
Adding more Claude subagents made my pipeline slower past 6 — but the real problem wasn't concurrency at all. When I finally looked at the cost logs f…
A ghost lock blocked every cron trigger for 6 hours after a Korean ad-network API took 45 seconds to respond — 15 seconds past the Workers wall clock …
1. What Cloudflare actually is Cloudflare is not a reverse proxy running on one server somewhere. It is a globally distributed edge network with over …
В домашней инфраструктуре у меня крутится десяток сервисов: Grafana, Zabbix, n8n, Navidrome, ollama, БД, пара дашбордов и тестовых API. Кажд…
Code review — отличный механизм для отлова багов, но это почти гарантированный способ создать «бутылочное горлышко» для всей команды. В Cloudflare мед…
The previous article ended with a confession: same build, two PageSpeed runs two hours apart, desktop Performance 99 and then 90. I blamed first-scree…
Originally published on the Brandswarm blog . We build Brandswarm . It's a SaaS that tracks how AI assistants describe your brand — ChatGPT, Claude, P…
You have an idea for a SaaS. You open Cursor or Claude Code, and the familiar ritual begins. Auth. A database. Payments. Transactional email. Permissi…
A practical guide based on real submission experience — what the form asks, what reviewers check, and what I got wrong the first time. I built an MCP …
The problem we are solving We have mobile apps calling APIs through Cloudflare. The APIs are seeing automated traffic from headless browsers, scripted…
На прошлой неделе компания Cloudflare поделилась своими впечатлениями о работе ИИ-модели Claude Mythos. Эта модель разработана компанией Anthropic, и …
Your robots.txt lists User-agent: GPTBot - Allow: / . The page loads fine in a browser. The "AI crawler" checkers say you're configured correctly. But…
If you've ever looked at a marketplace's fee page and felt your eye twitch, this post is for you. The major selling platforms take their cut from ever…
Google narrowed developer access to its web-search tools in January, while Cloudflare documented broader controls for blocking or challenging AI crawl…
I gave Claude a persistent memory for $0/month using Cloudflare Claude is great. But every time you start a new conversation, it forgets everything. Y…
I spend a lot of time thinking about how AI agents discover and consume content. I run a company that builds developer tools. I write a blog about bui…
I sat there staring at the screen, my heart racing as I clicked 'deploy' on my first Cloudflare Worker. What should have been a straightforward proces…