From novice to professional: Resources for learning Node.js and Redis [closed]
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this questionPlease share your best resources for learning Node.js and Redis开发者_运维技巧.
I never found these series of blog posts quoted anywhere, but it seriously helped me get started off real quick with node. http://blog.osbutler.com/categories/node-by-example/?page=3 Its a bit outdated though.
Apart from that, http://howtonode.org and the NodeJS docs.
I will continue to update this list. (But for now quickly)
- http://camp.nodejs.org/videos/index.html Especially the video "Getting Started with npm: Isaac Schlueter".
- http://nodetuts.com screencasts to learn node.js
I think that Redis webpage has probably the best commands documentation on the DB market (I really like especially the CLI used within examples). Also this tutorial is a must read I would say.
From the node.js point of view I would recommend Introduction to Redis by Matt Ranney and his Redis client readme and examples.
Here is a nice extensive tutorial using Node.js together with express and other frameworks: http://www.google.com/search?sitesearch=dailyjs.com&q=node+tutorial
Aaaa.... no http://dailyjs.com/ among the links is a blasphemy! hehe
list of all posts with node tag node tutorials: http://dailyjs.com/tags.html#node
精彩评论