Sep 18, 2020
-
3
minute read
Software At Scale - Constraints
When you’re working with software that services millions or billions of requests per day, you must solve different problems than simply making a given feature behave correctly. It needs to be fast, resilient, and flexibly deployable/scalable. There are three key constraints you must juggle.
READ MORE