Here are some of the projects I’m actively working on or have built. Each project documents real problems solved with real code.
Vagrant WSL2 Provider
Overview The Vagrant WSL2 Provider is a custom Vagrant plugin that brings the familiar Vagrant workflow to Windows Subsystem for Linux 2 (WSL2). It solves a common problem in enterprise Windows environments where traditional virtualization solutions (VirtualBox, VMware) are restricted or perform poorly due to security policies like VBS and Device Guard. The Problem Many developers working in corporate Windows environments face constraints: Virtualization-Based Security (VBS) makes VirtualBox unusable Device Guard/Credential Guard prevents traditional hypervisors from working Nested virtualization overhead causes severe performance penalties Security compliance requirements leave WSL2 as the only viable option This plugin bridges the gap between WSL2’s performance and Vagrant’s standardized development workflow. ...