Past attempts to Dockerize all the infrastructure dependencies (e.g. we run our own database and DNS servers) and tying all of that with the build scripts was deemed more effort than its worth so that never got off the ground. Maybe its different from scratch?
I have tried a bunch of these projects so while interesting I'm not sure about building workflows around them:
https://mac.getutm.app/
https://github.com/KhaosT/SimpleVM
https://github.com/danielrfry/toyvm
https://github.com/evansm7/vftool
https://multipass.run/install
https://github.com/features/codespaces
https://medium.com/@paulrobu/how-to-run-ubuntu-22-04-vms-on-apple-m1-arm-based-systems-for-free-c8283fb38309
I know architecture differences will cause pain, hell here we are already. I think everyone will benefit from crowd sourcing experiences and hopefully we can save each other chunks of life thrown away.
==
What tool do you use to {edit code, build artifacts, run unit tests, deploy artifacts, run e2e tests}
Why do you use X?
What where you using before switching to X?
When did you switch and how much did it cost you in terms of $ licensing and workflow changes?
What else did you consider before choosing X?
What did you not like about about the alternatives?
==1. I develop primarily in Java for services that get deployed on Linux boxes
2. Sublime Text used to be my default but I begrudgingly accepted IntelliJ in my previous job since we used Java
3. An IntelliJ license was provided by the company so the powers that be handled that side of the equation so I have no $ value.
4. I inherited the previous development setup so not sure what the adoption cost looked like
5. We have scripts that wrap Ant tasks to locally run "integration tests" but so much is mocked out it doesn't match reality so you can't green light anything until you have actually deployed and tested the code in staging
6. We deploy our code to EC2 instances for e2e testing since there are infrastructure services we need as mentioned earlier e.g. the database, memcache etc