aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dhall/signalboost.dhall19
1 files changed, 19 insertions, 0 deletions
diff --git a/dhall/signalboost.dhall b/dhall/signalboost.dhall
index 684440d..caebdcc 100644
--- a/dhall/signalboost.dhall
+++ b/dhall/signalboost.dhall
@@ -155,4 +155,23 @@ in [ Person::{
, Link::{ url = "https://itsaury.net", title = "Website" }
]
}
+ , Person::{
+ , name = "Satvik Jagannath"
+ , tags =
+ [ "backend"
+ , "nodejs"
+ , "linux"
+ , "javascript"
+ , "nextjs"
+ , "aws"
+ , "nodejs"
+ , "react"
+ , "python"
+ ]
+ , links =
+ [ Link::{ url = "https://github.com/bozzmob", title = "GitHub" }
+ , Link::{ url = "https://twitter.com/@bozzmob", title = "Twitter" }
+ , Link::{ url = "https://debugpointer.com", title = "Website" }
+ ]
+ }
]