Free Resources for Web Development Starters in 2021

·

3 min read

Web development is a rapidly growing field with huge demand for developers. Internet is full of resources which delude beginners from choosing which to learn first. So I compiled a few which helped me during my early days.

1. Git - Version Control

As a developer, you will be working with a team of developers. Before you learn to code and develop application, it is essential to learn about version control and its lifecycle.

git lifecycle.PNG

  • LearnGitBranching is a free site where you can learn git in a visual and interactive way.

2. HTML,CSS,JS

W3schools is a beginner friendly platform to learn about HTML, CSS, JS and more about web development.

If you want to learn in form of videos there are few YouTube Channels to try.

  • FreeCodeCamp has everything from beginner to advanced level videos related to web development.

  • Kevin Powell teaches tricks and CSS related contents in an elegant way.

  • Programming with Mosh consists of videos for JavaScript and FrontEnd development.

With these resources you can easily learn web development. But to become a developer you have to do projects even publish them in github .

Don't get stuck in a tutorial hell. First step is always the toughest.

Hope you find this helpful. There a ton of resources available. One site is always better than the other, stick with one or two to learn the basics, then google your doubts, if any, to get clarified. StackOverflow is developer's best friend.

When you want something, all the universe conspires in helping you to achieve it.