Posts List

Setting up Git with SSH on Windows with PowerShell

When you activate 2FA on your GitHub account using HTTPS becomes a little more difficult because you can’t simply use your password anymore. The simple solution is to use a PAT token as your password when prompted from the command line. But managing these tokens can be a bit of pain. You can also clone using SSH. For our Mac and Linux friends, we know it’s easy, it should be on windows, but it isn’t yet…

Docker as a build system - with Windows containers

Whilst I am familiar with linux containers I havent had the chance to use windows containers much so this is part of a series where I explore the features and differences of windows container. These posts are written for someone who is fairly new to the docker experience. Docker doesnt just have to be used just to build, package and deploy applications. Its ability to provide an isolated environment that you have control over is great for build systems in general.