|
|
|
Ask HN: Completed JS CodeCademy but still struggling. Other resources?
|
|
2 points
by timhargis
4441 days ago
|
|
I just recently finished CodeCademy's JavaScript track. I'm assuming this is a small % of the knowledge really needed to be able to actually build shit. I went on CoderByte (http://coderbyte.com) and tried some of their "Easy" challenges and I'm struggling with some of the basic ones because it is stuff that was not taught on CodeCademy. The 2nd question was to write code to return the factorial of a number. Is this really basic shit, or did I just run into a weird question that is not very common in real world programming? I haven't taken higher level math in probably 15 years so I was concerned about this going into this process of learning JS but numerous people told me it wasn't that important. Are there other resources I should be learning from? What do you recommend to improve in the early stages? I'm trying to learn enough to get into a program like Hack Reactor. |
|
Learning more about the language is always going to help, though. I would suggest doing the CodeCademy track a second time to see if you've improved. Focus on writing efficient solutions that are better than what you would have done your first time around. Once that is done, give these resources a go:
- http://codeschool.com - http://lynda.com - http://teamtreehouse.com
I would also suggest purchasing these books, as they are somewhat the standard learning and reference resources:
- JavaScript: The Good Parts - JavaScript: The Definitive Guide
There are other books that will help tremendously, and a list of free ones can be found at http://jsbooks.revolunet.com
Other books I recommend:
- Eloquent JavaScript - Effective JavaScript - High Performance JavaScript - Maintainable JavaScript - Principles of Object-Oriented Programming in JavaScript - JavaScript Patterns - The Past, Present and Future of JavaScript - JavaScript Enlightenment - Secrets of the JavaScript Ninja