DEV Community

Discussion on: Web Development for Beginners: A new Learning Path on Microsoft Learn

Collapse
 
shaijut profile image
Shaiju T • Edited

Nice one 😄, Great initiative by Microsoft.

I think these days students and beginners are spending time watching random videos in Youtube to learn. But this systematic approach is good. Text based tutorials are much easy to follow than videos. Below is my systematic order for beginners to be ready for Job.

Systematic Order for Learning Web Development:

  1. HTML and CSS
  2. Javascript
  3. Responsive web design
  4. SQL
  5. Server side programming language - C# or Java
  6. Web framework - Asp.net Core or NodeJs
  7. REST API - .Net Core or NodeJs
  8. Add some SEO to your web app
  9. Hosting your web app to free server - Github
  10. Connect your server to custom Domain
  11. Host your web app to Cloud - Azure
  12. Share your project in Github and add it in your Resume.
  13. Connect and share in Linkedin and Apply for Jobs.

If @Microsoft can create more Systematic Order for Learning using Text based tutorials like Microsoft Learn, then beginners will be guided in right path instead lot of confusions and time consumption.

Collapse
 
softchris profile image
Chris Noring

Yea we are planning content on HTML and CSS, also SQL and REST API

Great list, thanks for sharing :)