type Developer struct {
Name string
Age int
Location string
Role string
University string
Passions []string
}
me := Developer{
Name: "Ryan",
Age: 22,
Location: "Wellington, NZ",
Role: "Backend Developer",
University: "Victoria University of Wellington",
Passions: []string{"System Design", "Problem Solving", "Team Collaboration", "Continuous Learning"},
}
I'm a hands-on learner who thrives on transforming ideas into reality through code. While university taught me the theory, real-world problem-solving and collaboration are where I truly excel. I believe in writing code that not only works but tells a story.
When I'm not crafting code, you'll find me:
- ๐ Officiating basketball games and making tough calls
- ๐ Managing a burger joint and serving up smiles
- ๐ฎ Exploring virtual worlds as a gaming enthusiast
- ๐ Crunching numbers as a sports statistician