Tag Archives: software development

Recovering from Bad Deployments

Someone asked me recently if I stored backups of my database in version control. This person wanted to recover from a bad deployment and use a backup to do so. They felt that keeping a copy of the backup in … Continue reading

Posted in Editorial | Tagged , , , | Comments Off on Recovering from Bad Deployments

Citizen Programmers

The Citizen Programmer, a piece at Simple Talk, really made me stop and think a bit. On one hand, the idea of building a platform that enables any end-user to perform rudimentary programming is a noble goal. If you can do … Continue reading

Posted in Editorial | Tagged | 2 Comments

Always Canary

Deploying software is hard. Despite decades of experience working to update software smoothly, it seems that many of us tasked with that responsibility find ourselves nervous about making changes. This is especially true for database changes, where we must not … Continue reading

Posted in Editorial | Tagged | Comments Off on Always Canary

The Value of Code

It seems that many businesses can operate with a large margin for error. Managers can make some poor decisions, processes can be a bit inefficient, and employees can be disengaged, yet companies can still turn a profit. Non-profits, and certainly … Continue reading

Posted in Editorial | Tagged | Comments Off on The Value of Code