Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>Well, i can just support you with the findings that helped me the most when learning "how to node":</p> <ul> <li><a href="http://dailyjs.com/" rel="noreferrer">DailyJS</a>: JavaScript in general, contains a lot of node.js specific posts/tutorials</li> <li><a href="http://howtonode.org/" rel="noreferrer">HowToNode</a>: Blog specifically about node.js, highly recommended</li> <li><a href="http://www.addyosmani.com/resources/essentialjsdesignpatterns/book/" rel="noreferrer">Essential JS Design Patterns</a>: REALLY good description of design pattern implementations in JavaScript</li> <li><a href="http://bonsaiden.github.com/JavaScript-Garden/" rel="noreferrer">JavaScript Garden</a>: great documentation about the most quirky parts of JavaScript</li> </ul> <p>There are also some good books on advanced JavaScript techniques around, i haven't read them all in full though.</p> <ul> <li><a href="http://rads.stackoverflow.com/amzn/click/059680279X" rel="noreferrer">High Performance Javascript</a> (by Nicholas C. Zakas)</li> <li><a href="http://rads.stackoverflow.com/amzn/click/159059908X" rel="noreferrer">Pro JavaScript Design Patterns</a> (by Ross Harmes &amp; Dustin Diaz)</li> <li><a href="http://rads.stackoverflow.com/amzn/click/193398869X" rel="noreferrer">Secrets of a JavaScript Ninja</a> (by John Resig, to be released end of August 2011)</li> </ul> <p>And last but not least, i recommend <a href="https://github.com/" rel="noreferrer">GitHub</a> as a source of learning. By digging through the source of some more sophisticated projects (such as <a href="https://github.com/visionmedia/express" rel="noreferrer">express</a>, <a href="https://github.com/LearnBoost/mongoose" rel="noreferrer">mongoose</a> or <a href="https://github.com/LearnBoost/Socket.IO-node" rel="noreferrer">socket.io</a>), you can learn A LOT about writing clean and proper node.js code.</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload