|
|
|
|
|
by phil21
617 days ago
|
|
For the folks who downvoted this - why? I hire developers and this is the absolute truth of the matter. You can get away with hiring devs able to only debug their little micro empire so long as you can retain some super senior rockstar level folks able to see the big picture when it inevitably breaks down in production under load. These skills are becoming rarer by the day, when they used to be nearly table stakes for a “senior” dev. Microservices have their place, but many times you can see that it’s simply developers saying “not my problem” to the actual hard business case things. |
|
The real benefit of a microservice is that it's easier to see the interactions, because you can't call into some random and unexpected part of the codebase...or at least it's much harder to do something that's not noticeable like that.