What if I told you that you are developing your applications the wrong way? Yes, even in 2025! Think about it: We host our applications in the cloud, our CI/CD pipelines run in the cloud, our code is stored in the cloud (GitHub, GitLab, etc.)... but where do we actually write and test that code? Often, it's stuck on our local machines.
But What happens if you break your computer, well your code is safe, its stored in the cloud, but what about your dev environment. Reinstalling everything would take days and it would be a huge headache. But what if we could also put our dev environment into the cloud? How about the cloud development environment?