TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: I've read JS Definitive Guide, Good Parts. What next?

7 pointsby stevenkleinabout 14 years ago
I've read Javascript: The Definitive Guide by David Flanagan and Javascript: The Good Parts by Douglas Crockford.<p>What should I read next?

5 comments

raniskeetabout 14 years ago
The question should be "what should I write next?".
评论 #2378297 未加载
pdelgallegoabout 14 years ago
I posted this last week. Maybe it can help you. <a href="http://news.ycombinator.com/item?id=2353962" rel="nofollow">http://news.ycombinator.com/item?id=2353962</a><p>- Join the jsmentor mailing list.<p>- Secret of a javascript ninja<p>- 10 things I learned from the jquery soruce [1]<p>- 11 More Things I Learned from the jQuery Source [2]<p>- Read the annotated version of underscore [3]<p>- write your own plugin. Follow this tutorial from Dailyjs[4]<p>- Launch emacs and write some code.<p>[1] <a href="http://paulirish.com/2010/10-things-i-learned-from-the-jquery-source" rel="nofollow">http://paulirish.com/2010/10-things-i-learned-from-the-jquer...</a><p>[2] <a href="http://paulirish.com/2011/11-more-things-i-learned-from-the-jquery-source" rel="nofollow">http://paulirish.com/2011/11-more-things-i-learned-from-the-...</a><p>[3] <a href="http://documentcloud.github.com/underscore/docs/underscore.html" rel="nofollow">http://documentcloud.github.com/underscore/docs/underscore.h...</a><p>[4] <a href="http://dailyjs.com/tags.html#lmaf" rel="nofollow">http://dailyjs.com/tags.html#lmaf</a>
评论 #2378797 未加载
daniellmbabout 14 years ago
Great start! Here are a few other books I've read recently and marked the crap out of because there is so much good information in them.<p><pre><code> - JavaScript Patterns by Stoyan Stefanov - High Performance JavaScript by Nicholas C. Zakas - High Performance Web Sites by Steve Souders - Even Faster Web Sites by Steve Souders </code></pre> Here are a few I haven't read yet but are on my to read list.<p><pre><code> - Object-Oriented JavaScript by Stoyan Stefanov - Pro JavaScript Design Patterns by Dustin Diaz, Ross Harmes</code></pre>
stevenkleinabout 14 years ago
Thanks so much everyone for your input. For anyone interested, I asked some people on Twitter and got the following responses.<p>@rmurphey (Rebecca Murphey): @stevenklein JavaScript Patterns and Object Oriented JavaScript would be next on my list<p>@thomasfuchs (Thomas Fuchs): @stevenklein <a href="http://javascriptrocks.com/performance/" rel="nofollow">http://javascriptrocks.com/performance/</a> :)<p>@paul_irish (Paul Irish): @stevenklein what rmurphey said and also zakas's high perf js
manvsmachineabout 14 years ago
raniskeet has a good point; if you've read and really understand the content of both of those, there's not too much that you'll learn from just reading more books. I'm pretty much in the same boat as you (read The Good Parts, started the Def Guide), and my next step is not to read <i>about</i> Javascript, but to read <i>Javascript</i>. Pick a codebase of something you use or want to start using and learn how it ticks.
评论 #2378699 未加载