MSMetin Senturkinmetinsenturk.me·Apr 30 · 20 min readThe Magic of Vagrant: Automating My Home Lab with Infrastructure as CodeVirtual machines are a great way to isolate applications, but managing the lifecycle of a VM is often done manually. In this post, I am going to show you how to manage an entire VM using Vagrant. By t10
MSMetin Senturkinmetinsenturk.me·Aug 2, 2021 · 6 min readSetting Up Python on Your ComputerIntroduction In this post, we are going to look at how python can be set up on your local computer. This article suggests you: Install pyenv to install your desired python version. Setup local environments in a single folder. Setup development tools...00