cm0002@lemmy.world to Programmer Humor@programming.dev · 19 days agoHow it started vs. How it's goinglemmings.worldimagemessage-square32fedilinkarrow-up17arrow-down10file-textcross-posted to: programmerhumor@lemmy.ml
arrow-up17arrow-down1imageHow it started vs. How it's goinglemmings.worldcm0002@lemmy.world to Programmer Humor@programming.dev · 19 days agomessage-square32fedilinkfile-textcross-posted to: programmerhumor@lemmy.ml
minus-squareunalivejoy@lemm.eelinkfedilinkEnglisharrow-up1·19 days agoNot just plain text, but hard coded.
minus-squareNotSteve_@lemmy.calinkfedilinkarrow-up2·18 days agoHaving a backend is bloat. I do all my DB transactions straight from the frontend
minus-squareLightor@lemmy.worldlinkfedilinkarrow-up2·17 days 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-squareulterno@programming.devlinkfedilinkEnglisharrow-up1·edit-218 days agoMy db runs on the user’s browser via WASM.
Not just plain text, but hard coded.
On the frontend.
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.