Skip to content
View SHANMUKH-CH's full-sized avatar
Caffeinating...
Caffeinating...

Block or report SHANMUKH-CH

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
SHANMUKH-CH/README.md
$ whoami
     Chinnam Shanmukha Sai
SE2 @ NetWitness | 3.2 years XP
$ cat /etc/profile
Experienced DevOps & Platform Engineer
CI/CD | Cloud Infrastructure | Automation
$ ls -l /usr/local/bin
-rwxr-xr-x  1 root  wheel  Python Bash Groovy
-rwxr-xr-x  1 root  wheel  Docker Kubernetes
-rwxr-xr-x  1 root  wheel  Jenkins GitHubActions GitLabCI
-rwxr-xr-x  1 root  wheel  Terraform Ansible Packer SaltStack
$ df -h
Filesystem     Size   Used  Avail Capacity
AWS            1.0T   500G  500G    50%
GCP            1.0T   400G  600G    40%
VMware         1.0T   300G  700G    30%
$ systemctl status monitor
● ELK Stack
  Active: active (running)
$ cat /var/log/achievements
Dec 2023: Spot Award - NetWitness
Mar 2023: Excellence Award - NetWitness
$ grep -E "values|strengths" /etc/personality
values=TeamPlayer|ContinuousLearner|TransparentCommunicator|InnovativeProblemSolver
strengths=ResilientUnderPressure|AdaptableToChange|Break&FixApproach
$ crontab -l
# m h  dom mon dow   command
0 9 * * * improve_cicd_pipelines
0 10 * * * enhance_product_delivery
0 11 * * * foster_collaboration
$ ls /home/shanmukha/hobbies
music  reading  hiking  coding

Pinned Loading

  1. Mediation.py Mediation.py
    1
    from tqdm import tqdm
    2
    import time
    3
    for i in (t:=tqdm(range(1000))):
    4
       t.set_description(f'MEDITATING')
    5
       time.sleep(1)