The code and data behind xeiaso.net
5
fork

Configure Feed

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

Add Connor Edwards to signal boost (#721)

authored by

Connor Edwards and committed by
GitHub
cbdea8ba b92698cd

+21
+21
dhall/signalboost.dhall
··· 203 203 , Link::{ url = "https://debugpointer.com", title = "Website" } 204 204 ] 205 205 } 206 + , Person::{ 207 + , name = "Connor Edwards" 208 + , tags = 209 + [ "golang" 210 + , "javascript" 211 + , "python" 212 + , "kubernetes" 213 + , "devops" 214 + , "sysadmin" 215 + , "google-cloud" 216 + , "aws" 217 + , "terraform" 218 + , "pulumi" 219 + , "ansible" 220 + , "puppet" 221 + ] 222 + , links = 223 + [ Link::{ url = "https://github.com/cedws", title = "GitHub" } 224 + , Link::{ url = "https://cedwards.xyz", title = "Website" } 225 + ] 226 + } 206 227 ]