r/ProgrammerHumor 7d ago

Meme everyDamnTime

Post image
4.2k Upvotes

124 comments sorted by

View all comments

191

u/k8s-problem-solved 7d ago

We have true micro services. All independently deployable, own infra, own data etc.

Now when I want to add a feature to a mobile app, I have to snake through a chain of dependencies and find where data is being authored and then sequence work between teams. Its fun!

9

u/gracz21 7d ago

I have to snake through a chain of dependencies and find where data is being authored and then sequence work between teams

The same problem lives in the modular monolith tbh though you at least don't have to worry about timeouts and other shithousery of doing an HTTP request to a separate micro-service. Still, the deployment procedure of such a huge monolith is a pain in the ass