this post was submitted on 17 Mar 2025
1014 points (99.4% liked)

Programmer Humor

21658 readers
1169 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
[–] [email protected] 81 points 1 day ago (1 children)
[–] [email protected] 35 points 1 day ago (2 children)

Having a backend is bloat. I do all my DB transactions straight from the frontend

[–] [email protected] 4 points 1 hour ago

I actually build a full copy of the DB on the client machine. That way I can't lose the data, it's all right there and so fast.

[–] [email protected] 2 points 4 hours ago* (last edited 4 hours ago)

My db runs on the user's browser via WASM.