package main
import "fmt"
type PlatformEngineer struct {
Name string
Role string
CurrentlyLearn string
LookingFor string
}
func main() {
rahul := PlatformEngineer{
Name: "Rahul",
Role: "Platform Engineer",
CurrentlyLearn: "Golang",
LookingFor: "Platform Engineer Opportunities",
}
fmt.Printf("Hi, I'm %s! π―\n", rahul.Name)
}- π Currently building projects in Golang
- π± Deep diving into Cloud Infrastructure, Kubernetes, and DevOps practices
- πΌ Actively seeking Platform Engineer roles
- π¬ Ask me about Go, Docker, CI/CD, Infrastructure
- β‘ Fun fact: I automate everything I do more than twice!
π Learning Golang and building CLI tools & microservices
π Exploring Kubernetes operators and platform tooling
π Contributing to open source projects
π Preparing for Platform Engineer interviews
π‘ Open to Platform Engineer opportunities! Let's build scalable infrastructure together.

