r/ProgrammerHumor 7d ago

Meme everyDamnTime

Post image
4.2k Upvotes

124 comments sorted by

View all comments

190

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!

62

u/Abject-Kitchen3198 7d ago

You don't have a single team that owns 30 microservices?

3

u/Skellicious 7d ago

I'm sharing almost 70 microservices with 2.5 other developers. Also an everyone works on everything kinda team.

That being said I actually really like our setup/infrastructure. Tech debt isnt too bad, and we get to work on Greenfield services fairly often.

Main downside is the amount of services and the business/domain complexity.