Writing automation scripts is known to be a time consuming task. But not necessarily because it takes a lot of time to edit the scripts. Actually most of our time is being spent in simulating how the code will run in our head and by periodical interruptions to actually execute the scripts and getting real feedback. This often involves setting up new servers for testing, or maybe re-using existing servers as a compromise of worse but faster feedback.
In this deck we will explore how to achieve a much more fluid feedback loop from the program being executed, by using Docker in your day-to-day code editing, and in your Continuous Integration environments.