Every large team needs a developer tools team I have been realizing more and more the need for developer tools and setting aside dedicated time to create them. I've noticed many organizations have internal tools teams, but I haven't seen dedicated [ read more...]
I recently read: User Stories Applied: For Agile Software Development I recommend it if you can get it for cheap. It did have a large amount of good information, but it did have a whole lot of fluff also. In the essence [ read more...]
I've been struggling with the collision of worlds from the waterfall approach to testing and the agile approach to testing. There really isn't a good solid statement being made about what “end to end” and “system testing” look like in agile. It's time we [ read more...]
Here is an interesting programming problem: Calculate all the permutations of a string. For example, the permutations of “abc” are: abc acb bac bca cab cba It is not as easy of a problem as it seems, but it has a rather simple [ read more...]

