Tag Archives: version control

The Control Poll

This editorial was originally published on May 17, 2013. It is being re-run as Steve is out of the office. I was reading about version control systems (VCS) recently, brushing up on some skills, and saw this quote in a thread: “There … Continue reading

Posted in Editorial | Tagged , | Comments Off on The Control Poll

Bringing DevOps to the Database

Abstract: DevOps is a hot topic in today’s software development world. However most of the knowledge and experience with DevOps is based around application software and ignores the database. We will examine how the concepts and principles of DevOps can … Continue reading

Posted in Presentations | Tagged , , , , , | Comments Off on Bringing DevOps to the Database

Ignoring Database Version Control

I find myself surprised that so many people resist keeping their code in version control. I think this is less people all the time, but I don’t have good percentages because at this point I think a fair number of … Continue reading

Posted in Editorial | Tagged , | Comments Off on Ignoring Database Version Control

The Complexity of Branches

Branching code is hard.  Well, branching isn’t hard. Just right click in some GUI or or type “git branch” and off you go. The actual branching of code is pretty simple and painless. In some sense, branching might be too … Continue reading

Posted in Editorial | Tagged , | Comments Off on The Complexity of Branches