diff options
| -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" } + ] + } ] |
