Skip to content
View kaugm's full-sized avatar
πŸ’­
Learning GCP & Kubernetes
πŸ’­
Learning GCP & Kubernetes
Block or Report

Block or report kaugm

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

πŸ’« About Me:

πŸ‘‹ Hi, I’m @kaugm
πŸ‘€ I’m interested in automating anything in the cloud
🌱 I’m currently learning Kubernetes and pursuing the AWS Solutions Architect Professional certification
πŸ“« Feel free to reach out to me on LinkedIn

🌐 Socials:

LinkedIn

πŸ’» Tech Stack:

Python Shell Script JavaScript AWS Google Cloud Flask AmazonDynamoDB MySQL Markdown HTML5 CSS3 Go Pandas NumPy LINUX Kubernetes Postman Raspberry Pi Swagger Terraform Trello

πŸŽ– Certifications:

AWS Solutions Architect Associate AWS Developer Associate Hashicorp Terraform Associate


Pinned

  1. csm-email-automation csm-email-automation Public

    Automating email sending for CSMs so more time is spent providing value for customers.

    Python

  2. IP Address class for use in Python s... IP Address class for use in Python scripts
    1
    import re
    2
    
                  
    3
    '''IP Address Class'''
    4
    class Address:
    5
        
  3. dotfiles dotfiles Public

    Linux dotfiles

    Shell

  4. Simple script to compare a CloudForm... Simple script to compare a CloudFormation template against a master template and output any missing permissions. Intended use for checking Eco policy.
    1
    #!/opt/homebrew/bin/python3
    2
    ''' Help: Ensure policy.py is executable -> 'chmod u+x policy.py'
    3
        Help: Ensure path to python executable is correct on first line -> 'which python3'
    4
    '''
    5
    
                  
  5. mmwm mmwm Public

    Modern Minimalistic Window Manager

    C 46 2

  6. MySQL Connection Class Object MySQL Connection Class Object
    1
    class MySQL_Connection:
    2
        """Connection to MySQL database
    3
        
    4
        Arguments:
    5
        HOST: <class 'str'> Full hostname to connect to