Setup your gear for better navigation

How do you setup macOS for Git and any development environment?

Are you preparing for a long drive in you Motor Bike? Well, as an avid traveller I prepare my Motor bike before my long road trip (I’m not doing this anymore due to other commitments I’ve now) If do you want to discuss your road trip idea and experience, feel free to inbox me or get in touch with any my social links below this blog. In this article I am covering the complete git development preparation for a new developer in all one shot in a macOS just like preparing your Motor Bike before road trip. [Read More]

Kubernetes Setup

Learning about Kubernetes basics

Kubernetes is orchestraton layer of various Docker and/or containerization manager. Let see in this artcile how to setup a Kubernetes cluster or in short K8s cluster. Steps involed in setting up Kubernetes Cluster Create VMs which are part of K8s cluster (master and worker nodes). Disable SELinux and SWAP on all nodes. Install kubeadm, kubelet, kubectl and docker in all nodes. start and enable docker and kubelet in all nodes. Initialize the master node. [Read More]

Learn git and Git commands

Learning about Git basics

Introduction of git Git is version control system for tracking changes in computer files and coordinating work on those files among multiple people. Git is free and open source distributed version control system designed to handle everything from small to very large projects with speed and efficiency. Git is easy to learn and has a tiny footprint with lightning fast performance. It outclasses SCM tools like Subversion, CVS, Perforce, and ClearCase with features like cheap local branching, convenient staging areas, and multiple workflows. [Read More]