Live data from Hacker News

Nodeschool.io

nodeschool.io

11–20 of 28 posts

Re: Nodeschool.io

#11

Earlier quoted context omitted.

It's too basic, it doesn't even cover loops, functions or arrays, but thanks for the suggestion! I already know some javascript, I was just asking if that is enough knowledge for learning node or if I need to know about MVC concepts, networking, etc... which I don't.

Oh, yeah jump right in! Worst case scenario, you learn a few new things.

Will catch up on a MOOC I'm doing and then will definitely jump into this.

Re: Nodeschool.io

#12
post #4

Ok, this is GREAT. It's clear you put a lot of work into this, or maybe the NPM installation is making it look bigger than it is, particularly with the stream-adventure. FYI, the stream-adventure spit out some error codes involving Darwin, but it seems to have installed with no issue. I feel like I know Node decently well, but I think this will be a great way to stay sharp and commit more of what I know to memory vs.…

Some of the levels in stream-adventure still need a connection since you need to install modules (if you don't have them already). Otherwise this was a great way to learn!

Re: Nodeschool.io

#14
I actually came across this last night and completed the entire stream-adventure. It was significantly more fun than I ever would have imagined. I wanted to write my solutions in coffeescript so I forked it[0] and enabled coffeescript support if anyone is interested.

[0] https://github.com/switz/stream-adventure

PR: https://github.com/substack/stream-adventure/pull/18

Re: Nodeschool.io

#15
Looking forward to trying this out! Node is one of those things (well, probably Javascript in general) that I have learned through use but have never really followed a proper training path to understand it from the ground up. While I can't imagine that this is will be exactly that for me, it does seem like something that could help some of my (admittedly wide) gaps in knowledge about Node.JS.

Re: Nodeschool.io

#18
I'm still very new to Node and this has been a great resource ! It's very fun and engaging and I love that it doesn't hold your hand through the whole process. Great job!
Post reply on HN