A talk on tightening feedback loops with TDD and DevOps.
Use your left and right arrow keys to move through the slides.
Install dependencies with npm.
# install dependencies
$ npm install
Run the talk with the npm start
task.
# run tasks and serve
$ gulp
Slide sections for the talk live in the src/slides
folder.
Slides in each section are written with Markdown syntax. Individual slides are separated with ---
. Notes for each slide are preceded by ???
.
To add a new section to the slideshow, you must reference it in the templates/index.jade
template.