Platform Engineer ยท Backend/DevOps ยท Automation Enthusiast
A software engineer working with Golang, TypeScript, Python, Docker, and Kubernetes; automating (almost) everything.
๐ Portfolio & Blog โข ๐ @restuhaqza โข โ๏ธ Email
type Myself struct {
Name string
Roles []string
Code []string
Architecture []string
Hobbies []string
}
func Intro() *Myself {
return &Myself{
Name: "Restu Muzakir",
Roles: []string{
"AI & Platform Engineer",
"Backend Engineer",
"System Designer",
},
Code: []string{
"Go", "TypeScript", "JavaScript", "Python", "Java", "PHP",
},
Architecture: []string{
"Microservices", "Monolith (done right)", "Serverless", "Event-Driven",
},
Hobbies: []string{
"YoYo Player", "Hypnosis", "Tuning DevEx & infra",
},
}
}๐ก I'm dynamic and adaptable - quick to learn and work with any technology stack.
Visit my blog at restuhaqza.dev for latest articles on AI, DevOps, and Platform Engineering.