How to Run Kubernetes on Localhost (Terraform, Mac) In this article, I will show you how to run Kubernetes locally (localhost). It's useful for people who need to teach themselves new skills or build a prototype without having to pay for hosting.
Getting Started with Terraform (Docker, Mac, IaC) In this article, I will show you how to get started with Terraform. It is an Infrastructure-as-Code (IaC) tool. It lets you write and run code to automate the installation and configuration of your localhost or cloud environments.
How to use Microsoft Dev Containers (Visual Studio Code, Python) In this article, I will show you how to use Microsoft Dev Containers to build a simple "Hello World" application in Python on a Mac.
How to Install PostgreSQL on a Mac using Docker In this article, I'm going to show you how to install PostgreSQL on a Mac using Docker.
Virtual Machines vs Docker Containers In this article, we will explore the differences between virtual machines and Docker containers.
What is a Container Orchestrator? (Kubernetes, Docker Swarm) Containerization has become a popular method for deploying and managing applications due to its many benefits. However, as the number of containers grows, so does the need for tools to manage and orchestrate them.
How to Publish a Docker Container Image In this article, I'm going to show you how to publish a Docker container image to the GitHub Container Registry using GitHub Actions.