How to Setup a Kubernetes Cluster with Minikube & Kubeadm Do you want to learn Kubernetes but feel overwhelmed by its complexity? Or maybe you are looking for a way to test your Kubernetes applications without deploying them to a production environment. Okay, we all agree that in the world of containerization and microservices, Kubernetes has been the champion for
Git How to Uncommit Last commit in Git (5 Scenarios) Have you ever wished you could turn back time and undo some erroneous implementations or features on your application’s code? Well, if you are a Git user, you are in luck. Git is a wonderful tool that lets you do exactly that: undo your mistakes and restore your project