A web Server... in JavaScript?
- π Manifesto for Software Crafmanship
- 101 Tips For Being A Great Programmer (& Human)
- How to Outperform a 10x Developer
- How to write an effective developer resume: Advice from a hiring manager
Note: The following links are only intoductions about the importance to have your own machine workflow to make your development flow easier.
- My Mac Setup by Nick Taylor
- My Linux Development Environment by Bruno Paz
- My Terminal Setup: iTerm2 + Zsh by Ali Spittel
- Install Node (Latest LTS Version) without sudo. My advice is to use nvm, an awesome cross platform node installer.
- Be sure that you can install node packages with npm without to be sudo
- Complete all steps of Learn You The Node.js For Much Win! tutorial