The code and data behind xeiaso.net
5
fork

Configure Feed

Select the types of activity you want to include in your feed.

dhall: update resume details

Signed-off-by: Xe Iaso <me@xeiaso.net>

+18 -15
+9 -10
dhall/resume.dhall
··· 40 40 ] 41 41 , notablePublications = 42 42 [ Link::{ 43 + , url = "https://xeiaso.net/talks/2025/ai-chatbot-friends/" 44 + , title = "Affording your AI chatbot friends" 45 + , description = 46 + "A presentation focused at technical experts about the moving parts involved with AI model hosting and how it's not actually expensive to run if you manage the scope and scale correctly." 47 + } 48 + , Link::{ 43 49 , url = "https://blog.heroku.com/how-to-make-progressive-web-app" 44 50 , title = "How to Make a Progressive Web App From Your Existing Website" 45 51 , description = 46 52 "An article summarizing how easy it is to make a webpage into an installable Progressive Web App using APIs available in the most commonly used browsers." 47 53 } 48 54 , Link::{ 49 - , url = 50 - "https://web.archive.org/web/20210318102148/https://tech.lightspeedhq.com/palisade-version-bumping-at-scale-in-ci/" 51 - , title = "Palisade: Version Bumping at Scale in CI" 55 + , url = "https://www.tigrisdata.com/blog/training-any-cloud/" 56 + , title = "Training with Big Data on Any Cloud" 52 57 , description = 53 - "The release post for Palisade, a tool to automate version bumping, release tagging and more." 58 + "A detailed breakdown of how to use Object Storage to help train Large Language Models / AI models on any cloud provider that has an internet connection." 54 59 } 55 60 , Link::{ 56 61 , url = "https://tailscale.com/blog/magicdns-why-name/" ··· 70 75 , title = "Using Tailscale without Using Tailscale" 71 76 , description = 72 77 "An award-winning April Fools Day post describing how you can use Tailscale via Headscale via Tailscale Funnel. This post is notable for demonstrating all five of the Tailscale company values at the same time." 73 - } 74 - , Link::{ 75 - , url = "https://fly.io/blog/how-i-fly/" 76 - , title = "How I Fly" 77 - , description = 78 - "A post about how I use Fly.io to host my personal website and its supporting infrastructure." 79 78 } 80 79 ] 81 80 }
+9 -5
dhall/resume/resume.typ
··· 122 122 (name: "github", link: "https://github.com/Xe", display: "@Xe"), 123 123 (name: "linkedin", link: "https://www.linkedin.com/in/xe-iaso/", display: resume.name), 124 124 (name: "mastodon", link: "https://pony.social/@cadey", display: "@cadey@pony.social"), 125 + (name: "twitch", link: "https://twitch.tv/princessxen", display: "princessxen"), 125 126 (name: "tiktok", link: "https://www.tiktok.com/@xeiaso.1337", display: "@xeiaso.1337"), 126 127 ), 127 128 tagline: resume.tagline, ··· 136 137 137 138 == Experience 138 139 140 + #titleCompany[Senior Cloud Whisperer][Tigris Data]\ 141 + #term[2024-09 -- present][Ottawa, CA] 142 + 143 + At Tigris Data I founded the Developer Relations / Go To Market team. I am responsible for writing educational content, speaking at events, boothing, and evangelizing the product to a global audience. This includes in-person, online, and occasional video content as well as extensive writing for the Tigris Data blog. I am also responsible for the social media strategy and content creation. I maintain the documentation site and work on continuous testing of the product against the AWS SDKs for many languages. 144 + 145 + I also did ghost writing on behalf of my coworkers that are doing awesome things but were not able to take the time to write them up in detail. 146 + 139 147 #titleCompany[Senior Techniphilosopher][Fly.io]\ 140 148 #term[2023-11 -- 2024-09][Ottawa, CA] 141 149 142 150 At Fly.io I am responsible for helping to build the developer relations team from scratch. I am working with the team to create a new developer relations strategy that is focused on helping developers understand the value of Fly.io and how to use it in their projects. This includes in-person, online, and video content as well as occasional writing for the Fly.io and partner companies' blogs. 143 - 144 - I also lead social media posting on websites like X (formerly Twitter) and have contributed heavily to social media strategy and content creation. I am the main maintainer of the Fly.io YouTube and TikTok channels. 145 151 146 152 While working here, I became an early expert in AI tooling and how to properly use locally hosted AI models. I am capable of using AI in new products as well as adapting it to existing products. 147 153 ··· 150 156 #titleCompany[Archmage of Infrastructure][Tailscale]\ 151 157 #term[2020-12 -- 2023-10][Ottawa, CA] 152 158 153 - At Tailscale I founded the developer relations team with the goal of inspiring people to use Tailscale in fun and interesting ways. I work with the DevRel team to write articles for #text(fill: blue)[#link("https://tailscale.dev")[tailscale.dev]] to help teach people fundamentals of computer science and networking in the process of learning about new product features and things you can do with them. 154 - 155 - Tailscale has easily been the best job I've ever had and I've had an enormous impact on how Tailscale is percieved by developers worldwide. For a while my actions were directly attributable to MAU growth. One of the hardest projects I've worked on was making DevRel efforts more than single flashes in the pan and create a reason for people to visit the website on a regular basis. 159 + At Tailscale I founded the developer relations team with the goal of inspiring people to use Tailscale in fun and interesting ways. I worked with the DevRel team to write articles for #text(fill: blue)[#link("https://tailscale.dev")[tailscale.dev]] to help teach people fundamentals of computer science and networking in the process of learning about new product features and things you can do with them. 156 160 157 161 I regularly wrote articles and lead internal talks about how to use Tailscale and other technology topics in new and interesting ways. 158 162