Ask HN: So I just finished the JavaScript course on Codecademy, now what?
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?
7 comments
[ 3.4 ms ] story [ 30.6 ms ] threadAs a beginner do you think Meteor would be the wrong place for me to start my JavaScript adventure?
Useful books. The first is online and free (the other two are as well, somewhere): http://eloquentjavascript.net/
http://www.amazon.com/Professional-JavaScript-Developers-Nic...
http://www.amazon.com/JavaScript-Patterns-Stoyan-Stefanov/dp...
Solve toy problems to solidify knowledge of methods and syntax: http://coderbyte.com/CodingArea/Challenges/
Good material- lots of video and problems. Not free but worth it: https://www.codeschool.com/ (makers of the jQuery videos below)
Bootstrap - popular front-end framework: http://getbootstrap.com/
Actually build something! A To Do List, a website, a game.
See some different frameworks do the same things: http://todomvc.com/
jQuery: http://try.jquery.com/
Here is a good free node tutorial: http://nodeschool.io/
Some tracks to learn, and get connected with non-profits to make useful things: http://www.freecodecamp.com/
Contributing to open source projects is another route.