The code and data behind xeiaso.net
5
fork

Configure Feed

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

Add Cooper to Xe Iaso's signal boost (#966)

* Add Cooper to Xe Iaso's signal boost

* Revert formatting change

* Haha stray trailing space

authored by

Adam Cooper and committed by
GitHub
2312a9fe f75ec694

+21 -2
+21 -2
dhall/signalboost.dhall
··· 3 3 let Person = ./types/Person.dhall 4 4 5 5 in [ Person::{ 6 + , name = "Adam Cooper" 7 + , tags = 8 + [ "golang" 9 + , "nodejs" 10 + , "typescript" 11 + , "sql" 12 + , "gcp" 13 + , "aws" 14 + , "docker" 15 + , "terraform" 16 + , "backend engineer" 17 + ] 18 + , links = 19 + [ Link::{ 20 + , url = "https://www.linkedin.com/in/adamcooperdev/" 21 + , title = "LinkedIn" 22 + } 23 + ] 24 + } 25 + , Person::{ 6 26 , name = "bri recchia" 7 27 , tags = 8 28 [ "virtualization" ··· 269 289 , "SQL" 270 290 ] 271 291 , links = 272 - [ Link::{ url = "https://github.com/ILikePizza555", title = "GitHub"} ] 292 + [ Link::{ url = "https://github.com/ILikePizza555", title = "GitHub" } ] 273 293 } 274 294 ] 275 -