export const layout = "base.njk"; export const date = "2012-12-21"; export default ({ search, resume, notableProjects, contactLinks }, { date }) => { const dateOptions = { year: "numeric", month: "2-digit", day: "2-digit" }; return ( <>

{resume.name}

{resume.tagline} - {resume.location.city}, {resume.location.country}

A pink haired orca character

I'm Xe Iaso, I'm a technical educator, conference speaker, twitch streamer, vtuber, and philosopher that focuses on ways to help make technology easier to understand and do cursed things in the process. I live in {resume.location.city} with my husband and I do developer relations professionally. I am an avid writer for my blog, where I have over 400 articles. I regularly experiment with new technologies and find ways to mash them up with old technologies for my own amusement.

Recent Articles

Notable Publications

Highlighted Projects

Quick Links

Looking for someone for your team? Check here.

{resume.buzzwords.map((buzzword) => ( {buzzword} ))}
); }