What is GIT Branching Strategy?

Are you aware of how branching works? if not then it’s very crucial to understand the concept of branching before we understand the strategy of GIT branching. Branching is separation from the mainstream or main Master. so you must be thinking what is this separation from the master, why not we may continue to work … Read more

What is DevOps

DevOps is a culture or a process to improve the application delivery from development to any other environment by ensuring there is Automation, Code Quality, Continuous Monitoring, and Continuous Testing. The Final goal of a DevOps process is to avoid any manual steps and bring in Automation in the Code deployment. Why DevOps A developer … Read more