The code and data behind xeiaso.net
5
fork

Configure Feed

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

Add zachary sohovich (me) to signal boosts (#583)

authored by

Zachary Sohovich and committed by
GitHub
4ebc91f1 b292f383

+17
+17
dhall/signalboost.dhall
··· 129 129 , Link::{ url = "https://ajhalili2006.bio.link", title = "Website" } 130 130 ] 131 131 } 132 + , Person::{ 133 + , name = "Zachary Sohovich" 134 + , tags = 135 + [ "full-stack javascript" 136 + , "rust" 137 + , "go" 138 + , "react" 139 + , "docker" 140 + , "data pipelining" 141 + , "aws" 142 + , "typescript" 143 + ] 144 + , links = 145 + [ Link::{ url = "https://github.com/sneakycrow", title = "GitHub" } 146 + , Link::{ url = "https://sneakycrow.dev", title = "Website" } 147 + ] 148 + } 132 149 ]