Tag Archives: software development

The Design Investment

This editorial was originally published on Sept 29, 2010. It is being re-run as Steve is traveling. I ran across a bit of a rant from Don Halloran on the lack of design effort being made in many applications and … Continue reading

Posted in Editorial | Tagged , | Comments Off on The Design Investment

No State Based Deployments

I’ve been studying deployment ideas and technologies for quite some time now, but it’s been a focus for the last year or two as my employer is interested in this area. I’ve been reading books and talking to people, comparing … Continue reading

Posted in Editorial | Tagged , , , , | Comments Off on No State Based Deployments

Building Small Habits

I was reading Kenneth Fisher’s piece on constraints recently and was struck by the fact that this is one of those small changes you make to your coding that has big benefits. In essence, rather than being lazy and writing this: CREATE … Continue reading

Posted in Editorial | Tagged , | Comments Off on Building Small Habits

SQL Injection, Still?

It seems as though SQL Injection issues are still around. Attacks from SQL Injection are on the uptick as we begin moving through 2015. As noted in that piece, the constraints put on software developers usually mean that testing and security are … Continue reading

Posted in Editorial | Tagged , , | 1 Comment