Skip to content

674 - Resume

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

maml
{
  name: "Doreen King"
  title: "Future Creative Planner"
  email: "Ronaldo_Jacobi20@gmail.com"
  location: "Fort Jorge, Montserrat"
  summary: "blogger, traveler"

  skills: [
    "JavaScript"
    "PostgreSQL"
    "Redis"
    "TypeScript"
  ]

  experience: [
    {
      company: "Gibson-Ankunding, Cremin and Mayert"
      role: "Principal Branding Orchestrator"
      period: "2024 - Present"
      highlights: [
        "Cresco deinde comitatus."
        "Asper porro cras utor."
      ]
    }

    {
      company: "Hamill, Schamberger and Jacobson"
      role: "Customer Branding Executive"
      period: "2019 - 2025"
      highlights: [
        "Admitto vindico laborum aegrotatio."
        "Patria desidero tolero necessitatibus tremo unde."
      ]
    }
  ]

  education: {
    degree: "BS Computer Science"
    university: "Graham-Mante, Schamberger and Brekke University"
    year: 2022
  }
}

See Also