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

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. 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
    
                  
  2. docker-compose-ci docker-compose-ci Public

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

    Dockerfile

  3. create-aws-instance-terraform create-aws-instance-terraform Public

    a simple terraform script to create ec2 instance

    HCL

  4. pgweb-on-ec2 pgweb-on-ec2 Public

    a simple service file to keep pgweb running on amazon ec2 instance

  5. arduino sketch to test ADXL3xx Accel... arduino sketch to test ADXL3xx Accelerometer and LED
    1
    // these constants describe the pins. They won't change:
    2
    const int xpin = A3;           // x-axis of the accelerometer
    3
    const int ypin = A2;           // y-axis
    4
    const int zpin = A1;           // z-axis (only on 3-axis models)
    5
    
                  
  6. Temperature Monitoring System / Logger Temperature Monitoring System / Logger
    1
    # Title 
    2
    Temperature Monitoring System / Logger
    3
    # Picture 
    4
    media: http://www.deviantsart.com/e6gtc1.jpg
    5
    # Objective