From 842674229bde83bb97384989d09c4abb2936b4ad Mon Sep 17 00:00:00 2001 From: Xe Iaso Date: Tue, 10 Oct 2023 13:42:57 -0400 Subject: dhall: update job information Signed-off-by: Xe Iaso --- dhall/jobHistory.dhall | 3 +++ dhall/resume/resume.typ | 2 +- lume/src/resume.njk | 6 ++++-- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/dhall/jobHistory.dhall b/dhall/jobHistory.dhall index 97b7112..545dd79 100644 --- a/dhall/jobHistory.dhall +++ b/dhall/jobHistory.dhall @@ -70,6 +70,9 @@ in [ Job::{ , company = tailscale , title = "Archmage of Infrastructure II" , startDate = "2023-04-06" + , endDate = Some "2023-10-10" + , daysWorked = Some 187 + , leaveReason = Some "position eliminated in re-org" , salary = annualCAD 203651 , locations = [ ottawa ] , highlights = diff --git a/dhall/resume/resume.typ b/dhall/resume/resume.typ index 8c49a32..8976ab0 100644 --- a/dhall/resume/resume.typ +++ b/dhall/resume/resume.typ @@ -132,7 +132,7 @@ If you want someone that is dedicated to their craft, a fearless innovator and a == Experience #titleCompany[Archmage of Infrastructure][Tailscale]\ -#term[2020-12 -- _current_][Ottawa, CA] +#term[2020-12 -- 2023-10][Ottawa, CA] 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. diff --git a/lume/src/resume.njk b/lume/src/resume.njk index 5edcf28..16f31f2 100644 --- a/lume/src/resume.njk +++ b/lume/src/resume.njk @@ -25,7 +25,7 @@ layout: base.njk

Experience

Tailscale - Archmage of Infrastructure

-2020 - Present, Ottawa, CAN +2020-12 - 2023-10, Ottawa, CAN

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 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.

@@ -78,4 +78,6 @@ layout: base.njk

I have also given many talks at conferences and meetups. My full speaking history is available upon request.

-

Download PDF

\ No newline at end of file +

+ Download PDF +

\ No newline at end of file -- cgit v1.2.3