Tag Archives: software development

Trade-offs

I’ve always told my managers that building software is a trade off. We can do things cheaply, or we can do them quickly, but we can rarely do both. We can certainly fail in both ways, and many people do, … Continue reading

Posted in Editorial | Tagged | Comments Off on Trade-offs

Rewrite the Coding Rules

Security is a problem in technology. Whether it’s technological misconfiguration, social engineering, or brute force attacks, we see a constant stream of headlines about security issues. The situation is not likely to change anytime soon as security isn’t seen as … Continue reading

Posted in Editorial | Tagged , | Comments Off on Rewrite the Coding Rules

Three Rules for Database Development

I’ve always followed a few maxims over the years that have guided me well. One of those is that we must all agree on how we are going to perform any process and then all work that way. We can … Continue reading

Posted in Editorial | Tagged | Comments Off on Three Rules for Database Development

Rogue Algorithms

I have always thought that computers do some amazing things, but they tend to do what we tell them to do, even if what we tell them to do is not what we want them to do. In those cases … Continue reading

Posted in Editorial | Tagged , , | Comments Off on Rogue Algorithms