Monthly Archives: January 2016

Advent of Code Day 1, Puzzle A

I have been working my way through the Advent of Code series across the last few weeks. This is a side project, allowing me to use some Python skills to solve the various puzzles. I also started to use PowerShell … Continue reading

Posted in Blog | Tagged , , , | 1 Comment

Rulebreaking Developers

The VW emissions scandal fascinates me. Maybe because it’s a case of software being used to fundamentally alter a product to deceive us. Maybe because I’m a car guy and have a soft spot for VW and the old Scirocco … Continue reading

Posted in Editorial | Tagged | 1 Comment

Is Your Deployment Process Perfect?

I’m sure your deployments aren’t perfect. I’ve had many successful ones, but I have always found some flaws in my systems over time. I’ve also found that the less flexibility I allow, the more likely things are to succeed. However … Continue reading

Posted in Blog | Tagged , , , | Comments Off on Is Your Deployment Process Perfect?

Multiple CTEs – #SQLNewBlogger

Another post for me that is simple and hopefully serves as an example for people trying to get blogging as#SQLNewBloggers. One of the techniques that I find very handy in solving SQL problems is the CTE. This is much easier … Continue reading

Posted in Blog | Tagged , , | 1 Comment