DEV Community

Discussion on: 7 steps to building scalable Backend from scratch

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.