diff options
| author | Zachary Sohovich <106559028+ctrlsquid@users.noreply.github.com> | 2022-12-28 09:15:06 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-12-28 12:15:06 -0500 |
| commit | 4ebc91f1f4507f23b1f52527b7d5653814b7a6e4 (patch) | |
| tree | 9088081360377df3416b1586fc221d13492ba376 /dhall | |
| parent | b292f3830e43830308ebd8e8d17ab38e9ed2461b (diff) | |
| download | xesite-4ebc91f1f4507f23b1f52527b7d5653814b7a6e4.tar.xz xesite-4ebc91f1f4507f23b1f52527b7d5653814b7a6e4.zip | |
Add zachary sohovich (me) to signal boosts (#583)
Diffstat (limited to 'dhall')
| -rw-r--r-- | dhall/signalboost.dhall | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/dhall/signalboost.dhall b/dhall/signalboost.dhall index c7224bf..6a1dd7f 100644 --- a/dhall/signalboost.dhall +++ b/dhall/signalboost.dhall @@ -129,4 +129,21 @@ in [ Person::{ , Link::{ url = "https://ajhalili2006.bio.link", title = "Website" } ] } + , Person::{ + , name = "Zachary Sohovich" + , tags = + [ "full-stack javascript" + , "rust" + , "go" + , "react" + , "docker" + , "data pipelining" + , "aws" + , "typescript" + ] + , links = + [ Link::{ url = "https://github.com/sneakycrow", title = "GitHub" } + , Link::{ url = "https://sneakycrow.dev", title = "Website" } + ] + } ] |
