Matthias and I started this blog over a year ago because we had first-hand experiences with the rift between developers and sysadmins. We knew this was a lose-lose situation not only for those directly involved, but the companies they were working for as well. We’ve described many real-life examples of how to overcome this rift, [...]
Posts tagged as:
continuous integration
John Allspaw and Paul Hammond did a great presentation at Velocity 2009 about the tools and culture at Flickr, which enable them to do 10+ deploys per day.
My favorite quote is:
Ops’ job is NOT to keep the site stable and fast [but]
Ops’ job is it to enable the business (this is the dev’s job too)
The [...]
For developing our Ruby on Rails based web site, we usually take regular SQL dumps from our production servers (of course, anonymizing sensitive customer data along the way). Always having a fresh dump allows us to be on the safe side when writing database migrations. Having an up to date development database enables us to [...]
Why do programmers code, priorities, how to assess a programmers competency and continuos integration cage fight – some food for thought…
Programmers Don’t Like to Code (Jonathan ‘Wolf’ Rentzsch) – A very insightful article about why programmers keep re-writing code: To understand, and, after understanding, to simplify.
Mud Rooms, Red Letters, and Real Priorities (Merlin Mann, 43 [...]
This is a guest post by Patrick Debois, the author of JEDI: Just Enough Developed Infrastructure. I stumbled across Patrick early last year while searching desperately for some relevant topics on “agile operations”. One amusing, yet poignant, hit was the lost use cases of Operations. Agile Web Operations didn’t even exist at the time, but [...]
Today, automated test builds are a goal of most development shops, and Martin Fowler’s article on Continuous Integration provides an excellent overview about the major aspects. Regardless of where your team is on the path to achieving this goal, here are a few hints how to ease your way.
The committer pulls test coverage out of [...]

