diff options
| author | Xe Iaso <me@xeiaso.net> | 2024-09-02 10:31:12 -0400 |
|---|---|---|
| committer | Xe Iaso <me@xeiaso.net> | 2024-09-02 10:31:12 -0400 |
| commit | 87f34fbea208293160dbdee80006d7d6dfabb1cf (patch) | |
| tree | 89e022a204c88ca3b91be99292f0ff366c7661b3 /dhall | |
| parent | bfd5d7981da25e798a22236a05e58b7d870c368f (diff) | |
| download | xesite-87f34fbea208293160dbdee80006d7d6dfabb1cf.tar.xz xesite-87f34fbea208293160dbdee80006d7d6dfabb1cf.zip | |
update job history
Signed-off-by: Xe Iaso <me@xeiaso.net>
Diffstat (limited to 'dhall')
| -rw-r--r-- | dhall/jobHistory.dhall | 28 | ||||
| -rw-r--r-- | dhall/resume/resume.typ | 2 |
2 files changed, 18 insertions, 12 deletions
diff --git a/dhall/jobHistory.dhall b/dhall/jobHistory.dhall index 713b16b..caed0d4 100644 --- a/dhall/jobHistory.dhall +++ b/dhall/jobHistory.dhall @@ -68,25 +68,31 @@ let tailscale = let flyio = Company::{ - , name = "Fly.io" - , url = Some "https://fly.io" - , tagline = - "A platform to run code close to users. Deploy the same app to 35 datacentres worldwide in seconds." - , location = Location::{ - , city = "Chicago" - , stateOrProvince = "IL" - , country = "USA" - , remote = True - } + , name = "Fly.io" + , url = Some "https://fly.io" + , tagline = + "A platform to run code close to users. Deploy the same app to 35 datacentres worldwide in seconds." + , location = Location::{ + , city = "Chicago" + , stateOrProvince = "IL" + , country = "USA" + , remote = True } + } in [ Job::{ , company = flyio , title = "Senior Technophilosopher" , startDate = "2024-01-07" + , endDate = Some "2024-08-30" , salary = Salary::{ amount = 260000, per = "year", currency = "CAD" } , locations = [ ottawa ] - , highlights = [ "Developer marketing", "Developer relations", "Technical writing", "Team building" ] + , highlights = + [ "Developer marketing" + , "Developer relations" + , "Technical writing" + , "Team building" + ] } , Job::{ , company = flyio diff --git a/dhall/resume/resume.typ b/dhall/resume/resume.typ index 1d7b813..7240f69 100644 --- a/dhall/resume/resume.typ +++ b/dhall/resume/resume.typ @@ -137,7 +137,7 @@ If you want someone that is dedicated to their craft, a fearless innovator and a == Experience #titleCompany[Senior Techniphilosopher][Fly.io]\ -#term[2023-11 -- Present][Ottawa, CA] +#term[2023-11 -- 2024-09][Ottawa, CA] 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. |
