Skip to content

879 - Resume

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

maml
{
  name: "Raphael DuBuque"
  title: "International Program Architect"
  email: "Zachary.Kub@gmail.com"
  location: "Vincenzomouth, Vanuatu"
  summary: "parent"

  skills: [
    "Docker"
    "Git"
    "AWS"
    "PostgreSQL"
    "Redis"
  ]

  experience: [
    {
      company: "Dibbert - Goodwin"
      role: "District Paradigm Executive"
      period: "2024 - Present"
      highlights: [
        "Synagoga apostolus advenio."
        "Solium voluptatum solum cresco vulnero valetudo."
      ]
    }

    {
      company: "Champlin - Abshire"
      role: "Internal Applications Producer"
      period: "2019 - 2023"
      highlights: [
        "Uter stabilis vito unus tabesco ventito corporis careo sufficio cibo."
        "Centum aranea trepide vehemens annus accusamus arceo curto vitae."
      ]
    }
  ]

  education: {
    degree: "MS Software Engineering"
    university: "Buckridge - Beahan University"
    year: 2021
  }
}

See Also