Skip to content

1478 - Resume

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

maml
{
  name: "Lyle Herzog-Wilkinson"
  title: "Principal Response Consultant"
  email: "Onie_Lehner64@gmail.com"
  location: "South Christellestad, Sao Tome and Principe"
  summary: "repeat enthusiast  💅🏼"

  skills: [
    "Git"
    "PostgreSQL"
    "Docker"
    "GraphQL"
    "Linux"
    "AWS"
    "Python"
  ]

  experience: [
    {
      company: "O'Keefe LLC"
      role: "Internal Web Architect"
      period: "2023 - Present"
      highlights: [
        "Concedo absque nulla decet super."
        "Astrum aeger casso aggredior."
      ]
    }

    {
      company: "Heller, Kautzer and Shanahan"
      role: "Internal Infrastructure Technician"
      period: "2023 - 2022"
      highlights: [
        "Subnecto aeger aiunt viscus tutis auditor sono."
        "Alius teres adsuesco eaque."
      ]
    }
  ]

  education: {
    degree: "BA Mathematics"
    university: "Strosin, Yost and Huels University"
    year: 2019
  }
}

See Also