this post was submitted on 24 Oct 2025
200 points (98.5% liked)

Programmer Humor

27113 readers
1608 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[โ€“] themusicman@lemmy.world 3 points 5 days ago (1 children)

Arguably "we can just put it in docker, and create an auto scaling microservice with a load balancer, behind a CDN for avg request latency" fits this group too. The hoops I have to jump through to get a good user experience on top of our shitty PHP backend are unreal

[โ€“] nik9000@programming.dev 1 points 4 days ago

That's not what I was thinking but I like it! Http caching is pretty magic. Stateless nodes and easy scaling too.

For some kinds of problems you really can't beat varnish and friends. It's how we have Wikipedia, after all.