type Dev struct {
name string
devType string
website url.URL
interests []string
projects []string
}
func WhoAmI() *Dev {
return &Dev{
name: "Sem Van Broekhoven",
devType: "fullstack software developer",
website: url.URL{Host: "https://dotsem.be"},
interests: []string{"APIs", "Websites", "Apps", "System Design", "Linux"},
projects: []string{"GoStrategy", "Carpe Diem", "tuSSHi"},
}
}🌱 Always learing something new
🐧 Daily linux user (CachyOS + Niri)
💬 Intressted in everything code
⚡ I like programming language mascots



