Skip to content

367 - Resume

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

maml
{
  name: "Doris Marks"
  title: "Global Division Orchestrator"
  email: "Kelton74@yahoo.com"
  location: "West Kyler, Saint Vincent and the Grenadines"
  summary: "founder, public speaker, foodie 🇧🇫"

  skills: [
    "Git"
    "Kubernetes"
    "Linux"
    "Docker"
    "Python"
    "TypeScript"
    "Go"
    "Redis"
  ]

  experience: [
    {
      company: "Rolfson LLC"
      role: "Principal Functionality Orchestrator"
      period: "2025 - Present"
      highlights: [
        "Ago vita demergo adeo viridis sed peccatus amiculum."
        "Derideo itaque demulceo vinitor conforto tamen thesis."
      ]
    }

    {
      company: "Haley, Upton and Ruecker"
      role: "Global Paradigm Consultant"
      period: "2024 - 2024"
      highlights: [
        "Usque coruscus uxor."
        "Urbanus molestiae animadverto cohaero caute paens quasi aegrus."
      ]
    }
  ]

  education: {
    degree: "PhD Computer Science"
    university: "Labadie - Quigley University"
    year: 2018
  }
}

See Also