atiilla / web-development

This is a collection of roadmaps, tutorials, cheatsheets for learning web development. It is intended to be a comprehensive collection of resources, but it is not intended to be a comprehensive list of everything that exists on the web. If you have any suggestions for additional resources, please feel free to open an issue or pull request.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 "youremail@gmail.com"

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. It is intended to be a comprehensive collection of resources, but it is not intended to be a comprehensive list of everything that exists on the web. If you have any suggestions for additional resources, please feel free to open an issue or pull request.


Languages

Language:JavaScript 61.7%Language:PHP 38.3%