Innovation through Scrum + Continuous Delivery https://www.youtube.com/watch?v=TMyhhuQPEow
Clean Code, Testing and Continuous Improvement with Peter Gfader https://www.youtube.com/watch?v=4CAGaopAEew
How to Achieve Continuous Delivery with TFS https://www.youtube.com/watch?v=fLG1yk2ZyJM
Challenges in the Development Team - ScrumPulse Webcast https://www.youtube.com/watch?v=sbh538Qr8vQ
Scrum Master Toolbox
Use Scrum + Continuous Delivery To Build the Right Thing
https://www.scrum.org/resources/use-scrum-continuous-delivery-build-right-thing
Daily questions to improve yourself.
http://personalretro.tumblr.com/
Who uses your work on the web?
http://copycat.apphb.com/
TwitterStats for free.
http://twitterfish.apphb.com/
Video of tech work: "Virtual & Real World marriage"
https://www.youtube.com/watch?v=VRU0Z1lPKAU
Micro blog with comments to articles
http://gfader.tumblr.com/
My .NET blog
http://blog.gfader.com/
Definition of terms from the WhitePaper about Continuous Delivery:
“Released”: A business term that defines functionality being available to an end user.
“Deployed”: A technical concern that applies in the domain of the team and means the product is
introduced in a chosen environment. Different environments have a different user community and
might be: Production, Testing and Integration.
“Deployed” doesn’t necessarily mean “Released”.
What are the differences between Continuous Delivery and Continuous Deployment?
Continuous Deployment is deploying every change into production. But that change might not be
visible yet. Once the change is released it is available to the end user.
Continuous Delivery is about keeping your application in a state where it is always able to release.