Skip to content

Latest commit

 

History

History
101 lines (71 loc) · 5.24 KB

Web Dev Resources.md

File metadata and controls

101 lines (71 loc) · 5.24 KB

Resources for Frontend (Web) Development

HTML Related Resources

  1. W3SCHOOLS Tutorial on HTML
  2. Free Code Camp Responsive Web Design Certification (300 hours)
  3. HTML in one video
  4. Traversy Media Crash Course

CSS Related Resources

  1. W3SCHOOLS Tutorial on CSS
  2. Free Code Camp Responsive Web Design Certification (300 hours)
  3. CSS in one video
  4. Traversy Media Crash Course
  5. Flexbox Tutorial

JS Resources

  1. Code with Harry JS playlist

React JS Resources

  1. Documentation
  2. Code with Harry playlist
  3. Chai aur Code playlist

Resources for Backend (Web) Development

These resources compiled by Team MLSC will help aid your backend journey.
Note: Most of these backend resources are also good for general programming.

Remember to have fun and pace yourself !

Things to Note

  1. Free resources are always available and are more often than not better than paid resources.
  2. Always try to read the documentation first and then look for video resources.
  3. Stackoverflow, Medium articles and Gen. AIs like ChatGPT, Bard are your friends (beware they hallucinate sometimes). Always search on the internet to find solutions to your problems.
  4. Best way to learn is to build.
  5. Don't take too much pressure. You've got a lot of time to specialise in any field.

Websites

  1. First, official docs of whatever you're trying to learn.
  2. W3Schools
  3. Freecodecamp
  4. roadmap.sh - developer roadmaps for many fields. Check out their website and github repo
  5. MIT OpenCourseWare - MIT faculty's lectures on many subjects
  6. NPTEL Portal - Lectures from IITs and IISCs. Though you are requried to give exams if you want certifications.
  7. Harvard's CS50x - Harvard's Intro to CS.
  8. Coursera - You can get many courses free if you apply for financial aid.

Youtube Channels

  1. Fireship
  2. Freecodecamp
  3. MIT OpenCourseWare
  4. Net Ninja
  5. CodeWithHarry

Some Cool Repositories

  1. Microsoft: Web Dev for Beginners Course
  2. 30 Days of JS Challenge
  3. Realworld Demo Apps
  4. !! Build Your Own X

Language Specific Resources

Python

Django

Django Rest Framework

Flask

Javascript

Node, Express

To further your knowledge, it is always best to build and break things. Don't get stuck in tutorial hell!!