Skip to content

Latest commit

 

History

History
70 lines (52 loc) · 4.52 KB

how-to-start-programming-in-nodejs.md

File metadata and controls

70 lines (52 loc) · 4.52 KB

Tutorials

  • Node.js Best Practices - Summary and curation of the top-ranked content on Node.js best practices, available in multiple languages.
  • Nodeschool - Learn Node.js with interactive lessons.
  • The Art of Node - An introduction to Node.js.
  • stream-handbook - How to write Node.js programs with streams.
  • module-best-practices - Some good practices when writing new npm modules.
  • The Node Way - An entire philosophy of Node.js best practices and guiding principles exists for writing maintainable modules, scalable applications, and code that is actually pleasant to read.
  • You Don't Know Node.js - Introduction to Node.js core features and asynchronous JavaScript.

Articles

Newsletters

Videos

Books

Tools

  • OctoLinker - Chrome extension that linkifies dependencies in package.json, .js, .jsx, .coffee and .md files on GitHub.
  • npm-hub - Chrome extension to display npm dependencies at the bottom of a repo's readme.
  • RunKit - Embed a Node.js environment on any website.
  • RequireBin - Shareable JavaScript programs powered by npm and browserify.
  • github-npm-stats - Chrome extension that displays npm download stats on GitHub.

Community