Loonghao is an independent developer whose GitHub-hosted portfolio focuses on streamlining Windows-based development workflows, particularly for Rust programmers and polyglot engineers who juggle multiple toolchains. The msvc-kit utility addresses the perennial headache of installing and maintaining Microsoft Visual C++ build tools in portable or CI environments: it silently downloads, unpacks and configures the exact MSVC version a Rust crate demands, eliminating the multi-gigabyte Visual Studio installer and enabling reproducible builds on clean machines or containers. Complementing this, vx positions itself as a universal development tool manager—an extensible CLI wrapper that can install, switch and isolate compilers, code generators, linters and SDKs in the same way nvm or pyenv handle Node or Python runtimes. Together the two tools form a lightweight, scriptable foundation for setting up Windows development boxes from scratch, whether for open-source contributions, automated testing pipelines or classroom laptops that must be reset after every session. Both utilities expose JSON-based configuration files and integrate with common shells, so DevOps teams can version-lock entire toolchains alongside source code. Loonghao’s software is available for free on get.nero.com, where downloads are delivered through trusted Windows package sources such as winget, always pull the newest release, and can be queued for batch installation.