How to use Azure Container Instances to host Ganache 28 April 2022 Donovan Work (0) In this post I will show you how to host a Ganache instance in Azure Container Instances. [More]
Save and restore your mouse position with PowerShell 19 February 2021 Donovan Work (0) In this post I am going to teach you how to store your mouse position during a screen recording and restore it. [More]
What just happened to VSTeam?! 22 September 2020 Donovan Work (4) In this post I describe the changes made to VSTeam in version 7.0. [More]
My binary PowerShell module fails to load when using other assemblies 22 July 2020 Donovan Work (0) In this post I show you how to copy local dependencies of your .NET Core, PowerShell modules. [More]
Setting up Visual Studio to debug a binary PowerShell module 21 July 2020 Donovan Work (0) In this post I will show you how to setup Visual Studio to debug a binary PowerShell module. [More]
Binary Cmdlets and Directory.GetCurrentDirectory() don’t mix 20 July 2020 Donovan Work (0) In this post I will show you how to retrieve the current folder your binary cmdlet is running in. [More]
How to add profiles to the new Windows Terminal 11 May 2019 Donovan Work (11) In this post I show you how to add other In this post I will show you how to add additional profiles to the new Windows Terminal. [More]
Using the Azure CLI for IaC 24 April 2019 Donovan Work (4) In this post I show you how to create any resource you want using the Azure CLI even if there is no command for the resource. [More]
How to delete resource groups in parallel 19 March 2019 Donovan Work (2) In this post I show you how to delete multiple resource groups in parallel using PowerShell. [More]
Loading PowerShell types into VSCode 18 July 2018 Donovan Work (1) In this post I show you how to get rid of the red squiggles under your missing types in PowerShell using VS Code. [More]