Skip to content

873 - Resume

A personal resume with experience and skills. This is an example of a MAML document.

maml
{
  name: "Dorothea Goldner"
  title: "Chief Brand Officer"
  email: "Jayda.Skiles@yahoo.com"
  location: "Beaumont, Timor-Leste"
  summary: "geek, activist, environmentalist"

  skills: [
    "Docker"
    "Python"
    "React"
    "Redis"
    "GraphQL"
    "Kubernetes"
  ]

  experience: [
    {
      company: "Herman, Monahan and Thiel-Sporer"
      role: "Principal Infrastructure Specialist"
      period: "2024 - Present"
      highlights: [
        "Perspiciatis aranea deleniti inventore."
        "Talio atqui tricesimus rerum peior denique tubineus agnosco exercitationem sol."
      ]
    }

    {
      company: "Hettinger Group"
      role: "Chief Group Engineer"
      period: "2024 - 2023"
      highlights: [
        "Votum stillicidium audacia comedo ocer dolorem."
        "Arma caste anser curvo deputo."
      ]
    }
  ]

  education: {
    degree: "BA Mathematics"
    university: "Hahn, Johnston and Feil University"
    year: 2015
  }
}

See Also