Update signalboost.dhall (#134)
This commit is contained in:
parent
cc2d0ea801
commit
89f224f022
|
@ -120,4 +120,25 @@ in [ Person::{
|
||||||
, gitLink = "https://github.com/rjpcasalino"
|
, gitLink = "https://github.com/rjpcasalino"
|
||||||
, twitter = "N/A"
|
, twitter = "N/A"
|
||||||
}
|
}
|
||||||
|
, Person::{
|
||||||
|
, name = "Berwyn Jamesson"
|
||||||
|
, tags =
|
||||||
|
[ "angular"
|
||||||
|
, "typescript"
|
||||||
|
, "javascript"
|
||||||
|
, "azure"
|
||||||
|
, "linux"
|
||||||
|
, "docker"
|
||||||
|
, "kubernetes"
|
||||||
|
, "rust"
|
||||||
|
, "dotnet"
|
||||||
|
, "csharp"
|
||||||
|
, "ruby"
|
||||||
|
, "rails"
|
||||||
|
, "react"
|
||||||
|
, "vue"
|
||||||
|
]
|
||||||
|
, gitLink = "https://github.com/berwyn"
|
||||||
|
, twitter = "_berwyn_"
|
||||||
|
}
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in New Issue