Tag Archives: DevOps

I Will Write Bad Code

I’ll write bad code. I know it will happen. I’ll produce a bad query, incorrect logic, or the wrong data transformation being returned. This won’t be a malicious act. It might be because of ignorance, or perhaps just a simple … Continue reading

Posted in Editorial | Tagged , | Comments Off on I Will Write Bad Code

DevOps Basics–Git Clients

This is also a part of a basic series on git and how to use it. There are lots of git clients. If you look at the top list for this year, you’ll see quite a few. I’ve used a … Continue reading

Posted in Blog | Tagged , , | 2 Comments

Database Development Made Easy

I ran across this post on developing database with SSDT. It has a lot of steps, and reading through it, I find this to make some sense, but I’m not sure I think this is easy. I can see why developers … Continue reading

Posted in Editorial | Tagged , | 4 Comments

Use More Pull Requests

I noticed a short while back that Books Online is on github. You can fork the code and make corrections to pages and then submit a pull request. This is the model that many OSS projects use, including the amazing DBATools project. … Continue reading

Posted in Editorial | Tagged , | 1 Comment