by Amit Kulkarni | May 29, 2019 | Agile Scrum
A burn up chart tracks progress towards a projects completion. In the simplest form of burn up chart there are two lines on the chart: · A total work line (the project scope line)...
by Archana Shinde | May 15, 2019 | DevOps
The process of splitting up development work, usually into distinct phases is known as a software development methodology. Throughout the history of software development, a number of methodologies have been described to improve and ease the process of software...
by Amit Kulkarni | Apr 19, 2019 | Agile Scrum
An Sprint Cancellation is essentially a drastic event where it ends up blowing up the sprint and starting a new sprint instead. An sprint cancellation is most often the result of a drastic change in business plans. Something so traumatic that continuing the sprint...
by Amit Kulkarni | Mar 5, 2019 | Agile Scrum
Story Point Estimation is a “Relative Estimation Technique”. This is one of the popular estimation technique used in Scrum implementations. The meaning of Relative is that we assign a point value to each item. The raw values we assign are unimportant. What...
by Amit Kulkarni | Mar 5, 2019 | Agile Scrum
Velocity is a metric to measure of the amount of work (output) a Scrum Team can take up during a single Sprint. Velocity is calculated at the end of the Sprint by totaling the “Points” (or whichever metric you have used for...
by Archana Shinde | Feb 5, 2019 | PRINCE2
What is PRINCE2®? PRINCE2® is a globally recognized Project Management method developed by the Cabinet Office UK.PRINCE2®’s stands for Projects in Controlled Environment.PRINCE2® is a flexible Project management method that guides you through the essentials for...
by Amit Kulkarni | Nov 5, 2018 | Agile Scrum
The Sprint Goal is an objective set for the Sprint that can be met through the implementation of Product Backlog. It provides guidance to the Scrum Team on why it is building the Increment. It is created during the Sprint Planning meeting. The Sprint Goal gives the...
by Amit Kulkarni | Aug 15, 2018 | Agile Scrum
The 3-Question format is the most popular format for Daily Scrum. The 3 questions focus on 3 things What did I do yesterday which helped the team get closer to the sprint goal? What will I do today which will help the team get closer to the Sprint Goal? Are there any...
by Amit Kulkarni | May 7, 2018 | Amazon Web Services (AWS)
Amazon Elastic Block Store (EBS) provides persistent block storage volumes for use with Amazon EC2 instances. As written in the EC2 post, the instance stores are temporary storage. The Instance stores may get deleted if the instance terminates or of there is a disk...
by Amit Kulkarni | Apr 28, 2018 | Amazon Web Services (AWS)
Amazon Elastic Compute Cloud (EC2) is a primary web service provided by AWS and it provides re-sizable compute capacity in the cloud. Compute refers to the computational power required to fulfill your work. Amazon EC2 allows you to acquired compute power through...