Skip to content
View remo-lab's full-sized avatar

Block or report remo-lab

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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
remo-lab/README.md


  About Me

package main

import "fmt"

type OpenSourceContributor struct {
    Name          string
    Identity      string
    Languages     []string
    Contributions []string
    Goals         []string
    Philosophy    string
}

func main() {
    remo := OpenSourceContributor{
        Name:     "Remo Panda",
        Identity: "Open Source Contributor & CNCF Ecosystem Advocate",
        Languages: []string{"Go", "TypeScript", "Python", "Bash"},
        Contributions: []string{
            "Kyverno — Kubernetes Policy Engine",
            "Prometheus — Monitoring & Alerting",
            "Cilium — eBPF-based Networking",
            "OpenTelemetry — Observability Framework",
            "Harbor, Hyperledger Fabric, EdgeX Foundry",
            "CERN Phoenix, NASA OpenMCT, Kolibri",
        },
        Goals: []string{
            "Google Summer of Code (GSoC) 2026",
            "LFX Mentorship",
            "Long-term CNCF maintainership",
            "Building impactful OSS tools",
        },
        Philosophy: "I don't just use tools — I contribute to the projects that build them.",
    }

    fmt.Printf("👋 Hey, I'm %s!\n", remo.Name)
    fmt.Printf("📦 %d+ PRs across major open source projects\n", 46)
}

  Open Source Contributions

OSS Typing





     



     



Other Notable Contributions:

     



 

  Tech Stack

Coder GIF






Go
Go
Controllers & Webhooks
K8s
Kubernetes
Admission Control
Docker
Docker
Containerization
Prometheus
Prometheus
Monitoring

  GitHub Analytics



GitHub Stats    Streak Stats



Top Languages



Contribution Languages (46+ PRs)

Go           ████████████████████████████████░░░░░░░░░░░░░░░░░░   65%
TypeScript   ██████████░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░   20%
Python       ███░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░   05%
Other        █████░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░   10%

Activity Graph

  Contribution Snake

github contribution grid snake animation

  Current Focus



   



   

  Let's Connect



 



Connect Animation

Footer

Popular repositories Loading

  1. localrepo localrepo Public

    HTML

  2. DSA DSA Public

  3. js-beautify js-beautify Public

    Forked from beautifier/js-beautify

    Beautifier for javascript

    JavaScript

  4. CodeIN-Community-Website CodeIN-Community-Website Public

    Forked from SauravMukherjee44/CodeIN-Community-Website

    Open Source Website for CodeIN Community built using HTML, CSS, JavaScript, Firebase and Bootstrap

    HTML

  5. EddieHubCommunity.github.io EddieHubCommunity.github.io Public

    Forked from EddieHubCommunity/EddieHubCommunity.github.io

    Information about our community

    JavaScript

  6. oppia oppia Public

    Forked from oppia/oppia

    A free, online learning platform to make quality education accessible for all.

    Python