Skip to content

Latest commit

 

History

History
90 lines (56 loc) · 2.05 KB

README.md

File metadata and controls

90 lines (56 loc) · 2.05 KB

Learning-Web-Development

This repo includes all the blogs, references and tutorials

Common Requirements

Overall Reference: https://roadmap.sh

Git - (Github or Gitlab or Bitbucket)

References:

5-mins

Read https://education.github.com/git-cheat-sheet-education.pdf

Git and GitHub for poets

This is one of the easiest and quite interesting tutorial series about Git and GitHub. (you may skip the part about GitHub Pages for now if you want)

Full Read https://www.atlassian.com/git/tutorials/what-is-version-control

REST

References:

5-mins

Watch https://www.youtube.com/watch?time_continue=102&v=s7wmiS2mSXY&feature=emb_logo

Full read https://www.freecodecamp.org/news/rest-api-tutorial-rest-client-rest-service-and-api-calls-explained-with-code-examples/

Frontend Basic Requirements

Basics of HTML and CSS

References:

  1. https://www.internetingishard.com/html-and-css/

Basics of Javascript

References:

  1. https://javascript.info/
  2. https://ilovecoding.org/blog/js-cheatsheet

JS Promises and async/await

References:

  1. https://javascript.info/promise-basics
  2. https://javascript.info/async-await
  3. https://scotch.io/tutorials/javascript-promises-for-dummies

Basics of React

References:

  1. https://reactjs.org/docs/hello-world.html
  2. https://codeburst.io/react-js-for-beginners-the-basics-87ef6e54dae7

Backend Basic Requirements

Basics of Javascript

References:

  1. https://javascript.info/
  2. https://ilovecoding.org/blog/js-cheatsheet

JS Promises and async/await

References:

  1. https://javascript.info/promise-basics
  2. https://javascript.info/async-await
  3. https://scotch.io/tutorials/javascript-promises-for-dummies

Node.js Basics

References:

  1. https://www.javascripttutorial.net/nodejs-tutorial/

ExpressJS Basics

References:

  1. https://www.freecodecamp.org/news/express-explained-with-examples-installation-routing-middleware-and-more/

MySQL with Node.js

References:

  1. https://www.npmjs.com/package/mysql

ESlint

References:

  1. https://www.npmjs.com/package/eslint