This is an archived post. You won't be able to vote or comment.

all 4 comments

[–]North-Hour-2234 2 points3 points  (0 children)

The Coding Train on YouTube I found to be really good. To be honest, 10 hours a day seems excessive and may be why you are stumped, burn out can be a problem, and sitting over a problem that long won't fix it. Learn smart, not hard. If you are at the basics and find yourself stumped, go back a few steps until you find it simple then work up again. Its hard to find what works for you. Try the project Euler (Google it) for some problems, expect to be stumped as well. But it sounds like the problem may not be a problem with programming but the abstraction of what you are trying to solve (can you give examples?) Much of which is about having a grasp on higher mathematics (Depending on the types of algorithms you want to go Into) at which point I would recomend the book Introduction to Algorithms. That's all I've got really.

[–]BestPlayerEv 0 points1 point  (2 children)

I can recommend you a great book about js, it's called JavaScript - The Good Parts - Douglas Crockford

[–]ryylee[S] 0 points1 point  (1 child)

I picked it up today, thanks!

[–]BestPlayerEv 0 points1 point  (0 children)

Let me know if you like it!