Skip to content
View SunChero's full-sized avatar

Block or report SunChero

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
SunChero/README.md
  • 👋 Hi, I’m @SunChero [Adil Ha]
  • 👀 I’m interested in dev/sec and compliance work
  • 🌱 I’m currently learning golang, web assemblies and libp2p
  • 💞️ I’m looking to collaborate on anything
  • 📫 feel free to drop a line

Pinned Loading

  1. auth Public archive

    JWT Authn/Authz for Hasura based on self signed Keys

    Go 1

  2. How to generate JWT RS256 key
    1
    ssh-keygen -t rsa -b 4096 -m PEM -f jwtRS256.key
    2
    # Don't add passphrase
    3
    openssl rsa -in jwtRS256.key -pubout -outform PEM -out jwtRS256.key.pub
    4
    cat jwtRS256.key
    5
    cat jwtRS256.key.pub
  3. on prem kubernetes + metallb + istio
    1
    apt-get update && apt-get install -y apt-transport-https curl
    2
    curl -s https://packages.cloud.google.com/apt/doc/apt-key.gpg | apt-key add -
    3
    curl -fsSL https://download.docker.com/linux/debian/gpg | apt-key add -
    4
    cat <<EOF >/etc/apt/sources.list.d/kubernetes.list
    5
        deb https://apt.kubernetes.io/ kubernetes-xenial main
  4. istio k3s + helm
    1
    wget https://get.helm.sh/helm-v2.14.3-linux-amd64.tar.gz
    2
    tar -xvf helm-v2.14.3-linux-amd64.tar.gz
    3
    ./helm
    4
    ./helm   init
    5
    ./helm   init --kube-context default
  5. lavalapp Public archive

    RealTime Chat and notifications... offline first design

    JavaScript 1

6 contributions in the last year

Contribution Graph
Day of Week April May June July August September October November December January February March
Sunday
Monday
Tuesday
Wednesday
Thursday
Friday
Saturday
Less
No contributions.
Low contributions.
Medium-low contributions.
Medium-high contributions.
High contributions.
More

Activity overview

Loading A graph representing SunChero's contributions from April 07, 2024 to April 10, 2025. The contributions are 80% commits, 20% issues, 0% pull requests, 0% code review.   Code review 20% Issues   Pull requests 80% Commits

Contribution activity

April 2025

SunChero has no activity yet for this period.
Loading