ACAbhishek Chauhaninabhishek-chauhan-dev.hashnode.dev·May 31 · 3 min readGit & GitHub.(1) What is Git ? It is a distributed revision control system. Using git, we can manage our code revisions efficiently. started by Linus Torvalds. (2) Why Git ? In a software development environme00
ACAbhishek Chauhaninabhishek-chauhan-dev.hashnode.dev·May 27 · 2 min readSSH in Linux.(1) What is SSH ? SSH means "Secure Shell". In simple words, used to connect from Device A => Device B. program for logging into a remote machine and for executing commands on a remote machine. ru00
ACAbhishek Chauhaninabhishek-chauhan-dev.hashnode.dev·May 16 · 2 min readWhat, Why & How of Identity and Access Management (IAM) in AWS ?(1) What is Identity and Access Management (IAM) ? In simple words, it helps us securely control who can access the AWS account and what they are allowed to do inside it. (2) Why do we need IAM ? By d00