What is the best way to learn web development for free?

web development

Better Asked on September 13, 2021 in Website.
Add Comment
  • 1 Answer(s)

    The best way to learn web/web-app development is not by learning it , but by Doing Projects.

    Yea you heard that right. Unlike other topics,web development can only be aced if you start making projects on your own. Here are some tips for the same-

    • go to youtube , watch some basic tutorials of HTML CSS / JS , then pick a project from youtube and try to code it on your own.
    • once comfortable with HTML/CSS etc, watch some tutorials of ReactJS and make some responsive project,like some portfolio website.
    • If possible , side by side also keep learning about Bootstrap , Tailwind CSS etc.
    • Now is the time for backend. I would say get started with Django since the learning curve is steeper. NodeJS has some concepts like promises and stuff which are bit difficult to understand for a beginner.
    • Also , learn about SQL / MongoDB and some basics of AWS,git etc.
    • Now is the time for Full stack projects. If possible make an amazon / flipkart clone. a lot of tutorials are available on the net. Go with MERN if possible. it is very popular. Thats it ig.

    Good youtube channels –

    CodeWithHarry
    Programming with Mosh
    Traversy Media
    Web Dev Simplified

    Thanks .

    Best Answered on September 13, 2021.
    Add Comment
  • Your Answer

    By posting your answer, you agree to the privacy policy and terms of service.