Scott Brooks

My corner of the internet to share my thoughts and experiences.

Uncategorized

  • GraphQL - From the beginning

    I have seen a couple videos on GraphQL in the past, but it has been some time. So, in one sense, I am starting fresh. Here is the first video I watched this evening. It is a very good overview of...

  • Integrate Database Migrations with Octopus Deploy

    Summary Prior to Octopus, we had a proprietary way of deploying database changes. Moving to Octopus Deploy forced us to find an alternative approach. I had used Fluent Migrations on an earlier...

  • Sql Code Snippets

    Creating a custom snippet Create a Snippets folder somewhere (I like c:SqlSnippets) Use the following template as your first snippet [code language="xml"] <?xml version="1.0"...