I like these "learn to code" websites, it helps to get new people familiar with the topic. But do we really have a need for so many of them? When I learned web development I googled "<technology name here> tutorial" and it was enough 99% of the time. This plus knowing the mozilla website for reference + stackoverflow covers 99% of what I ever wanted to learn regarding web standards. SQL perhaps is something that needs a bit more structured learning, but still any "sql tutorial" search will get you probably a good foundation of SQL.<p>Is there a real shortage of web developers out there? I'm not so sure. Perhaps there is a shortage of GOOD web developers out there. And I doubt that a good future web developer will learn better from a dedicated course rather than reading the rails tutorial / or watch rails casts on their own.<p>I mean, learning to learn and finding information by yourself (for me as a hiring manager) is much more important than what you currently know. I'm interested in what you could potentially do, not what you already did.<p>And if you know what you already know by researching on your own and building your own curriculum then I might be a bit more impressed (although probably I shouldn't be) - just because this is how I learned web development. By building things, and Googling things. By stackoverflow, MDN, and yes also w3schools. By reading the HTML spec, by reading ECMAScript language specification, by taking academic RDBMS theory course as part of my undergrad degree. I might be completely wrong, but I would need a lot of good faith to believe that with an online self contained crash course someone is able to become a fully qualified web developer without doing some leg work.<p>In other words a really good web development course in my opinion is a bad one. It makes it too easy on a new developer, making them think that all the information will be available for them and every task is broken down into small edible pieces. I want people to know what it is to be challenged with a question they don't know and research.