aboutsummaryrefslogtreecommitdiff
path: root/dhall
diff options
context:
space:
mode:
authorXe Iaso <me@xeiaso.net>2024-11-25 15:24:40 -0500
committerXe Iaso <me@xeiaso.net>2024-11-25 15:24:40 -0500
commit63d437ff65e1be3a19a08ba10208a8b968e1b6ce (patch)
tree10691d4276576b4343f715d2ceb1ed8703b47fc7 /dhall
parent64d9eeff806dc7d6e094dc6be88606d0266ae13f (diff)
downloadxesite-63d437ff65e1be3a19a08ba10208a8b968e1b6ce.tar.xz
xesite-63d437ff65e1be3a19a08ba10208a8b968e1b6ce.zip
lume/notes: add go pointer conversion note
Signed-off-by: Xe Iaso <me@xeiaso.net>
Diffstat (limited to 'dhall')
-rw-r--r--dhall/jobHistory.dhall22
1 files changed, 22 insertions, 0 deletions
diff --git a/dhall/jobHistory.dhall b/dhall/jobHistory.dhall
index 43777d5..8f0a8f0 100644
--- a/dhall/jobHistory.dhall
+++ b/dhall/jobHistory.dhall
@@ -80,7 +80,29 @@ let flyio =
}
}
+let xeserv =
+ Company::{
+ , name = "Xeserv"
+ , url = Some "https://xeserv.us"
+ , tagline = "Uber for developer marketing consulting"
+ , location = ottawa
+ }
+
in [ Job::{
+ , company = xeserv
+ , title = "Chief Executive Officer"
+ , startDate = "2024-08-30"
+ , salary = annualCAD 150000
+ , locations = [ ottawa ]
+ , highlights =
+ [ "Developer relations"
+ , "Content creation"
+ , "Technical writing"
+ , "Video production"
+ , "Generative AI consulting"
+ ]
+ }
+ , Job::{
, company = flyio
, title = "Senior Technophilosopher"
, startDate = "2024-01-07"