|
|
|
|
|
by mtlynch
2252 days ago
|
|
Not the parent, but I do all my development with VS Code's remote editing. I generally don't run anything on my main desktop. Instead, I have a local VM server that runs a dedicated VM for each of my projects. Dedicated VMs are great because I never run into a situation where project A relies on node.js version X and starts clashing with project B that relies on node.js version Y. And I just manage everything with Ansible so it's easy to blow away a VM and rebuild it if I ever need to. I wrote a bit more about my setup here: https://mtlynch.io/building-a-vm-homelab/ |
|