DEV Community

Discussion on: 7 steps to building scalable Backend from scratch

Collapse
 
keyr_syntax profile image
keyr Syntax

Managing Microservices architecture is not easy as we think it is. It needs expert engineers with excellent knowledge. Even big companies like Netflix suffered from catastrophic technical glitch when it streamed live boxing fight between mike tyson and jake paul on November 15/2024.

Collapse
 
anmolbaranwal profile image
Anmol Baranwal

I didn't know about that (would read more about it) and I'm aware of how tough it can get to manage microservices, that is why so many developers recommend going with monolithic.

Collapse
 
abubakar_sanni_cc3b2a773c profile image
Abubakar Sanni

As was pointed out, it is still better to go the microservice way than the monolithic way because it is more easier to trace the point of failure in a microservice architecture than in a monolithic architecture.