Skip to content
View roboturnerdev's full-sized avatar
πŸ––
k8s
πŸ––
k8s

Block or report roboturnerdev

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
roboturnerdev/README.md
#!/bin/bash

name="Rob Turner"
age=33
job="SRE @ ☁ πŸ’ͺ"

code=("bash" "python" "golang" "dotnet" "typescript")
certs=("cka" "sec+" "az-900" "ms-900" "sc-900")
tools=("neovim" "kubectl" "helm" "argocd" "gitlab")

print_profile() {
    echo "********************"
    echo "Name: $name"
    echo "Age: $age"
    echo "Job: $job"
    echo "Code Skills"
    for skill in "${code[@]}"; do echo -e "\t$skill"; done
    echo "Certifications"
    for cert in "${certs[@]}"; do echo -e "\t$cert"; done
    echo "Tools"
    for tool in "${tools[@]}"; do echo -e "\t$tool"; done
    echo "********************"
}

print_profile

Pinned Loading

  1. azure-kubernetes azure-kubernetes Public

    project kubernetes the hard way

    1