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: So I just finished the JavaScript course on Codecademy, now what?

3 pointsby 404errorover 10 years ago
I was bored yesterday and wanted to learn something new. So, I started and finished the JavaScript course on Codecademy. Can anyone suggest some further exercises or frameworks that I should start in on?

4 comments

rudimentalover 10 years ago
What&#x27;re your goals? It can help to direct you to the best place for what you&#x27;re looking for out of JavaScript. I think it&#x27;s useful to learn vanilla JavaScript well before learning libraries and frameworks.<p>Useful books. The first is online and free (the other two are as well, somewhere): <a href="http://eloquentjavascript.net/" rel="nofollow">http:&#x2F;&#x2F;eloquentjavascript.net&#x2F;</a><p><a href="http://www.amazon.com/Professional-JavaScript-Developers-Nicholas-Zakas/dp/1118026691/ref=dp_ob_title_bk" rel="nofollow">http:&#x2F;&#x2F;www.amazon.com&#x2F;Professional-JavaScript-Developers-Nic...</a><p><a href="http://www.amazon.com/JavaScript-Patterns-Stoyan-Stefanov/dp/0596806752/ref=pd_sim_b_3?ie=UTF8&amp;refRID=13PHMQ54GAT7MF8B8988" rel="nofollow">http:&#x2F;&#x2F;www.amazon.com&#x2F;JavaScript-Patterns-Stoyan-Stefanov&#x2F;dp...</a><p>Solve toy problems to solidify knowledge of methods and syntax: <a href="http://coderbyte.com/CodingArea/Challenges/" rel="nofollow">http:&#x2F;&#x2F;coderbyte.com&#x2F;CodingArea&#x2F;Challenges&#x2F;</a><p>Good material- lots of video and problems. Not free but worth it: <a href="https://www.codeschool.com/" rel="nofollow">https:&#x2F;&#x2F;www.codeschool.com&#x2F;</a> (makers of the jQuery videos below)<p>Bootstrap - popular front-end framework: <a href="http://getbootstrap.com/" rel="nofollow">http:&#x2F;&#x2F;getbootstrap.com&#x2F;</a><p>Actually build something! A To Do List, a website, a game.<p>See some different frameworks do the same things: <a href="http://todomvc.com/" rel="nofollow">http:&#x2F;&#x2F;todomvc.com&#x2F;</a><p>jQuery: <a href="http://try.jquery.com/" rel="nofollow">http:&#x2F;&#x2F;try.jquery.com&#x2F;</a><p>Here is a good free node tutorial: <a href="http://nodeschool.io/" rel="nofollow">http:&#x2F;&#x2F;nodeschool.io&#x2F;</a><p>Some tracks to learn, and get connected with non-profits to make useful things: <a href="http://www.freecodecamp.com/" rel="nofollow">http:&#x2F;&#x2F;www.freecodecamp.com&#x2F;</a><p>Contributing to open source projects is another route.
评论 #8718322 未加载
zaryafover 10 years ago
We are creating Zyring (<a href="http://zyring.com" rel="nofollow">http:&#x2F;&#x2F;zyring.com</a>) exactly for that purpose, so people can actually put their learnings from courses into practice by implementing hands-on projects. We will have a Frontend development track, in which JavaScript will be utilized.
mtmailover 10 years ago
Since you&#x27;re bored: <a href="https://github.com/bolshchikov/js-must-watch" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;bolshchikov&#x2F;js-must-watch</a>
评论 #8702351 未加载
hashtagover 10 years ago
I recommend learning how to utilize what you already know first before moving on. Try building some basic stuff using plain JS