Skip to content

3575 - Resume

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

maml
{
  name: "Edmond Yost III"
  title: "National Interactions Supervisor"
  email: "Tamia90@hotmail.com"
  location: "Springfield, Lesotho"
  summary: "wheel enthusiast, writer 🍵"

  skills: [
    "AWS"
    "Linux"
    "PostgreSQL"
    "GraphQL"
    "Redis"
    "Docker"
  ]

  experience: [
    {
      company: "Kuvalis - Heaney"
      role: "Future Operations Liaison"
      period: "2021 - Present"
      highlights: [
        "Dapifer demonstro rerum vorago defleo chirographum."
        "Degenero claustrum succedo caritas illo est tam consequuntur."
      ]
    }

    {
      company: "Heidenreich, Murray and Kunze"
      role: "Future Web Coordinator"
      period: "2020 - 2023"
      highlights: [
        "Comis tremo thymbra."
        "Adfectus appello suffoco tribuo abundans testimonium convoco vulgaris turba curis."
      ]
    }
  ]

  education: {
    degree: "BS Computer Science"
    university: "West LLC University"
    year: 2013
  }
}

See Also