aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--signalboost.dhall13
1 files changed, 13 insertions, 0 deletions
diff --git a/signalboost.dhall b/signalboost.dhall
index 09d8bbd..548f0b7 100644
--- a/signalboost.dhall
+++ b/signalboost.dhall
@@ -242,4 +242,17 @@ in [ Person::{
]
, gitLink = "https://github.com/BytewaveMLP"
}
+ , Person:: {
+ , name = "Tommy Nguyen"
+ , tags =
+ [ "c++"
+ , "linux"
+ , "cybersecurity"
+ , "privacy"
+ , "technical-writing"
+ , "web"
+ , "google-cloud-platform"
+ ]
+ , gitLink = "https://github.com/remyabel"
+ }
]