cm0002@lemmy.world to Programmer Humor@programming.dev · 1 day agoHow it started vs. How it's goinglemmings.worldimagemessage-square67fedilinkarrow-up1115arrow-down12file-text
arrow-up1113arrow-down1imageHow it started vs. How it's goinglemmings.worldcm0002@lemmy.world to Programmer Humor@programming.dev · 1 day agomessage-square67fedilinkfile-text
minus-squareNotSteve_@lemmy.calinkfedilinkarrow-up9·1 day agoHaving a backend is bloat. I do all my DB transactions straight from the frontend
minus-squareLightor@lemmy.worldlinkfedilinkarrow-up1·4 minutes 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-23 hours 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.