Skip to content

2480 - Resume

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

maml
{
  name: "Britney Hirthe"
  title: "Future Brand Associate"
  email: "Lionel20@hotmail.com"
  location: "Pinellas Park, Antigua and Barbuda"
  summary: "integer lover, developer 👷🏾‍♂️"

  skills: [
    "Linux"
    "Go"
    "Redis"
    "JavaScript"
  ]

  experience: [
    {
      company: "Bartoletti, Lindgren and Bogan"
      role: "Direct Group Developer"
      period: "2022 - Present"
      highlights: [
        "Vaco numquam volutabrum vinco fugit adulescens ager taedium comminor."
        "Talus vulariter uredo."
      ]
    }

    {
      company: "Nicolas, Bechtelar and Kozey"
      role: "Corporate Program Analyst"
      period: "2018 - 2023"
      highlights: [
        "Adinventitias subvenio arcesso victus textus vulgaris certe talus centum."
        "Acidus cura cupiditas."
      ]
    }
  ]

  education: {
    degree: "MS Software Engineering"
    university: "Schmitt, Koepp and Hirthe University"
    year: 2020
  }
}

See Also