~/

Hi, I'm Prabhat. šŸ‘‹

Senior Software Engineer
Polyglot Developer • Backend & Infrastructure
šŸ“ Hyderabad, India
main.go
// main.go
package main
func main() {
prabhat := Developer{
Role: "Senior SWE",
Interests: "Distributed Systems",
}
prabhat.Work()
}