The Node Beginner Book
31–40 of 49 posts
Re: The Node Beginner Book
#32This was a well-written, easy-to-follow introduction, but I'd gladly pay money for an actual Node book that takes the reader from introduction to mastery.
http://groups.google.com/group/nodejs/browse_thread/thread/a...
Re: The Node Beginner Book
#33Good things: - Tells me what I'll make with the tutorial right up front. - Lets me know exactly what prerequisite knowledge is (I can tick all those boxes, good). - Aimed at folks who know traditional backend languages and some JS but aren't JS Gods (a lot of node tutes seem to assume complete JS mastery). No bad things so far! Thanks Mr Dumas.
Bad things: Shows the very same tutorials over and over and over again. Last week, I tried to get my hands on NodeJS in a reasonable short time. That means, I wanted to write a basic web app with some AJAX in NodeJS having 1 or 2 days to actual learn it and another 3 days to implement the app. As much as I would love to see NodeJS to become more widespread, it's not gonna happen with these sparse amount of informatio…
brew install node
And I think there is a deb package as well.
But, I think I remember someone on the core team recommending to just build from source for now. I have not been doing that and it has been fine though.Re: The Node Beginner Book
#34I suggest using syntax highlighting in code examples.
Hi d0m, that's a very valid point, I will work on that soon!
Re: The Node Beginner Book
#35Re: The Node Beginner Book
#36I've asked this already ( http://news.ycombinator.com/item?id=2447840 ) but what books on JS are good for someone who wants to go into development with Node? Most texts that I know of deal with client-side JS. Right now I'm just reading Eloquent Javascript + JavaScript: the Good Parts, but I would like to see if there's any other books that would be good, especially for someone new to closures.
Re: The Node Beginner Book
#37Earlier quoted context omitted.
More node resources the better at the moment. A simple CRUD application guide would be very helpful. The java Play! Framework site has a really nice basic blog tutorial which is perfect for understanding the entire process. I plan on starting my first node app in 6 weeks so please hurry up ;)
Hi, 6 weeks should be doable, I started the site last friday :-)
If you do have a CRUD style app I always like being able to download the finished version for when I am stuck (which is often), nothing quite like looking at the entire code to see where I am going wrong.
Re: The Node Beginner Book
#38I've asked this already ( http://news.ycombinator.com/item?id=2447840 ) but what books on JS are good for someone who wants to go into development with Node? Most texts that I know of deal with client-side JS. Right now I'm just reading Eloquent Javascript + JavaScript: the Good Parts, but I would like to see if there's any other books that would be good, especially for someone new to closures.
At the moment, blog posts and online tutorials seem to be the way to go, though you have to be careful there too. Node seems to be moving very, very fast, so things will likely require a medium amount of tinkering, even if they were written two weeks ago.
Re: The Node Beginner Book
#39I second the need for a good CRUD example. Also "clear" instructions on running NODE on Windows would be a big help.
Re: The Node Beginner Book
#40Earlier quoted context omitted.
Hi thenduks, thanks for this one! I changed the CSS as you suggested and updated the site, it's now scroll-bar free down to 1000px.
Sweet, looks awesome. Btw, on a positive stylistic note. I love the big container and big text. Too many sites these days have tiny microscopic text -- I couldn't read that stuff if my life depended on it, and my eyes are 20/20! :)
But saying this, I have to admit while http://nodebeginner.org can be zoomed on the iPhone, the font could still be a bit bigger for my taste (but on the normal site it's ok how it is).
Any idea how to tell CSS that I want an even bigger font on Mobile Safari?