My Take on the McKinsey Report: Automation Is Coming for Tasks, Not Entire Professions

Posted on March 25, 2026 in WebSite • Tagged with AI, Automation, Careers, Software Engineering, McKinsey

McKinsey Skill Change Index showing exposure to automation across skill categories

My Take on the McKinsey Report

The image above appears to be based on McKinsey’s Skill Change Index, highlighted in Agents, robots, and us: Skill partnerships in the age of AI and referenced again in Skills reset for the AI age.12

McKinsey’s broad message is clear …


Continue reading

In the Age of AI, Judgment Beats Syntax

Posted on November 23, 2025 in WebSite • Tagged with AI, Development, System Design

In the Age of AI, Judgment Beats Syntax

Junior developer roles are shrinking.

Not because companies suddenly dislike junior talent.
Because the definition of entry-level contribution is changing faster than most teams expected.

Work that once took a junior developer weeks or months to learn and deliver can now be …


Continue reading

Warehouse Management Order Planning Strategies

Posted on March 05, 2023 in SCM • Tagged with SCM, WMS, OMS, Supply Chain

Various Order planning strategies in Warehouse Management / Supply Chain Management

Why Order planning is important?

Warehouse order planning strategies involve the optimization of the warehouse operations to ensure efficient and effective use of warehouse resources, such as space, labor, and equipment. Here are some common warehouse order planning strategies:

These …


Continue reading

Docker execute a command and store the output to a variable

Posted on February 22, 2023 in Docker • Tagged with Shell, CLI, Docker, Docker Compose

How to exectute a command inside a docker and write the output to a variable

This command bringsup a docker and exectes the command inside the docker and stores the output into client

client =$(docker exec command)

Example : This command bringsup a docker and exectes the command inside the docker …


Continue reading

VAS - Value-Added Services

Posted on February 18, 2023 in SCM • Tagged with SCM, WMS, OMS, Supply Chain

VAS - Value-Added Services

VAS stands for Value-Added Services. In a warehouse or distribution center, the VAS area is a designated space where additional services are performed on products beyond simple storage and handling. These services can include:

  • Kitting and Assembly: The process of assembling individual items into a single package …

Continue reading

Supply Chain Management Glossary

Posted on February 16, 2023 in SCM • Tagged with SCM, WMS, OMS, Supply Chain

Glossary Supply Chain Management

  1. Supply chain: The network of businesses, individuals, activities, and resources involved in creating and delivering a product or service to the end customer.

  2. Logistics: The process of planning, implementing, and controlling the flow of goods and services from the point of origin to the point of …


Continue reading

Windows Subsystem for Linux(WSL)Memory Issues - How to Limit

Posted on January 30, 2023 in OS • Tagged with WSL, Windows11, Memory, vmmemWSL, WSL2

Windows Subsystem for Linux (WSL2) Memory Usage - Limiting

According to Windows docs ,

The version of WSL that you are running will impact the configuration settings. WSL 2 runs as a lightweight virtual machine (VM), 
so uses virtualization settings that allow you to control the amount of memory or processors used …

Continue reading

Consul Quik Start on MiniKube using Helm Charts

Posted on January 22, 2023 in infra • Tagged with infrastructure, network, Consul, MiniKube, Helm Charts

Quik instrcution guide to install Consul with MiniKube , Helm Charts and docker on Linux

Pre-requisites

Make sure you have

2 CPUs or more 4GB of free memory 30GB of free disk space

Install MiniKube

minikube is local Kubernetes, focusing on making it easy to learn and develop for kubernetes.

curl …

Continue reading

e-com vs Retail

Posted on December 03, 2022 in SCM • Tagged with SCM, WMS, OMS, Supply Chain, e-com

E-Com vs Retail

E-commerce and retail are both methods of selling goods, but they differ in the way they deliver products to customers.

Retail involves selling goods directly to customers through physical storefronts, such as malls, department stores, or independent shops. In a retail store, customers can see, touch, and …


Continue reading

Docker automatically exits

Posted on October 19, 2022 in CI/CD , Docker • Tagged with GIT, Pipeline, CI/CD, Docker, Docker Compose

Curious why Docker container automatically exits

Are you curious why docker container exits automatically?

Docker Container needs some process running in the foreground (Please note , Not as a background process) to keep the container running.

Dont know how to make a container running with a simple process in the foreground …


Continue reading