cm0002@lemmy.world to Programmer Humor@programming.dev · 1 day agoHow it started vs. How it's goinglemmings.worldimagemessage-square69fedilinkarrow-up11.03Karrow-down16file-textcross-posted to: [email protected]
arrow-up11.02Karrow-down1imageHow it started vs. How it's goinglemmings.worldcm0002@lemmy.world to Programmer Humor@programming.dev · 1 day agomessage-square69fedilinkfile-textcross-posted to: [email protected]
minus-squareNotSteve_@lemmy.calinkfedilinkarrow-up35·1 day agoHaving a backend is bloat. I do all my DB transactions straight from the frontend
minus-squareLightor@lemmy.worldlinkfedilinkarrow-up3·1 hour 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-24 hours agoMy db runs on the user’s browser via WASM.
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.