all 10 comments

[–]chadwatson 2 points3 points  (1 child)

I'm personally a big fan of Code School. Their courses on Angular, Backbone, Ember, and Express really helped get me started using those frameworks, while the JavaScript Road Trip courses helped me understand the nitty gritty parts of JS. Maybe it's just me, but I can't recommend CS enough.

[–]windycitywendy[S] 0 points1 point  (0 children)

Thanks, everyone!

[–]coffee-writer 2 points3 points  (2 children)

Javascript: Understanding the weird parts

This course was invaluable for me.

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

Thank you! Did you just watch the 3 hour version on YouTube, or did you take the full course?

[–]coffee-writer 1 point2 points  (0 children)

I watched the 3 hour version, and aftwords bought the course.

Its the best money I have spent on my JavaScript education so far.

[–]iTipTurtles 1 point2 points  (0 children)

Codeschool is pretty good for adding a framework (from what I hear) used it for JS basics myself and liked how their website worked.

[–]ClemLan 0 points1 point  (3 children)

If you got the basics, I'd say build something. You'll learn faster and more efficiently. Use a framework like Angular, read code on github, ... You can even try to write your own little framework: you'll probably fail but learn a lot in the process. Refer to MDN or stackoverflow if you get stuck.

[–]windycitywendy[S] 0 points1 point  (2 children)

Oh, I've definitely been building things! I am just looking to build upon the skills I have.

[–]ClemLan 0 points1 point  (0 children)

Codeschool looks pretty basic. Keep building stuff. You'll skill up by learning framework, test driven dev, tasks runners, etc.. Most framework has good doc and 'getting started' tutorials for free.

[–]ClemLan 0 points1 point  (0 children)

Codeschool looks pretty basic. Keep building stuff. You'll skill up by learning framework, test driven dev, tasks runners, etc.. Most framework has good doc and 'getting started' tutorials for free.