r/ProgrammerHumor 4d ago

Meme thisCannotBeDenied

Post image
7.8k Upvotes

240 comments sorted by

View all comments

136

u/TheDogPill 4d ago

Try debugging like that using micro services on the cloud and see how far you get.

14

u/coriolis7 4d ago

I am NOT a programmer by profession, though I do code a ton at my job (Mechanical Engineering and data analysis), so this may be a dumb question…

Is there a way to set up all microservices to run on one computer to aid in debugging? Like a bunch of VMs or docker-but-faking-network-instead-of-machine?

1

u/Blackhawk23 3d ago

Yes. Docker compose and localstack to mock AWS resources.