aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Casalino <ryan@boringtranquility.io>2020-03-28 15:08:59 -0700
committerGitHub <noreply@github.com>2020-03-28 18:08:59 -0400
commit6c842acfe268851b9dd29ddeb1709f04472fc40e (patch)
tree9e385cbbfc53b6fff577d0583a3a503916d71169
parent672da826aeb9183510ca3ce3d6b7d4b13b1e71c7 (diff)
downloadxesite-6c842acfe268851b9dd29ddeb1709f04472fc40e.tar.xz
xesite-6c842acfe268851b9dd29ddeb1709f04472fc40e.zip
Update signalboost.dhall (#133)
Adds myself, Ryan Casalino
-rw-r--r--signalboost.dhall18
1 files changed, 18 insertions, 0 deletions
diff --git a/signalboost.dhall b/signalboost.dhall
index 8a78993..dc1536b 100644
--- a/signalboost.dhall
+++ b/signalboost.dhall
@@ -102,4 +102,22 @@ in [ Person::{
, gitLink = "https://github.com/Piyushhbhutoria"
, twitter = "https://twitter.com/PiyushhB"
}
+ , Person::{
+ , name = "Ryan Casalino"
+ , tags =
+ [ "golang"
+ , "react"
+ , "python"
+ , "javascript"
+ , "aws"
+ , "vue"
+ , "sql"
+ , "ruby"
+ , "rails"
+ , "flask"
+ , "unix"
+ ]
+ , gitLink = "https://github.com/rjpcasalino"
+ , twitter = "N/A"
+ }
]