[nodejs] Re: nodejs beginner

2014-02-10 Thread Qihan Zhang
Welcome to the community Alfred! In addition to the great resources already posted, StrongLoop.com also has a few introductory videos to help you understand the fundamentals of node, you can find them here http://strongloop.com/developers/videos/#a-video-intro-to-nodejs-fundamentalsand

[nodejs] Re: Learning about Node.js Development

2014-01-13 Thread Qihan Zhang
Check out StrongLoop's video intros to Node.js fundamentals and how it works: http://strongloop.com/developers/videos/#a-video-intro-to-how-node-works http://strongloop.com/developers/videos/#a-video-intro-to-nodejs-fundamentals You can also find plenty of up-to-date, production level

Re: [nodejs] node.js and promise

2013-10-19 Thread Qihan Zhang
Hi Reza, I was just trying to wrap my head around how promises work yesterday and I highly recommend this article: http://domenic.me/2012/10/14/youre-missing-the-point-of-promises/ I'm pretty new to node.js as well and found the explanation here very easy to understand. Also, I would take a