Habits of a Happy Node Hacker
blog.heroku.com
Habits of a Happy Node Hacker
1–10 of 56 posts
Re: Habits of a Happy Node Hacker
#2Re: Habits of a Happy Node Hacker
#3Apart from the problems with Windows, npm, and path lengths.
Re: Habits of a Happy Node Hacker
#4Regarding point 9, if you don't check your `node_modules` into version control don't you run the risk of them disappearing from NPM?
If you want 100% confidence in being able to reproduce the specific bytes included in a deployment, you should use an additional mechanism that can verify contents rather than versions. For example, Amazon machine images, DigitalOcean snapshots, Heroku slugs, or simple tarballs."
https://docs.npmjs.com/misc/faq#should-i-check-my-node-modul...
Re: Habits of a Happy Node Hacker
#5Node.js is the rare example of a Linux-centric tool with great cross-platform support. Apart from the problems with Windows, npm, and path lengths.
http://www.felixrieseberg.com/npm-v3-is-out-and-its-a-really...
Re: Habits of a Happy Node Hacker
#6Node.js is the rare example of a Linux-centric tool with great cross-platform support. Apart from the problems with Windows, npm, and path lengths.
"Node is pretty impressive on Windows. You get the feeling that JavaScript (as well as HTML and CSS) are a first class citizen in the Operating System. I already have a list of dozens of Native Windows Apps I want to build using Node."
http://daverupert.com/2015/08/developing-on-windows/
(good contrast with other experiences from a polyglot)
"Node is quite awesome on Windows to be honest."
https://medium.com/@vernonk/surface-pro-4-the-ipad-i-always-...
Re: Habits of a Happy Node Hacker
#7Node.js is the rare example of a Linux-centric tool with great cross-platform support. Apart from the problems with Windows, npm, and path lengths.
Or try using child_process.spawn without resorting to a 3rd party module or adding platform specific code yourself. Yeesh.
Re: Habits of a Happy Node Hacker
#8Node.js is the rare example of a Linux-centric tool with great cross-platform support. Apart from the problems with Windows, npm, and path lengths.
Re: Habits of a Happy Node Hacker
#9Regarding point 9, if you don't check your `node_modules` into version control don't you run the risk of them disappearing from NPM?
Re: Habits of a Happy Node Hacker
#10It's been changed now, but originally was titled "10 Habits of a Happy Node Hacker (2016)"