Skip to content

1177 - Resume

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

maml
{
  name: "Trevor Monahan III"
  title: "National Markets Technician"
  email: "Birdie.Halvorson13@yahoo.com"
  location: "Monterey Park, United Arab Emirates"
  summary: "geek, veteran, grad"

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

  experience: [
    {
      company: "Hahn LLC"
      role: "International Functionality Supervisor"
      period: "2022 - Present"
      highlights: [
        "Vilitas credo conturbo arcus clarus absque."
        "Vicissitudo vespillo constans vallum auctus aequitas alveus non tabesco."
      ]
    }

    {
      company: "Towne - Bartoletti"
      role: "Future Program Executive"
      period: "2021 - 2025"
      highlights: [
        "Temeritas dens suffragium eum strenuus thermae aggredior."
        "Comitatus temeritas terga suadeo templum aqua."
      ]
    }
  ]

  education: {
    degree: "MS Software Engineering"
    university: "Mills - Leannon University"
    year: 2019
  }
}

See Also