Skip to content

169 - Resume

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

maml
{
  name: "Mrs. Kimberly Leannon"
  title: "Chief Configuration Supervisor"
  email: "Eliseo.Shields9@yahoo.com"
  location: "Moorestead, Iraq"
  summary: "charlatan lover, foodie"

  skills: [
    "Rust"
    "Go"
    "AWS"
    "JavaScript"
    "PostgreSQL"
    "GraphQL"
  ]

  experience: [
    {
      company: "Doyle Group"
      role: "Future Operations Facilitator"
      period: "2026 - Present"
      highlights: [
        "Dapifer consequuntur trepide."
        "Facere speculum usitas exercitationem."
      ]
    }

    {
      company: "Davis Group"
      role: "District Usability Representative"
      period: "2024 - 2023"
      highlights: [
        "Triumphus tibi ustilo conscendo cariosus video tricesimus."
        "Certe sufficio vulgaris."
      ]
    }
  ]

  education: {
    degree: "BA Mathematics"
    university: "Kozey, Waters and Denesik University"
    year: 2011
  }
}

See Also