AzureSingle Multi-Stage Pipelines vs Multiple Pipelines in Azure DevOpsIntroduction As software delivery becomes faster and more complex, teams often need to decide how their Azure DevOps pipelines should be…
CopilotUsing /chronicle with GitHub Copilot App SessionsIntroduction I recently discovered that the GitHub Copilot app is built on top of GitHub Copilot CLI. This means we get access to powerful…
AndroidADB0060: Fixing InsufficientSpaceException on Android DeviceThe Problem When deploying a .NET MAUI (or Xamarin) Android application to a physical device or emulator, you may hit this error: Each time…
AzureMicrosoft Authenticator - "Unexpected error" when scanning QR codeIntroduction While onboarding a brand new user to a tenant, the Microsoft Authenticator app refused to register the account, even though…
GitWhen git reset --hard Isn’t EnoughIntroduction I ran into a small but frustrating issue recently. Git was telling me my branch was ahead of origin by a couple of commits…
PulumiWhy Try-Catch Doesn't Work with PulumiWhen working with Pulumi, especially coming from traditional .NET development, you might expect that wrapping resource creation in a try…