About

author := Person{
  Name:   "Hugo",
  Job:    "security engineer",
  Hobbies: []string{
    "racing my bike",
    "climbing mountains",
    "making my own gear", // r/myog
  },
  TechStack: []Technology {
    {Name: "Linux", Skill: lvls.Advanced},
    {Name: "TCP/IP", Skill: lvls.Advanced},
    {Name: "Containers", Skill: lvls.Advanced},
    {Name: "Bash", Skill: lvls.VGood},
    {Name: "Terraform", Skill: lvls.VGood},
    {Name: "Kubernetes", Skill: lvls.VGood},
    {Name: "AWS/GCP", Skill: lvls.Good},
    {Name: "Golang", Skill: lvls.Good},
    {Name: "Python", Skill: errors.New("under threat")},
  },
}