Skip to content

This is a collection of roadmaps, tutorials, cheatsheets for learning web development.

Notifications You must be signed in to change notification settings

atiilla/WebDevFeb23

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

97 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Web Development

What is Web Development?

Web development is the work involded in developing a web site for the Internet (World Wide Web) or an intranet (a private network). Web development can range from developing a simple single static page of plain text to complex web-based internet applications (web apps), electronic businesses, and social network services.

Are you front-end or back-end developer?

  • Front-end developer is a person who is responsible for the visual part of the website. He is responsible for the design and the user experience of the website.

  • Back-end developer is a person who is responsible for the server-side of the website. He is responsible for the functionality of the website.

Software Requirements

Getting Started with Git

Github first Config

  • git config --global user.name "githubUsername"
  • git config --global user.email "[email protected]"

Github Clone of Repository

Github push project to repo

Github Update of Repo

  • git add . (or single file which is updated)
  • git commit -m "commit Message"
  • git push -u origin main

Video Tutorials for Installation and Software configurations:

About

This is a collection of roadmaps, tutorials, cheatsheets for learning web development.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published