Posts tagged "cloudflare"
Blog posts and articles tagged with cloudflare.
Programming2 weeks ago
Building a Cloudflare Workers Usage Monitor with an Automated Kill Switch
By PizzaConsole
I run several Cloudflare Workers across multiple accounts. The billing model is pay-per-use: requests and CPU time beyond the included amounts add up quickly. Abuse can turn into a nasty surprise on t…
Programming10 months ago
Building a Scalable Sharding Solution for Cloudflare D1
By PizzaConsole
When building applications on Cloudflare Workers with D1 databases, you'll eventually hit scaling challenges as your data grows. D1 has a hard cap of 10GB per database, which means horizontal scaling …