Posts

Showing posts from May, 2021

Git & GitHub - The Simple Guide

Image
 Hi  Buddy!  How are you, If you are a tech or geeky person then you hear a lot of Git and Github, or if you are seeking to be a part of an open-source contributor then you must have to learn about Git and Github. So let's start... What is Git? Git is a version control system(VCS) for tracking changes in computer files and coordinating work on these files among multiple people. It was created by "Linus Torvalds" in 2005, he was also a developer of Linux Kernel which is also a part of the open-source community Git is a distributed version control system, so git does not necessarily rely on a central server to store all the versions of the project's files. Instead, every user "clone" a copy of the repository (a collection of files) and has the full history of the project on their own hard drive. This clone has all the metadata of the original, while the original itself is stored on a self-hosted server or a third-party hosting service like GitHub and GitLab. W

Programming / Coding - The Beginning

Image
😃 Hi, What's up dear let's see and learn something... " Programming is simply the way of communication or medium by which you implement some logic and algorithm to instruct your computer or electronic device to perform some task ". - Importance of Programming : If you want to learn programming then sometimes you may think - Why should programming? Why programming Language is created? As humans we always try to make our task easier, which is possible with the help of Technology i.e computer, smart devices, smart phones and these things are controlled by humans to achieve some task. Very earliest computers were actually programmed by changing ones and zeroes manually alternating the circuit and wiring. which is typically a taught task . Ah! It was not easy to create so many program for specific tasks or applications only, and they were gigantic in size so it was quite limited. That's why the creation of programming language was a revolutionary step that took the fi