Microservices are Techinal Debt
Microservices I recently watched a video about microservices titled Microservies are Techincal Debt it piqued my interest in the topic. As a junior engineer, you are taught that microservices are a good thing. Monoliths = Bad This video made me take a step back and ask why. Why Microservices Microservices solve many problems, some major ones are Domain focused Faster deployments Easier to handle scale (scale up or down pods) Less friction/blockers between teams (this is a big one I have come to find out) Loosely coupled Data Ownership Programming language agnostic, individual teams can pick a language Microservies are Tech Debt?...