The Sprint is the core of Scrum. It's a finite block of time used for focused work with the goal to produce a potentially shippable product increment at the end of it. A Sprint starts with the Planning and ends with the Sprint Review and Retrospective. A very commonly choosen length for a Sprint are […]
Author archives: Brian Hoffmann
Becoming Agile: Daily Stand-Up
The Daily Stand-Up or Daily Scrum is a short daily meeting for the team to synchronize work.
Why your Scrum Team is not performing as it could
Did you ever had the feeling, your team could be better? Have a higher performance? Be able to produce better outcomes? I'm not talking about successfully finished sprints versus failed sprints or the constant struggle to increase velocity. I mean your product - that thing your team is building. May it be your company's product […]
Issues to POST streamed data to a webservice
Recently I had quite some issues with sending data via POST to a webservice from an Android app.
Setup Dagger with Eclipse
The dependency injection library Dagger by Square setup for using it with Eclipse is a bit different when not using Maven.