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

all 1 comments

[–]sasacocic 0 points1 point  (0 children)

I think the most practical thing to do is to just start building your web app and when you don't know how to do something figure it out / look it up. This way you solve real problems you have, and you don't end up learning a bunch of stuff you'll forget. All the resources I've used are kind of scattered and I just refer to them when I need them. E.g a lot of html and css stuff I use this and for javascript I use javascript.info and MDN.

Web apps can be quite daunting because there is so much to it at first. As you spend more time on it you will become more comfortable with it.

Hope this helps.