Skip to content

Monthly Archives: September 2008

Frequently used Unix commands

These are written here primarily for my benefit - serves as a quick reminder for me cos I use them a lot
Find a file in the current working directory
find . -name “filename” -print

Scaling agile software development – a few suggestions.

If you are scaling an agile team from say 6 to 60, here are my suggestions. They are from my point of view as a developer:
1.    Consider having one large team made up of smaller sub-teams.
Why: People work best in small teams. This sub-teams should be independent, poly-skilled teams. A large team of 60 can [...]