This content originally appeared on DEV Community and was authored by Nukala Suraj
As a sequel to my first blog, learning web dev on the web which had info on some of the most epic youtube channels from where you can learn web dev for free
This blog is going to be a roadmap with carefully curated resources that'll take you from Zero to Hero in no time,
(*Terms and Conditions apply ? Just Kidding)
Website Dev !== Web Dev
A web dev is a person who builds apps that run on the web and with tools like react native(for mobile) and electron(for desktop) he is now expected to be able to build pretty much any kind of software
Spotify, Netflix, YouTube, Discord, WhatsApp, Figma... are some of the more popular web apps
Building websites is basically pretty much a prerequisite for web developers
The Roadmap
A Web App has 2 major components
- The FrontEnd (AKA The UI)
- The Backend (AKA The API)
FrontEnd
HTML
Ideally this shouldn't take you more than 1 hour to learn HTML, the markup that is the foundation stone of the web

This one is by Brad Traversy of traversy media, one of the first channels on youtube to post web dev tutorials HTML Crash Course for Beginners
RWD
In the above video, you'd have also learnt some basic CSS, but to make stuff on the web look beautiful on any screen, there's something called RWD or Responsive(to screen) Web Development.
Conquering Responsive Layouts by Kevin Powell AKA the king of CSS on youtube, made this binge-able but don't binge 21 day course on everything you need to know in CSS
JavaScript
Now that you can make beautiful website that look kick-ass on any screen. The next step lies in making them interactable
Enter Shaun from Net Ninja the greatest teacher on YouTube, he makes javascript so easy that the memes that say javascript is mind boggling would make no sense.?
He has a free playlist on youtube as well as a course on udemy that only includes the extra projects
Git
Git, the most overhyped tech that really is just something that lets you go open source [so that other people can contribute to your apps for free], while github is really just google drive for code.

Kyle Cook from WebDevSimplified is perhaps the most underrated youtube channel, he super simplifies everything while trying to stay short and concise while making tutorials.
Learn Git in 20mins is an amazing video that just told me that people think git is complex while in reality its a super simple thing.
Backend
This is perhaps the best time to switch to the backend. Since you already learnt javascript as a part of this roadmap, node.js would be the best backend language for you... if you're comfy with other languages please do stick to that
REST API
A REST API is a HTTP based API to which you could send data(in the web world as json) and receive processed data.
You could connect to
- A database (SQL or NoSQL)
- A ML model ...

This is the topic that brought a lot of fame to Net Ninja since, it became outdated Shaun makes a revamped kickass NodeJS Crash Course youtube playlist that has one of the most simplest explanation to a lot of the core backend concepts.
Authorization
Now that you can build web apps, you need to learn how to secure it. It's a common misconception that authorization is the same as authentication but there's a huge difference.
Authorization is ensuring that a user is a registered one.

The most fun teacher on youtube brings us Build A Node.js API Authentication With JWT Tutorial that covers everything from encrypting user data to simplifying JWTs while making it as fun and enjoyable as possible
HEADS UP ON THE SILLY PUNS
Authentication
In authorization you only see if a user has been register/is in our database. We need a technique to figure out if a user who's registering is valid.
Unless you've been living under a rock you've obviously done an email verification. Authentication is exactly that.

My personal inspiration to getting into web dev, the G.O.A.T, the one and only Ben Awad brings his casual youtube videos on web security Confirmation Email with Node.js is a good starting video on the topic, but since he doesn't have a playlist on it so you'll have to just casually watch his amazing videos
Advanced Stuff
Congratulations you've now reached the point where it's incredibly tough to find video resources on anything.
The Documentation is your best friend at this stage.
React/Svelte/Vue
Now the need to reuse components becomes a serious issue and this lead to the rise UI libraries

Ben Awad is the god of react youtube tutorials and his Practical React playlist is the bible/bagwadh gita/quran.
As for the rest the documentations are unbeatable especially for Svelte
NOTICE I DIDN'T MENTION ANGULAR, HIGHLY INTENSIONAL BUT DON'T LET THAT STOP YOU IF YOU'RE INTO IT.
GraphQL
GraphQL is a Query Language like SQL that gives you way more freedom and flexibility while fetching resources from your database

Check Out How To GraphQL
MicroServices
A whole new approach to building highly modular and scalable web applications

Unfortunately the only good resource that I've found for microservices is a udemy course but it's by Stephan Grider who turns out to be my go to udemy instructor when I want to learn anything ground up.
Machine Learning
That's right, ML in web apps, if you think about it, most of the AI you interact with is usually in some form of an API
I've 2 resources here
- The Theory and Understanding of the Algorithms
StatQuest
- The Code and Implementation
Python Engineer
This content originally appeared on DEV Community and was authored by Nukala Suraj
Nukala Suraj | Sciencx (2021-06-08T18:16:04+00:00) Learning Web Dev on the Web | A Roadmap with Resources. Retrieved from https://www.scien.cx/2021/06/08/learning-web-dev-on-the-web-a-roadmap-with-resources/
Please log in to upload a file.
There are no updates yet.
Click the Upload button above to add an update.
