Skip to content

Instantly share code, notes, and snippets.

@jstaffans
Last active December 12, 2017 14:40
Show Gist options
  • Save jstaffans/c3054a8ae8459b3bc3569a241089ab99 to your computer and use it in GitHub Desktop.
Save jstaffans/c3054a8ae8459b3bc3569a241089ab99 to your computer and use it in GitHub Desktop.

Scrum and Agile Software Development

http://www.scrumguides.org/ How Scrum works, from the original authors

Scrum and XP (Extreme Programming) from the Trenches — the mechanics of Scrum and agile software development https://www.infoq.com/minibooks/scrum-xp-from-the-trenches-2

  • this is the 2nd edition from 2015
  • the author has added notes (in grey boxes) with his thoughts now compared to the 1st edition - I agree with most of them!

Discovering requirements, project planning

https://www.infoq.com/presentations/project-design-thinking

  • doing user research, how to start project
  • listen a lot
  • focus on problem before solutions
  • boat metaphor: what is your goal (island), what drives you there (engine), what is holding you back (anchor)

https://leanpub.com/impact-mapping/

  • The most important thing is the business goal of a project
  • Learn how to translate this into deliverables (things to do for the team)

https://www.amazon.com/Software-Requirements-Developer-Best-Practices/dp/0735679665/

  • Along the same lines as above, keeping development focused on business goals

https://www.youtube.com/watch?v=8fz-AowdiL8

  • webinar by the author of the above book

https://www.amazon.com/User-Story-Mapping-Discover-Product/dp/1491904909/

  • Haven’t read this one, but is often cited

Social aspects, teamwork

https://www.amazon.com/Peopleware-Productive-Projects-Teams-3rd/dp/0321934113/

  • classic text on what makes a development team productive
  • also available as PDF online..

https://www.amazon.com/Mythical-Man-Month-Software-Engineering-Anniversary/dp/0201835959

  • very old but still relevant look on why so many IT projects fail
  • also available as PDF one, just search for “mythical man month pdf"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment