CAChaitanya Aggarwalinunderstanding-basics-of-git-and-github.hashnode.dev·Apr 29, 2025 · 5 min readUnderstanding basics of git and githubWhat is git? It is a Version control system (it is a tool that helps to track changesin code) which is very fast and scalable. Anyone can use it and contribute to it is free and open source. it is even used across MNCs and other big companies across ...00
CAChaitanya Aggarwalinunderstanding-cli.hashnode.dev·Apr 26, 2025 · 8 min readCommand Line Interface (CLI) Essentials for Every Linux UserUnix It is a family of operating systems" MacOS, Android, IOS , Linux etc. The core of unix os is called Kernel. Kernel controls and Manages everything in the system. the shell is interface between the user and the Kernel. It takes and interprets ...00