> nowadays we have an abundance of tutorials, courses, conference talks and open source projects that can help autodidacts to learn anything related to web development.
That method was horrible, as someone who struggled with poor knowledge sources until HTMLDog and MDN became a thing.
...Conference talks? lmao your class is showing, the average self-taught hacker can't afford to go to those. Anyway, View Source is a good way to learn how to do something you see for the first time. It's a necessary feature to double-check what's being sent to the browser when you're developing, too, and keeps website operators honest by giving you a way to inspect how they build their site.
Personally I think webapps are the wrong solution for a ton of problems, but the industry won't accept that until the bottom line is affected. I'm waiting for native apps that communicate over the same commercialized protocol. QUIC but its own piece of software instead of co-opting the Web.
> That method was horrible, as someone who struggled with poor knowledge sources until HTMLDog and MDN became a thing.
But they are a thing now.
> ...Conference talks? lmao your class is showing, the average self-taught hacker can't afford to go to those.
An average self-taught hacker can afford YouTube. That’s why I explicitly mentioned talks and not conferences per se.
> Anyway, View Source is a good way to learn how to do something you see for the first time. It's a necessary feature to double-check what's being sent to the browser when you're developing, too, and keeps website operators honest by giving you a way to inspect how they build their site.
Opening up source code is a choice. And if a creator wants to open-source their app, I would rather look at it in GitLab rather than in production.
That method was horrible, as someone who struggled with poor knowledge sources until HTMLDog and MDN became a thing.
...Conference talks? lmao your class is showing, the average self-taught hacker can't afford to go to those. Anyway, View Source is a good way to learn how to do something you see for the first time. It's a necessary feature to double-check what's being sent to the browser when you're developing, too, and keeps website operators honest by giving you a way to inspect how they build their site.
Personally I think webapps are the wrong solution for a ton of problems, but the industry won't accept that until the bottom line is affected. I'm waiting for native apps that communicate over the same commercialized protocol. QUIC but its own piece of software instead of co-opting the Web.