@cm0002@lemmy.world to Programmer Humor@programming.dev • 4 months agoHow it started vs. How it's goinglemmings.worldimagemessage-square68arrow-up11.11Kfile-textcross-posted to: programmerhumor@lemmy.ml
arrow-up11.11KimageHow it started vs. How it's goinglemmings.world@cm0002@lemmy.world to Programmer Humor@programming.dev • 4 months agomessage-square68file-textcross-posted to: programmerhumor@lemmy.ml
minus-square@NotSteve_@lemmy.calinkfedilink43•4 months agoHaving a backend is bloat. I do all my DB transactions straight from the frontend
minus-squareLightorlinkfedilink6•4 months agoI 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.
minus-square@ulterno@programming.devlinkfedilinkEnglish3•edit-24 months agoMy db runs on the user’s browser via WASM.
Having a backend is bloat. I do all my DB transactions straight from the frontend
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.
My db runs on the user’s browser via WASM.