Author: Mayank Gupta

0

Introduction to DevOps

DevOps is not a tool or technology. DevOps is a methodology or a culture as DevOps enthusiast would say. The intention of DevOps is to remove the walls between the operations and developers and...

0

An introduction to Git

What is Git? Git is an open-source distributed version control system used for tracking and logging source code changes. It was created by Linus Torvalds in 2005 for the development of Linux kernel. Earlier,...

0

Linux File System Explained

For starters, there is only a single hierarchal directory structure. Everything starts from the root directory, represented by ‘/’, and then expands into sub-directories. Where DOS/Windows had various partitions and then directories under those...