Why I'm Learning Node
rdegges.com
Why I'm Learning Node
1–10 of 65 posts
Re: Why I'm Learning Node
#2Re: Why I'm Learning Node
#3browserify ( https://github.com/substack/node-browserify ) is great for providing require() and bundling necessary dependencies for the browser.
Re: Why I'm Learning Node
#4I can say without a doubt that my experience with Node has translated to some upside in terms of my front-end JavaScript abilities - being able to really master the ins and outs of JavaScript language itself has made it much easier for me to work with even some pretty nasty front-end bits.
In addition, you pick up a lot of tools in Node that are translatable to client-side JS development. Many of the unit testing frameworks work just as well at testing client-side code as they do server-side.
Re: Why I'm Learning Node
#5Most of these negative things were (are being?) written by people who target Node's shortcomings without giving due concern to the areas it shines in.
Good Parts is definitely a good read. If anyone is looking for more reading materials on JavaScript, I had written a post about it recently: http://kishorelive.com/2012/02/23/my-javascript-reading-list...
Re: Why I'm Learning Node
#6browserify ( https://github.com/substack/node-browserify ) is great for providing require() and bundling necessary dependencies for the browser.
Re: Why I'm Learning Node
#7After reading so many negative things about nodejs, I'm completely surprised to report that it is actually pretty damn cool. Most of these negative things were (are being?) written by people who target Node's shortcomings without giving due concern to the areas it shines in. Good Parts is definitely a good read. If anyone is looking for more reading materials on JavaScript, I had written a post about it recently: htt…
Re: Why I'm Learning Node
#8Re: Why I'm Learning Node
#9Re: Why I'm Learning Node
#10After reading so many negative things about nodejs, I'm completely surprised to report that it is actually pretty damn cool. Most of these negative things were (are being?) written by people who target Node's shortcomings without giving due concern to the areas it shines in. Good Parts is definitely a good read. If anyone is looking for more reading materials on JavaScript, I had written a post about it recently: htt…
Thanks, this looks like a really great list. I'm adding these to my reading queue :)