A million requests per second with Python
Is it possible to hit a million requests per second with Python? Probably not until recently. (more…)
Read more »
Dependency management in any language is hard, best way to avoid a dependency
hell is to avoid any dependencies. 🙂 But that’s never practical. Read more