Posts tagged "programming"
Blog posts and articles tagged with programming.
By PizzaConsole
My thoughts on Cursor's new Composer 2 model and the changes to the CursorBench benchmark.
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 the next invoice. I wanted something that would catch overages early and stop traffic before costs spiral.
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 is inevitable for growing applications. This post outlines an architecture for implementing horizontal sharding with D1 that scales efficiently while maintaining simplicity.