The Overengineering Problem(mtende.blog)
mtende.blog
The Overengineering Problem
https://mtende.blog/overengineering-problem
2 コメント
I mean you do not need load balancers as much as you think. Yes you should build your architecture to be horizontally scalable but I have seen major apps successed and not need them.
This is why I flagged them as an overengineering trait
This is why I flagged them as an overengineering trait
I think overengineering would be more like, worrying about your caching, eeking out the gains from using edge servers and CDNs, message queues pushing workloads off the web servers, database mirrors or clusters, splitting stuff off into microservices, all of this you can tackle as you grow.