/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

www.parabol.co
| | hansreinl.de
2.5 parsecs away

Travel
| | Learn how to optimize your Scrum refinement process for excellence. Discover the importance and benefits of backlog grooming, and get tips for breaking down and defining product backlog items for a more efficient development process.
| | www.easyagile.com
2.5 parsecs away

Travel
| | T-shirt sizing is one of many agile estimation techniques that helps predict workloads and set realistic deadlines. Its usually used to provide rough estimates.
| | www.romanpichler.com
2.1 parsecs away

Travel
| | Learn how to effectively use the product backlog by making it DEEP, detailed appropriately, estimated, emergent, and prioritised.
| | www.softdevtube.com
25.5 parsecs away

Travel
| Passing data through a pipeline of transformations is an alternative approach to classic Object-Oriented Programming (OOP). The LINQ methods in .NET are designed around this, but the pipeline approach can be used for so much more than manipulating collections. This presentation looks at pipeline-oriented programming and how it relates to functional programming, the open-closed principle,