LEARNING GIVES CREATIVITY
CREATIVITY LEADS TO THINKING
THINKING PROVIDES KNOWLEDGE
KNOWLEDGE MAKES YOU GREAT

― A.P.J. Abdul Kalam

Jeevandeep believes in creating a world where knowledge and creativity play a central role. We believe in making education in-depth, innovative and interactive. By nurturing and enlightening the young minds of today, we want to create thinkers and doers who will help build a brighter and better tomorrow.

Platform Tools Folder -

You don’t need a new platform. You need a .

You have three different scripts to clean up AWS resources. Your on-call engineer is running a Python snippet from a forgotten Gist. And your "golden path" documentation is already two major versions behind the actual CLI tooling.

What is the most useful script in your team's tools/ folder? Let me know in the comments below. platform tools folder

Every platform engineering team starts the same way. You build a beautiful internal developer portal (IDP), write some Terraform modules, and set up a few CI pipelines. But six months later, you hit the wall .

# tools/find-orphaned-volumes #!/bin/bash # Lists PVCs not attached to a running pod kubectl get pvc --all-namespaces -o json | jq -r '.items[] | select(.status.phase=="Lost") | .metadata.name' Stop asking devs to install 14 different CLIs. You don’t need a new platform

The Secret Weapon of Platform Teams: Why You Need a tools/ Folder

When the database is down, you don't want to Google kubectl commands. Your on-call engineer is running a Python snippet

# tools/bootstrap-dev #!/bin/bash # Installs the exact versions of Terragrunt, Helm, and Node used in production ./tools/install-tfenv && tfenv install ./tools/install-helm-3.14 A tools/ folder is useless if nobody knows how to invoke it. Add a Makefile at your repo root to act as the catalog.

Our Latest Publications

Publication 1
Publication 2
Publication 3
Publication 4
Publication 5
Publication 6
Publication 7
Publication 8

Our Products

From Team Jeevandeep


We aspire to educate, enlighten, and enable the youth to seek and spread the power of knowledge. We believe that by providing quality educational and knowledge tools to the children of today, we create well-informed citizens, who are tolerant of one another, capable of applying logic, innovating ideas and becoming stalwarts of the upcoming generation.

EDUCATION SPARKS IMAGINATION

EDUCATION LEADS TO CREATIVITY

EDUCATION ENLIGHTENS THE MIND

EDUCATION EMPOWERS THE NATION