Books for Coaches
A reading list created for Agile Development Conference '03 and XP Agile Universe '03, by Bill Wake (William.Wake@acm.org, http://www.xp123.com/) and Ron Jeffries (RonJeffries@acm.org,...
View ArticleLeadership Reading List
Tom Mellor, Alan Shalloway, Bob Schatz, and I put together a reading list on leadership, available on the ScrumAlliance web site.
View ArticleResources on Set-Based Design
“Two roads diverged in a yellow wood, yet I could travel both.” —Not Robert Frost A reading list on set-based design (part of lean product development). Applied Fluid Technologies. Information on...
View ArticleResources on Refactoring
Refactoring is a key skill in developing software. These resources can help you improve. If you just want practice with refactoring, choose some Exercises. If you’re just starting out, consider the...
View ArticleResources on Test-Driven Development (TDD)
Test-Driven Development (TDD) is an approach to designing and implementing software: write tests, write code, refactor, and repeat; all in small steps. If you just want practice, choose some Exercises....
View ArticleResources on CI and CD
Continuous Integration (CI) and Continuous Delivery (CD) (or Continuous Deployment) – enabling a flow of value. Other resource summaries: BDD, TDD, Refactoring. [Disclosure: Note that I may have been...
View ArticleResources on BDD (Behavior-Driven Development)
Behavior-Driven Development (BDD) is a collaboration technique focused on using scenarios as a focal point for conversations among stakeholders. You’ll hear BDD also referred to as Acceptance-Test...
View ArticleResources on Software Design and Patterns
Software design and design patterns are both broad topics where a lot has been written; this is necessarily a sampling. Other Resources: TDD, Refactoring, CI/CD, BDD [Disclosure: Note that I may have...
View ArticleResources on Agile Testing
I’m calling this “Resources on Agile Testing” but I’m not drawing a very sharp line about what’s Agile Testing vs. Good Testing. Further suggestions are welcome! Related resource summaries: BDD and...
View ArticleHacker’s Delight (2/e) (Review)
Hacker’s Delight (2/e), by Henry S. Warren Jr., Addison-Wesley, 2012. Perhaps you’ve seen this trick for swapping two variables without using a temporary: x = x ^ y y = y ^ x x = x ^ y Or maybe you’d...
View Article