Tag Archives: software development

Mission Critical Deployments

Talk about a lot of pressure to get a software deployment correct. A software install on an Airbus airplane resulted in a file containing parameters being wiped. This error caused (apparently) an airplane to crash when three engines cut off in … Continue reading

Posted in Editorial | Tagged , | Comments Off on Mission Critical Deployments

How many environments?

One of the things I’ve learned over time is that in order to develop software, you need multiple environments. I think that outside of school projects, I’ve always used at least two environments: development and production. At school there were … Continue reading

Posted in Editorial | Tagged , | 4 Comments

Deploy from VCS

Are you confident in your version control practices and code backups? If so, are you willing to do this? Wipe your applications and database schema from your servers and redeploy things from your Version Control System (VCS). I’ve typically maintained … Continue reading

Posted in Editorial | Tagged , | Comments Off on Deploy from VCS

Five Minute Refactoring

I’ve listened to, and been a part of, no shortage of arguments about the technical merits of a particular programming solution. I’ve seen two (or more) developers argue about the way to solve a particular problem for hours, even days … Continue reading

Posted in Editorial | Tagged | 1 Comment