Skip to content
View PardhuMadipalli's full-sized avatar
Block or Report

Block or report PardhuMadipalli

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
PardhuMadipalli/README.md

Thanks for showing interest in my profile!

GitHub stats

🌱 Simple Web helper tools

⚡ Experienced in

  • Building cloud native products that include
    • designing end-to-end cloud service
    • provisioning cloud infrastructure such as networking, file systems, compute etc.
    • implementing control-plane using cloud services like kubernetes, docker
    • managing entire infrastructure using Terraform
    • maintain CI/CD pipelines that can deliver the implemented code to customers within hours
  • Java web services
  • BigData tools like Kafka and Apache Spark
  • Machine Learning

🔭 Can code expertly in

  • Java
  • Python
  • Javascript
  • Terraform
  • Bash
  • C

✨ Professionally interested in developing

  • Cloud based products
  • Java applications

👯 Programming Hobbies

  • desingning personal websites or blogs
  • providing useful sample OpenSource applications code via GitHub
  • working on Machine Learning projects

Learn more about my work and personal details here: Pardhu Madipalli GitHub IO Page


PardhuMadipalli GitHub Page

Take a look at my pinned repositories below and mail me if you are interested in collaborating on any project.

Cheers 😄

Pinned

  1. kafka-ssl-docker kafka-ssl-docker Public

    A Kafka docker container with SSL enabled.

    Shell 5 4

  2. pardhumadipalli.github.io pardhumadipalli.github.io Public

    Personal portfolio

    JavaScript 1

  3. image-segmentation-using-awdo image-segmentation-using-awdo Public

    Segment the Ultrasound Carotid Artery images using Adaptive Wind Driven Optimization

    MATLAB 2 1

  4. image-segmentation-using-wdo image-segmentation-using-wdo Public

    Fully automatic Common Carotid Artery ultrasound image segmentation using Wind Driven Optimization technique

    MATLAB 5 2

  5. instagram-insights instagram-insights Public

    A Python based program to get useful insights from an Instagram creator or business page.

    Python 9 3

  6. Bash profile with a few useful setti... Bash profile with a few useful settings for Linux
    1
    #Command to edit bash_profile from any directory
    2
    alias bashedit='vi ~/.bash_profile'
    3
    
                  
    4
    # Command to source the current .bash_profile file from any directory. After successful soouricng, it saves a copy of the file as .bash_profile.backup
    5
    alias bashsource='source ~/.bash_profile && cp ~/.bash_profile ~/.bash_profile.backup'