Loading...

Category: Devops

GIT Interview Q/A

1. What is Distributed Control System? Ans: We work in our local machine and later we transfer the code to Centralized repository (GitHub). We don’t need to connect to centralized [ … ]

GitHub Interview Q/A

πŸ“Œ Section 1: Basics Q1. What is Git? Answer: Git is a distributed version control system (DVCS) that helps track code changes, collaborate with teams, roll back to older versions, [ … ]

DevOps Lifecycle

DevOps Lifecycle includes Development and Operations team working together. As Developers work on their agile iterations, Ops must work in setting up systems and automating the procedure of deployment. Automation [ … ]

The Problem

After following the procedural document and having their own risk and knowledge operations will deploy it to production. This is where the problem comes in the deployment may fail, failing [ … ]

Agile Model

Agile model developed software in small iterations instead of developing entire software at once. Entire products feature list is divided into multiple list of features.  For example, if there are [ … ]