Reading List
- Reality check for Cloudflare Wasm Workers and Rust
Nick Babcock
•
17 Sept 2021
With native Rust support announced for Cloudflare Workers, one may be eager to jump in head first. I know I wanted to. However, I tested out a few use cases and found it too limiting. Either the desired APIs weren’t available, code size was too large, or the program couldn’t run within resource cons…
- Against Web3 and Faux-Decentralization
Despite the hype, Web3 offers fake decentralization and builds upon technology you could build without cryptocurrency.
- Redis Anti-Patterns Every Developer Should Avoid
Redis Labs
Developers don’t just use Redis, they love it. Stack Overflow’s annual Developer Survey 2021 has ranked Redis as the Most Loved Database platform for the fifth years running! But it is equally important to understand that Redis defaults are not the best for everyone. Millions of developers uses Redis due to its speed and performance, however it is important to make sure that it is being used properly.