Skip to content
View afro-coder's full-sized avatar

Organizations

@solo-io @GrowInCommunity
Block or Report

Block or report afro-coder

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

Hi, I'm Leon!

Customer Success engineer @solo.io

Part-time gamer: Elden Ring, Genshin

  • πŸ‘¨β€πŸ’» Code: Python

  • πŸ‘¨β€πŸ’» SysAdmin: Ansible, Terraform, Cloudflare, AWS, Podman, Docker.

  • πŸ˜„ Pronouns: ... He/Him

  • πŸ”­ I’m currently working on ...

    • Raspberry Pi's/ Arduinos
    • Arm/Risc-V
    • K8s/API Gateways
    • Istio Service Mesh
  • 🌱 I’m currently learning ...

    • Golang
    • Rust
    • C/C++
  • πŸ‘― I’m looking to collaborate on ... Anything Tech Related

  • πŸ’¬ Ask me about ... Containers, Cloudflare, Linux Administration.

  • πŸ“« How to reach me: ...

  • Blog at Dev.to

Pinned

  1. podman podman Public

    Forked from containers/podman

    Podman: A tool for managing OCI containers and pods.

    Go

  2. portfolio-container portfolio-container Public

    Haproxy + apache containerized using #podman

  3. GoogleApi-scripts GoogleApi-scripts Public

    Scripts to update google sheets either using Golang or Google Appscript

    Go

  4. subtitle_finder subtitle_finder Public

    It's a subtitle finder that scrapes a subtitle website podnapsi.com for subtitle's. P.S it's a very basic one

    Python

  5. Golang script to write/update to Goo... Golang script to write/update to Google Sheets
    1
    package main
    2
    
                  
    3
    import (
    4
            "encoding/json"
    5
            "fmt"
  6. Using Google Sheet API and Google Ch... Using Google Sheet API and Google Chat Webhooks to make my life easier
    1
    // Function was taken from
    2
    // https://joeybronner.fr/blog/google-apps-script-get-current-user-email-from-a-spreadsheet-add-on/
    3
    function getCurrentUserEmail() {
    4
        var userEmail = Session.getActiveUser().getEmail();
    5
        if (userEmail === '' || !userEmail || userEmail === undefined) {