logoalt Hacker News

stack_framerlast Friday at 8:00 PM1 replyview on HN

> I like slim and stupid servers, where each endpoint wraps a very dumb DB query.

I thought I was alone in this, but I build all my personal projects this way! I wish I could use this approach at work, but too many colleagues crave "engineering."


Replies

stronglikedanlast Friday at 8:36 PM

Doesn't that make for exponentially more requests to get the same data, or possibly more data than you really need (bloated responses)?

show 1 reply