Tag Archives: software development

Having Data Modeling Standards

While working with a customer recently, they mentioned that they have certain standards for their objects. They require a PK, and it’s the name of the table with _PK added. They also have some standards, like CustomerName vs. CustomerNames for … Continue reading

Posted in Editorial | Tagged , | 2 Comments

When Work Isn’t Done

Software development can be a challenge for each of us with lots of demands and the need to ensure your code solves a problem correctly, efficiently, and completely. Juggling the workload by yourself is one thing, but add in a … Continue reading

Posted in Editorial | Tagged , | 2 Comments

Bad Culture Bad Security

I ran across a blog noting that Cisco has a vulnerability in a new product. The blog also lists two (one, two) articles showing that Cisco has had hard-coded credentials in the past. I understand that many times a known … Continue reading

Posted in Editorial | Tagged , , | Comments Off on Bad Culture Bad Security

You Always Have a Software Pipeline

I was working with a customer recently and they said they didn’t want to set up a pipeline. Somehow they wanted magically to see changes that developers made to their database appear in their production database without making any effort … Continue reading

Posted in Editorial | Tagged , | Comments Off on You Always Have a Software Pipeline