Live data from Hacker News

Ask HN: Best book for learning advanced javascript

news.ycombinator.com

1–8 of 8 posts

Ask HN: Best book for learning advanced javascript

#1
I am a front-end developer, and over the last few years I have become a bit fuzzy on my raw-javascript skills due to a heavy reliance on jQuery. After seeing some of the amazing stuff that node/backbone/other js frameworks are accomplishing, I think its time to dive in head-first to some more advanced JS. Any suggestions for books/sites/tutorials to put me in the right direction. Much appreciated!

Re: Ask HN: Best book for learning advanced javascript

#3
Not a book but a end-to-end JavaScript platform. I would recommend looking at the Wakanda platform (www.wakanda.org). Wakanda will let you develop with JavaScript from end-to-end. Your database are JavaScript objects, your server side logic is JavaScript, your front end is a JavaScript framework. And you can design in the GUI or in the code editor.

Re: Ask HN: Best book for learning advanced javascript

#8
The best I have found for advanced javascript to be is "Secrets of the Javascript Ninja"[1] by John Resig and Bear Bibeault. Highly recommended. Currently I am reading "Javascript web applications"[2] by Alex MacCaw and it seems to be well written and to the point as well.

[1] http://www.manning.com/resig/ [2] http://shop.oreilly.com/product/0636920018421.do