Tag Archives: testing

The Code Review Checklist

Early in my career as a developer, I was required to follow a formal process to get the code I’d written deployed to production environments. Each time I’d written code, I had to document what I’d tested and then print … Continue reading

Posted in Editorial | Tagged , | 8 Comments

Quickly Creating a tsqlt Test for a Query

One of the things that I feel is important to building better software is testing your code. It should be easy and simple to test code and determine if a chance or enhancement has broken anything. This usually requires a … Continue reading

Posted in Blog | Tagged , , , | 2 Comments

Shift Right

Earlier this year I was watching someone present on DevOps and IaaC (Infrastructure as Code). The speaker was showing how they had worked with clients to implement tests and checks that evaluated whether their systems were deployed and the code … Continue reading

Posted in Editorial | Tagged , | Comments Off on Shift Right

VS Live Slides and Code

Thanks to everyone that came to my talk at VS Live today. I’ve uploaded the slides to the blog. Here are the two decks: Using CI To Prevent Database Problems The Serverless Azure Database Code for the CI Talk is … Continue reading

Posted in Blog | Tagged , , , | Comments Off on VS Live Slides and Code