minus-squareMultipleAnimals@sopuli.xyztoProgrammer Humor@lemmy.ml•My debugging experience today: Quantum Debugginglinkfedilinkarrow-up25·edit-22 months agoYou can imagine how many node projects there are running in production with npm run. I have encountered js/ts/node devs that don’t even know that you should like, build your project, with npm build and then ship and serve the bundle. linkfedilink
minus-squareMultipleAnimals@sopuli.xyztoProgrammer Humor@lemmy.ml•`"☹️".reverse() == "🙂"`linkfedilinkarrow-up9·2 months agoJavaScript taking notes linkfedilink
minus-squareMultipleAnimals@sopuli.xyztoOpen Source@lemmy.ml•Ladybird Browser Team Selects Swift as Preferred Languagelinkfedilinkarrow-up13·3 months agoThat page freezes my firefox and uses a lot cpu power linkfedilink
You can imagine how many node projects there are running in production with
npm run
. I have encountered js/ts/node devs that don’t even know that you should like, build your project, withnpm build
and then ship and serve the bundle.