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)
}|
Go Controllers & Webhooks |
Kubernetes Admission Control |
Docker Containerization |
Prometheus Monitoring |
|
|
|
|
|
Go ████████████████████████████████░░░░░░░░░░░░░░░░░░ 65%
TypeScript ██████████░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 20%
Python ███░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 05%
Other █████░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 10%
|
K8s controllers & webhooks |
Deep-diving into project codebases |
|
Policy engines & validation |
Preparing for programs |
|
Improving code quality |
Working with maintainers |


