Skip to content

867 - Resume

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

maml
{
  name: "Justus Orn"
  title: "Customer Integration Developer"
  email: "Jessika_Shanahan@hotmail.com"
  location: "Kiantown, Papua New Guinea"
  summary: "nudge devotee, friend"

  skills: [
    "Linux"
    "GraphQL"
    "Docker"
    "Redis"
  ]

  experience: [
    {
      company: "O'Connell - Fritsch"
      role: "National Metrics Facilitator"
      period: "2025 - Present"
      highlights: [
        "Textor deserunt cumque."
        "Repudiandae aro deputo sto sollers custodia tabesco uterque."
      ]
    }

    {
      company: "Schroeder LLC"
      role: "Chief Interactions Planner"
      period: "2022 - 2024"
      highlights: [
        "Suffoco conatus tactus summopere cupio considero audio admoveo."
        "At aer voluntarius ipsam."
      ]
    }
  ]

  education: {
    degree: "MS Software Engineering"
    university: "Wisozk, Romaguera and Lind University"
    year: 2016
  }
}

See Also