The code and data behind xeiaso.net
5
fork

Configure Feed

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

dhall/jobHistory: update salary transparency report

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

Xe Iaso f6bbc8eb 04702270

+20
+20
dhall/jobHistory.dhall
··· 67 67 } 68 68 69 69 in [ Job::{ 70 + , company = Company::{ 71 + , name = "Fly.io" 72 + , url = Some "https://fly.io" 73 + , tagline = 74 + "A platform to run code close to users. Deploy the same app to 35 datacentres worldwide in seconds." 75 + , location = Location::{ 76 + , city = "Chicago" 77 + , stateOrProvince = "IL" 78 + , country = "USA" 79 + , remote = True 80 + } 81 + } 82 + , title = "Senior Technophilosopher" 83 + , contract = True 84 + , startDate = "2023-11-06" 85 + , salary = Salary::{ amount = 15000, per = "month", currency = "USD" } 86 + , locations = [ ottawa ] 87 + , highlights = [ "Developer marketing" ] 88 + } 89 + , Job::{ 70 90 , company = tailscale 71 91 , title = "Archmage of Infrastructure II" 72 92 , startDate = "2023-04-06"