driven, scientific method • Measuring and treating product development and improvements as experiments • Fast deployment into production • develop > automate tests > review changes > commit to version control
to organise your work • Second Way – Feedback • How to minimise issues • Third Way – Continual Learning and Experimentation • How to recover from issues
on my computer but it broke on production” • Use of feature toggles • Only ON once everything is working smoothly • Trunk based development • Work in branches, commit to main trunk.