Creational Design Pattern 1 – Abstractor Factory

Creation’s Design Pattern – Abstractor Factory Definition Creational design patterns are design patterns that deal with object creation mechanisms, trying to create objects in a manner suitable to the situation. The basic form of object creation could result in design problems or added complexity to the design. Creational design patterns solve this problem by somehow controlling…

Scrum Framework – Scrum Roles

Scrum is an iterative, incremental framework for projects and product or application development. It structures development in cycles of work called Sprints. These iterations are no more than one month each, and take place one after the other without pause. The Sprints are timeboxed – they end on a specific date whether the work has…

Introduction to SCRUM

Definition:  “A smart combination of tried-and-tested methods – that’s Scrum in a nutshell!” Scrum is not a process or a technique for building products; rather, it is a framework within which you can employ various processes and techniques. The role of Scrum is to surface the relative efficacy of your development practices so that you…