package main
type Developer struct {
born int
name string
grade string
role string
field string
about string
}
func main() {
me := Developer{
name: "Albert Salvesen-Orø",
born: 2003,
grade: Bsc Computer Science, University Of Agder,
role: SRE developer,
field: "Dataengineering/software dev",
about: `
Building apps in containers and shipping them with a
way to see if things run smooth as milk.
I am also really into music, especially the metal genre.
`,
}
_ = me
}If you want to chat just contact me on the social channels provided! 📬