Skip to content

969 - Resume

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

maml
{
  name: "Mrs. Mary Hansen"
  title: "National Accounts Supervisor"
  email: "Opal17@hotmail.com"
  location: "Leannonville, Mongolia"
  summary: "blogger, musician"

  skills: [
    "GraphQL"
    "JavaScript"
    "Node.js"
    "Redis"
  ]

  experience: [
    {
      company: "Flatley Group"
      role: "Principal Integration Director"
      period: "2024 - Present"
      highlights: [
        "Sunt patrocinor arcesso."
        "Timor vulgo usitas depereo cumque surgo."
      ]
    }

    {
      company: "Hoppe LLC"
      role: "Chief Accounts Engineer"
      period: "2018 - 2024"
      highlights: [
        "Odio decretum cornu caelestis cognomen cumque vicissitudo acervus deserunt demitto."
        "Uterque chirographum vociferor maiores commodo ustulo arx cena vitae absum."
      ]
    }
  ]

  education: {
    degree: "BS Computer Science"
    university: "Schroeder, Hilpert and Adams University"
    year: 2018
  }
}

See Also