Category: Virtual Machines

Docker – Started from the bottom now we here

DateTime.AfterPost – DateTime.Now = 4 minutes My Introduction to Docker My team has decided to transition from Windows Services to Docker Containers. We’ll move to Linux and make all our new systems containerized. Very futuristic! I was in charge of checking the Docker world from scratch and figuring out how easy it would be to make the transition. To make this POC I …

(Not) Using Docker on Windows

DateTime.AfterPost – DateTime.Now = 4 minutes I’m a Windows Boy    That’s it, I said it. My first computer was a DOS when I was 4. My father has programmed it to play a game if I write my name and press enter. At age 6 we installed Windows XP and a whole new world appeared in front of me. I …

VM for the RD!

DateTime.AfterPost – DateTime.Now = 6 minutes One of the first things I learned when I started to work was how to debug. While studying I just run the program (F5 in visual studio) and hit some breakpoints when needed. I could play with the order of execution, go back and re-run, change some values on the fly and more. I didn’t …

How VMs changed my life

DateTime.AfterPost – DateTime.Now = 4 minutes VM (Virtual Machine) is awesome. It really is. When I was studying in the University, no one even mention Virtual Machines and such, and that’s a shame. I have a lot of thoughts about the difference between what we learn and what is implemented in our jobs, there will be another post about that. VM …