Skip to content
View kobeBigs's full-sized avatar

Block or report kobeBigs

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

Hello, I am Kobe! 👋

You can also call me Bigs! I am a DevOps Engineer, Product Developer, and experimentalist who loves exploring the intersection of technology and art. I love troubleshooting K8s, writing CLI scripts and apps using Bash, Python and Perl. In my spare time, I tinker with #raspi and #arduino, create art with Processing, or head out to learn and gather stories with my camera.

Currently, I am delving deeper into Go, aiming to develop simple, handy tools for my daily DevOps tasks.

I believe in simple acts of kindness.

Pinned Loading

  1. aws-vault-switch aws-vault-switch Public

    A simple Go CLI app that extends aws-vault to enable seamless switching between AWS profiles

    Go 3

  2. docker-compose-ci docker-compose-ci Public

    multi-arch: arm64 & amd64 compatible image for CI builds

    Dockerfile 1

  3. A simple perl program that creates r... A simple perl program that creates random 16 character password strings from alphanumeric characters (0-9, a-z, A-Z)
    1
    #!/usr/bin/perl
    2
    =pod
    3
    A simple perl program that creates random 16 char password strings from alphanumeric characters (0-9, a-z, A-Z)
    4
    =cut
    5
    
    
  4. create-aws-instance-terraform create-aws-instance-terraform Public

    a simple terraform script to create ec2 instance

    HCL