Viewing: March 2020




How to install Anaconda 2020.2 in Windows 10

In this blog post, I will show you how to install Anaconda 2020.2 in Windows 10 and get ready for a career in Data Sciences. Data Science is one of the most rewarding career options today. You can use Anaconda Individual Version to start learning and building models. Anaconda Individual Edition is available for free… Read more




How to install Git 2.30.0 (2021) VCS in Windows 10

Git is a source code management (scm) software or to be more precise distributed version-control system (vcs) which is most widely used. It was conceived by Linus Torvalds, who is considered to be the creator and principal developer of Linux Kernal. A developer should know how to use version control system such as Git to… Read more




How to setup Kubernetes using Minikube in Windows10 with Hyper-V

In this blog we will install a single node Kubernetes cluster using Minikube. Minikube is a tool that makes it easy to run Kubernetes on your local machine. Minikube runs a single-node Kubernetes cluster inside a Virtual Machine (VM) on your laptop that allows users to try out Kubernetes or develop and deploy applications on… Read more




How to setup Kubernetes locally in Windows 10 using Docker and Enable Dashboard

In this post, I will show you how to install Kubernetes on windows 10 using Docker. This can help you get a hands on experience on the Kubernetes platform. Today Kubernetes is the industry standard in container orchestration. If you plan to develop Cloud Native applications, you mush have a very good understanding of the… Read more