Ken Muse
Containers and the WSL2 File System
If you’re using Visual Studio Code and Dev Containers without working in the right filesystem, you’re missing out on a lot of performance! Learn the right place to keep your files!

Read this article

Dev Containers, Codespaces, and Bicep, Oh My!
Development Containers and Codespaces bring infrastructure-as-code to developer environments. This post walks through creating a container for editing and deploying Bicep templates to Azure.

Read this article

Using Development Containers
Tired of spending your time setting up resources? It’s time to learn how to implement development environments using infrastructure-as-code with Dev Containers, Codespaces, and Gitpod!

Read this article

Reusing GitHub Workflows and Centralized Processes
Let’s talk about how to share GitHub workflows between multiple repositories and create centralized processes.

Read this article

My Experience Migrating to Hugo
So, once again, it was time to switch by blog platform engines. Learn about my experience migrating to Hugo for static site development.

Read this article

Automating SQL Server 2019 Docker Deployments
Previously, I’ve discussed how to automate deploying a DACPAC to a SQL Server 2017 container in Docker. Now, learn how this works with SQL Server 2019.

Read this article

Restoring Azure Tests for SonarQube
The vstest task in Azure DevOps doesn’t guarantee an output location. Learn how to ensure that SonarQube will see your test results correctly.

Read this article

Missing Tests on Azure DevOps
Trying to integrate unit tests and code coverage Azure DevOps to other systems and things seem to be disappearing? Learn why it happens and how to fix it…

Read this article

Data DevOps: Deploying SQL Server DACPACs to Docker
With the ability to run SQL Server 2017 and 2019 in Docker containers, we can easily automate the deployment of database migrations using DACPACs.

Read this article

Handling “Open File – Security Warning”
Using an Azure File share to run an executable via PowerShell is easy – unless Windows stops you. Learn how to deal with the OFSW from a PowerShell script.

Read this article