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. Most probably this will be one time setup until and then your Mac doesn’t crash and reload macOS again.

[Read More]

The psychology of failure

Have you ever realized success based on your past failures?

Have you ever realized success based on your past failures?

Understanding failure is pretty straightforward. We love and celebrate success. Thus, we dislike and shun its opposite, failure. But, that’s not really good logic. You see, it depends on how your define things. I want you to stop thinking about success and failure as chronic states. A much more productive perspective is to view success as an achievement in one defined area. In contrast, failure is merely one part of a process of learning that helps increase the chance of future success.

[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

  1. Create VMs which are part of K8s cluster (master and worker nodes).
  2. Disable SELinux and SWAP on all nodes.
  3. Install kubeadm, kubelet, kubectl and docker in all nodes.
    • start and enable docker and kubelet in all nodes.
  4. Initialize the master node.
  5. Configure Pod network in master node.
  6. Join all worker nodes in cluster.
  7. Verify the congigurations

Create VMs

In this example I show four VMs (1 Master and 3 Worker nodes) created in Google Cloud Platform.

[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]

Life is hard, yard by yard. Inch by inch, it’s a cinch.

Save yourself from project delay before it hits.

Warning signs of troubled projects

Managing projects involves balancing the iron triangle of scope, time, and resources.The most frequently cited definition of a troubled project is when one of these three constraints is signifigantly varying from the plan. This can occur when there’s no skilled project manager engaged on the project. However, many projects go off the rails when very smart project managers are on board.

Warning Signs

  • Stakeholders who disagree
  • Don’t engage in appropriate debate
  • Senior leaders will not make decisions

The warning signs show up early in a troubled project and should trigger action.These stakeholders who disagree with each other on project priorities and don’t engage in appropriate debate to work out there issues. Represent a very common warning sign. At other times, senior leaders will not make decisions that are critical for the project or they stop showing up for meetings where their presence is needed.

[Read More]
Categories: Project Tech Articles  Tags: internet pmp manager project