Home

Mac Image

A Technical DevOps Blog, sharing knowledge and wisdom to all that will read.

I like many developers and engineers are constantly pushing the boundaries of the digital world. When doing this I get stuck and rely on the kindness of other people to share their how, what and why’s. In doing so I sometimes find myself having to search the whole of Googles indexes to find what I need, which is why I then try to help the next person looking by consolidating all that effort into a single location that is my blog.

Latest Post

  • Shared Azure API Management Service Design

    Azure API Management Services (APIM) are a powerful, flexible, and well-equipped product in Azure, but they are also expensive. There are reasons for this, and ways in general you can reduce the cost with SKUs, but another way is to share it with other products within your organisation instead of having a dedicated APIM. IContinue…

    Continue Reading

  • Download files and folders from Azure DevOps 

    If you have a large repository it can be a long wait on the pipeline to get it checked out, only to use a few files. In this post, I will guide you through using PowerShell to download only the files you need with either the Azure DevOps REST API or CLI.  API Service  InContinue…

    Continue Reading

  • Automating SemVer Versioning

    Application versioning is a key principle in the DevOps lifecycle, this is to ensure both users and software providers can easily tack any changes made to the application or environment, we therefore want to ensure that any manual process of updating versions is replaced with an automated process. In this post, I will go throughContinue…

    Continue Reading