SSSwetha Sriinteachncode.hashnode.dev·Oct 17, 2022 · 5 min readgit & GitHubIntroduction: git is a version control system that helps us to maintain changes in our code. Any changes made to your project will be picked by git. A git repository is a folder, where all changes are made. Whenever you work on a new feature in y...00
SSSwetha Sriinteachncode.hashnode.dev·Sep 12, 2022 · 13 min readComputer Networking-How does the Internet work?Introduction: The computers connected together are known as NETWORK. The collection of such computer networks is called the INTERNET. Internet was started by the USA, as ARPANET (advanced research projects agency network), as a research project. The ...00