Tag Archives: software development

Dig Out the Root Cause

Early in my career in technology, I worked as a system administrator on a Novell network. Periodically we’d have crashes of servers on our network, or application failures, and while we understood that sometimes these were caused by transient errors, … Continue reading

Posted in Editorial | Tagged , | 1 Comment

Code Reviews

When I first started to be paid money to write software, I worked on my own. I had to test my own code, decide when it could be deployed, and make the decision to deploy it. I had to notify … Continue reading

Posted in Editorial | Tagged | Comments Off on Code Reviews

Embrace Stored Procedures

I’ve read a lot of pieces on stored procedures. Most of the articles were for using stored procedures, quite a few were against their use, and a handful with extreme opinions. This piece from Rob Conery, while perhaps NSFW, is one … Continue reading

Posted in Editorial | Tagged , | Comments Off on Embrace Stored Procedures

State v Migrations

Most people work in evolutionary databases. By that I mean a database where you have some schema, and over time you are altering that schema. You might be adding columns to tables or views, changing stored procedure or function code, … Continue reading

Posted in Editorial | Tagged , | Comments Off on State v Migrations