Skip to content

278 - Resume

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

maml
{
  name: "Clifford McKenzie"
  title: "Senior Intranet Associate"
  email: "Lily_Moore66@hotmail.com"
  location: "Hayward, Singapore"
  summary: "activist, educator, engineer ⛳"

  skills: [
    "PostgreSQL"
    "Git"
    "Linux"
    "Rust"
    "GraphQL"
    "Go"
    "React"
    "Python"
  ]

  experience: [
    {
      company: "Champlin LLC"
      role: "Direct Optimization Architect"
      period: "2022 - Present"
      highlights: [
        "Argumentum auctus adhuc."
        "Cado videlicet maxime quia amo laudantium taceo dolores universe vis."
      ]
    }

    {
      company: "Hagenes, Kertzmann and Nolan"
      role: "Global Implementation Assistant"
      period: "2019 - 2025"
      highlights: [
        "Neque omnis aestas."
        "Absens doloremque tabgo cilicium talus averto tener tunc abstergo labore."
      ]
    }
  ]

  education: {
    degree: "BS Computer Science"
    university: "Blanda, Herman and Davis University"
    year: 2018
  }
}

See Also