ml_relearning_journey

Welcome to Day 0 of the rest of this journey. After setting up this repo, I made a quick list of the courses that I had signed up on Coursera and LinkedIn Learning. There are other sources as well, but this is to make a start. I’ll soon start mapping courses to the skills present in Initial Plan.

System Setup

Installing Poetry

pip install poetry

Tool Setup

VS-Code

brew install --cask visual-studio-code

Docker

brew install --cask docker

# once done, run to verify installation
docker run hello-world

Kubernetes Command Line Tool

brew install kubectl
# Verifying Installation
kubectl version --client

Minikube

brew install minikube
minikube start
minikube stop