Finding the right time for my mega evolution!
Hi, I'm William - Software Engineer @ Gojek who loves building scalable systems and obsessing over developer tools!
I spend my days writing mostly on Go, Typescript and Python designing cloud-native architectures and sometime also crafting UIs for user. Always keen exploring new tech and sharing what I learn.
type Developer struct {
Role string `json:"role"`
Languages []string `json:"primary_languages"`
Interests []string `json:"current_interests"`
Neovim bool `json:"neovim_enthusiast"`
}
william := Developer{
Role: "Software Engineer L3 @ Gojek",
Languages: []string{"Go", "Python", "TypeScript"},
Interests: []string{
"Building Cloud-native architectures",
"Improving Developer experience",
"Learning more intuitive UI",
"Trying to get into Open source contributions",
"Building useful CLI tools",
},
Neovim: true, // I like it!!!
}Personal Interests:
- π οΈ Tweaking my neovim configs (it's an addiction!)
- π Reading technical books and exploring open source projects
- πͺ Going to gym (just enough to avoid back pain lol)
- π Collecting Pokemon Cards
Always open to discussing tech, sharing knowledge, or geeking out about developer tools! Feel free to connect! π
Recent technical books I've been diving into:
| Book | Focus |
|---|---|
| π The Missing README | Software Engineering best practices and career guidance for new engineers |
| π€ Agentic Design Patterns | Hands-on guide to building intelligent AI/ML systems with proven patterns |
| βΈοΈ Managing Kubernetes | Production-grade Kubernetes operations and real-world cluster management |
Other Links:
- π§ Email: williamong.job@gmail.com
- π Website: william9923.github.io
- βοΈ Blog: williamong.netlify.app
Always open to discussing tech, career growth, or just having a good chat about anything interesting! π





