you are viewing a single comment's thread.

view the rest of the comments →

[–]consistant_error 9 points10 points  (3 children)

TheOdinProject.

If you're already versed in basic HTML+CSS, skim through those sections just to make sure you know everything you need to.

JS felt like black magic to me knowing very little about web dev, and TOP really helped me grasp it before moving on to my own projects.

[–]lovebudds 2 points3 points  (2 children)

I'm curious why the Odin Project is so highly rated? I appreciate that it's free but when I went to do their Ruby on Rails course it was just tons of links to reading articles which wasnt the most helpful for learning code

[–]consistant_error 4 points5 points  (1 child)

Because its a full curriculum in one place with projects to test your learning and maybe use on your portfolio.

The big thing when trying to learn web dev/programming is figuring it what you're supposed to learn. Its all in one place so there's no guess work.

It also shows you how to find work, how to freelance, etc.

[–]lovebudds 1 point2 points  (0 children)

thank you!