struct Developer {
let role = "iOS Engineer"
let gaming = "Enthusiast"
let currentGame = "Baldur's Gate 3"
func dailyRoutine() -> String {
return "Write code. Play games. Enjoy Life. Repeat."
}
}
- 🔨 Working on iOS apps
- 🔎 Exploring how game mechanics can inspire better mobile UX