package main
import "fmt"
type Engineer struct {
Name string
Role string
Company string
Education string
Interests []string
CurrentFocus string
}
func main() {
me := Engineer{
Name: "I Gede Arya Raditya Parameswara",
Role: "Software Engineer",
Company: "Amazon",
Education: "Computer Science @ ITB",
Interests: []string{
"Backend Engineering",
"Distributed Systems",
"Competitive Programming",
"Engineering Management",
},
CurrentFocus: "Building things that scale π",
}
fmt.Printf("Hello, World! I'm %s\n", me.Name)
}| Role | Company | Duration |
|---|---|---|
| π’ Software Engineer | Amazon | Jan 2025 β Present |
| Software Engineer | Grab | Mar 2024 β Dec 2024 |
| Software Engineer | Xendit | Sep 2023 β Feb 2024 |
| Software Engineer (Part-Time) | Xendit | Aug 2022 β Sep 2023 |
| SWE Intern | Pintarnya | May 2022 β Aug 2022 |
| SWE Intern | Mekari | Jan 2022 β Jul 2022 |
| SWE Intern | Xendit | Oct 2021 β Jan 2022 |
| SDE Intern | Sayurbox | Jul 2021 β Oct 2021 |



