cm0002@lemmy.world to Programmer Humor@programming.dev · 25 days agoHow it started vs. How it's goinglemmings.worldexternal-linkmessage-square35fedilinkarrow-up110file-textcross-posted to: programmerhumor@lemmy.ml
arrow-up110external-linkHow it started vs. How it's goinglemmings.worldcm0002@lemmy.world to Programmer Humor@programming.dev · 25 days agomessage-square35fedilinkfile-textcross-posted to: programmerhumor@lemmy.ml
minus-squarejubilationtcornpone@sh.itjust.workslinkfedilinkEnglisharrow-up1·25 days agoBet you $1,000 the credentials are stored in plain text.
minus-squareNicht BurningTurtle@feddit.orglinkfedilinkarrow-up2·25 days agoClassic vibe coder things.
minus-squarefrezik@midwest.sociallinkfedilinkarrow-up1·edit-225 days agoI’ve heard that phrase a handful of times now and it’s already making my eye twitch. Though I don’t think it’s meant to be complimentary.
minus-squareunalivejoy@lemm.eelinkfedilinkEnglisharrow-up1·25 days agoNot just plain text, but hard coded.
minus-squareNotSteve_@lemmy.calinkfedilinkarrow-up2·24 days agoHaving a backend is bloat. I do all my DB transactions straight from the frontend
minus-squareLightor@lemmy.worldlinkfedilinkarrow-up2·23 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-223 days agoMy db runs on the user’s browser via WASM.
Bet you $1,000 the credentials are stored in plain text.
Classic vibe coder things.
I’ve heard that phrase a handful of times now and it’s already making my eye twitch. Though I don’t think it’s meant to be complimentary.
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.