Hacker News new | ask | show | jobs
by valenaut 1592 days ago
This really hits home for another JS outsider that likes the language but not the ecosystem. I like to do small personal projects in Node. Simple things like consuming the Google Sheets API feel great, but when I want to expand the scope of the project and start thinking about tests, caching, and "am I doing my modules/imports/package management the RIGHT way" I usually give up or switch to a different stack.
1 comments

Have you tried Deno? if you hate setup and want it all to just work. I highly suggest it.