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 CloudNativeEngineer struct {
    Name       string
    Role       string
    Languages  []string
    Focus      []string
    Goals      []string
    FunFact    string
}

func main() {
    remo := CloudNativeEngineer{
        Name:      "Remo Panda",
        Role:      "Cloud Native Engineer & Open Source Contributor",
        Languages: []string{"Go", "TypeScript", "Python", "Bash"},
        Focus: []string{
            "Kubernetes Controllers & Operators",
            "Admission Webhooks & Policy Engines",
            "Cloud Native Infrastructure",
            "Distributed Systems",
        },
        Goals: []string{
            "LFX Mentorship",
            "CNCF Long-term Contributor",
            "Building impactful OSS tools",
        },
        FunFact: "I don't just learn tools — I contribute to the systems that build them.",
    }

    fmt.Printf("👋 Hey, I'm %s!\n", remo.Name)
}

  Tech Stack

   






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

  Open Source Contributions

OSS Typing



     



     



Other Notable Contributions:

     



 

  GitHub Analytics

GitHub Stats    Streak Stats



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

Activity Graph

  Current Focus


K8s controllers & webhooks

Deep-diving into project codebases

Policy engines & validation

Preparing for programs

Improving code quality

Working with maintainers

  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