AndroidUnity Android - Resolve APK Failed to InstallAs a newcomer to the world of Android development and Unity, encountering errors can be a daunting experience. One common stumbling block…
PulumiUsing Pulumi's Apply Method in C#Introduction Pulumi, a powerful Infrastructure as Code (IaC) tool, empowers developers to define, deploy, and manage cloud infrastructure…
DevOpsAzure Pipelines Artifact Download Issue - A Quick FixThe Problem: There is a peculiar behavior when downloading artifacts using Azure Pipelines. The artifact, when viewed on the repository…
DevOpsMaking an Azure Pipeline Stage Non-CancellableIntroduction In a recent StackOverflow post, I sought advice on making a specific stage in an Azure Pipeline non-cancellable. This blog…
DockerPass app configuration via docker entrypointIntroduction There is a nice post on the many available ways of passing in application configuration into a docker container. Here is…
UnixUnix line endings on WindowsIntroduction Many of us are likely running Linux-based container images on the Windows operating system. This is where writing scripts in a…