Skip to content
View SHANMUKH-CH's full-sized avatar
🎯
Focusing
🎯
Focusing

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
chinnam-shanmukha-sai
- role: "software engineer ii"
- working_at: "newitness"
- experience: "3.2 years"
- summary: > 
  experienced devops & platform engineer with a strong background in ci/cd, 
  cloud infrastructure, and automation. 
  proven track record of improving product delivery and collaboration.
- skills:
  - coding: bash, python, groovy
  - version_control: git, github
  - os: linux, windows
  - containers: docker, kubernetes
  - ci_cd: jenkins, github actions, gitlab ci
  - cloud: aws, gcp, vmware cloud director
  - iac: terraform, ansible, packer, saltstack
  - monitoring: elk stack
- projects:
  - open_source: rustic-wisdom, dev_image, url_shortener, decentralized-pet-shop, password-cracking, packet-sniffer
- focus: improving ci/cd pipelines, product delivery, collaboration
- achievements: 
  - "netwitness - spot award december 2023"
  - "netwitness - excellence award march 2023"d
- values: team player, continuous learner, transparent communicator, innovative problem-solver
- strengths: resilient under pressure, adaptable to change, effective collaborator, strong troubleshooter
- 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)
  2. ethical-hacking-project ethical-hacking-project Public

    Mtech2020 cyber security project to create a vulnerable site for SQL injection, stored xss, CSRF

    Python 1

  3. covert-communication-on-filecoin-slate covert-communication-on-filecoin-slate Public

    Masters 2020 - 2022 cyber security minor & major project. Built with Python, IPFS, Filecoin blockchain, Slate, Stenography, Cryptography.

    Python

  4. rustic-wisdom rustic-wisdom Public

    Rustic Wisdom is an innovative AI-powered system that combines the principles of Stoic philosophy with modern software engineering practices. Developed using Rust, this project leverages the ChatGP…

    Rust

  5. dev_image dev_image Public

    A docker image build with packer contains Linux Dev Tools

    HCL

  6. url_shortener url_shortener Public

    A simple URL shortening service built using Python and Flask, containerized with Docker, and deployable on Kubernetes.

    HCL