DevOps ⌛︎ 9 min read Continuous Deployment on DigitalOcean Droplets with Gitlab CI Pipelines Continuous Deployment for a custom project is hard. Let's see how to do Continuous Deployment on DigitalOcean Droplets with Gitlab CI Pipelines
docker ⌛︎ 2 min read Dynamically configure Docker Image builds Docker builds can not receive environment variables in the same way Container execution can. Let's see how you can pass values to adjust builds.
docker ⌛︎ 8 min read Containerization & Docker Fundamentals What if we ACTUALLY deliver our computer? Let's see how Containerization and Docker solve the "works on my computer" problem.