Re: [nodejs] Any resources to help one brush up...?

2012-10-09 Thread greelgorke
you better try some coding kata's :) it's better to get in touch with code instead of answering multiple choice questions :) how about http://codekata.pragprog.com/ or http://codingdojo.org/cgi-bin/wiki.pl?KataCatalogue ? Am Montag, 8. Oktober 2012 22:16:12 UTC+2 schrieb Declan de Wet: > > Qu

Re: [nodejs] Any resources to help one brush up...?

2012-10-08 Thread Declan de Wet
Quite surprised you responded to this, your efforts have been a great help in my learning haha! It would really nice to have structured quizzes one can complete though. Since my first post here I found an IBM one, but it's more of a "Correct this code then answer this true/false question and the

Re: [nodejs] Any resources to help one brush up...?

2012-10-08 Thread Tim Caswell
The official nodejs API docs are great. My experience with most people learning nodejs is that they didn't know javascript as well as they had thought. Node makes heavy use of callbacks and closures. This means that more often the weird aspects of js scoping creep out. There are many nodejs spec

[nodejs] Any resources to help one brush up...?

2012-10-08 Thread Declan de Wet
Hi, I am relatively new to Node.js. I heard and researched about it a long time ago. I'm more familiar with Ruby and PHP, but Node.js has really caught my attention lately. I am familiar with Javascript for basic interactivity and the popular libraries to go with it. I've done some tutorials an