2020-03-18 20:45:55 +00:00
|
|
|
let Person =
|
|
|
|
{ Type = { name : Text, tags : List Text, gitLink : Text, twitter : Text }
|
|
|
|
, default =
|
|
|
|
{ name = "", tags = [] : List Text, gitLink = "", twitter = "" }
|
|
|
|
}
|
|
|
|
|
|
|
|
in [ Person::{
|
|
|
|
, name = "Aisling Fae"
|
|
|
|
, tags =
|
|
|
|
[ "python", "bash", "kubernetes", "google-cloud", "aws", "devops" ]
|
|
|
|
, gitLink = "https://github.com/aislingfae"
|
|
|
|
, twitter = "https://twitter.com/aisstern"
|
|
|
|
}
|
2020-03-18 21:32:19 +00:00
|
|
|
, Person::{
|
|
|
|
, name = "Astrid Bek"
|
|
|
|
, tags =
|
|
|
|
[ "dotnet"
|
|
|
|
, "java"
|
|
|
|
, "python"
|
|
|
|
, "typescript"
|
|
|
|
, "rust"
|
|
|
|
, "c"
|
|
|
|
, "cpp"
|
|
|
|
, "full-stack"
|
|
|
|
, "devops"
|
|
|
|
, "linux"
|
|
|
|
, "docker"
|
|
|
|
, "gamedev"
|
|
|
|
]
|
|
|
|
, gitLink = "https://github.com/xSke"
|
|
|
|
, twitter = "https://twitter.com/floofstrid"
|
|
|
|
}
|
2020-03-18 20:45:55 +00:00
|
|
|
, Person::{
|
|
|
|
, name = "Christian Sullivan"
|
|
|
|
, tags =
|
|
|
|
[ "go"
|
|
|
|
, "wasm"
|
|
|
|
, "react"
|
|
|
|
, "rust"
|
|
|
|
, "react-native"
|
|
|
|
, "swift"
|
|
|
|
, "google-cloud"
|
|
|
|
, "aws"
|
|
|
|
, "docker"
|
|
|
|
, "kubernetes"
|
|
|
|
, "istio"
|
|
|
|
, "typescript"
|
|
|
|
]
|
|
|
|
, gitLink = "https://github.com/euforic"
|
|
|
|
, twitter = "https://twitter.com/euforic"
|
|
|
|
}
|
2020-05-27 12:27:30 +00:00
|
|
|
, Person::{
|
|
|
|
, name = "David Roberts"
|
|
|
|
, tags =
|
|
|
|
[ "ux"
|
|
|
|
, "ui"
|
|
|
|
, "documentation"
|
|
|
|
, "web"
|
|
|
|
, "html5"
|
|
|
|
, "javascript"
|
|
|
|
, "python"
|
|
|
|
, "qt"
|
|
|
|
, "bash"
|
|
|
|
, "front-end"
|
|
|
|
, "full-stack"
|
|
|
|
, "linux"
|
|
|
|
, "embedded"
|
|
|
|
, "sql"
|
|
|
|
]
|
|
|
|
, gitLink = "https://github.com/ddr0"
|
|
|
|
, twitter = "https://twitter.com/DDR_4"
|
|
|
|
}
|
2020-03-18 20:45:55 +00:00
|
|
|
, Person::{
|
|
|
|
, name = "Jamie Bliss"
|
|
|
|
, tags = [ "python", "devops", "full-stack", "saltstack", "web", "linux" ]
|
|
|
|
, gitLink = "https://github.com/astronouth7303"
|
|
|
|
, twitter = "https://twitter.com/AstraLuma"
|
|
|
|
}
|
2020-06-06 05:01:52 +00:00
|
|
|
, Person::{
|
|
|
|
, name = "Natthan Leong"
|
|
|
|
, tags =
|
|
|
|
[ "c"
|
|
|
|
, "embedded"
|
|
|
|
, "firmware"
|
|
|
|
, "golang"
|
|
|
|
, "linux"
|
|
|
|
, "lua"
|
|
|
|
, "python"
|
|
|
|
, "shell"
|
|
|
|
]
|
|
|
|
, gitLink = "https://github.com/ansimita"
|
|
|
|
, twitter = "https://twitter.com/ansimita"
|
|
|
|
}
|
2020-03-19 12:04:01 +00:00
|
|
|
, Person::{
|
|
|
|
, name = "Prajjwal Singh"
|
|
|
|
, tags =
|
|
|
|
[ "full-stack javascript"
|
|
|
|
, "ruby"
|
|
|
|
, "rails"
|
|
|
|
, "vuejs"
|
|
|
|
, "emberjs"
|
|
|
|
, "golang"
|
|
|
|
, "linux"
|
|
|
|
, "docker"
|
|
|
|
, "google-cloud"
|
|
|
|
, "typescript"
|
|
|
|
]
|
|
|
|
, gitLink = "https://github.com/Prajjwal"
|
|
|
|
, twitter = "https://twitter.com/prajjwalsin"
|
|
|
|
}
|
2020-03-24 20:41:25 +00:00
|
|
|
, Person::{
|
|
|
|
, name = "Piyushh Bhutoria"
|
|
|
|
, tags =
|
|
|
|
[ "golang"
|
|
|
|
, "react-native"
|
|
|
|
, "full-stack developer"
|
|
|
|
, "javascript"
|
|
|
|
, "php"
|
|
|
|
, "google-cloud"
|
|
|
|
]
|
|
|
|
, gitLink = "https://github.com/Piyushhbhutoria"
|
|
|
|
, twitter = "https://twitter.com/PiyushhB"
|
|
|
|
}
|
2020-03-28 22:08:59 +00:00
|
|
|
, Person::{
|
|
|
|
, name = "Ryan Casalino"
|
|
|
|
, tags =
|
|
|
|
[ "golang"
|
|
|
|
, "react"
|
|
|
|
, "python"
|
|
|
|
, "javascript"
|
|
|
|
, "aws"
|
|
|
|
, "vue"
|
|
|
|
, "sql"
|
|
|
|
, "ruby"
|
|
|
|
, "rails"
|
|
|
|
, "flask"
|
|
|
|
, "unix"
|
|
|
|
]
|
|
|
|
, gitLink = "https://github.com/rjpcasalino"
|
|
|
|
, twitter = "N/A"
|
|
|
|
}
|
2020-03-31 18:29:36 +00:00
|
|
|
, 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_"
|
|
|
|
}
|
2020-05-24 21:13:47 +00:00
|
|
|
, Person::{
|
|
|
|
, name = "Zachary McKee"
|
|
|
|
, tags =
|
|
|
|
[ "javascipt"
|
|
|
|
, "django"
|
|
|
|
, "react"
|
|
|
|
, "postgresql"
|
|
|
|
, "firebase"
|
|
|
|
, "aws"
|
|
|
|
, "python"
|
|
|
|
, "csharp"
|
|
|
|
, "java"
|
|
|
|
, "nginx"
|
|
|
|
, "gunicorn"
|
|
|
|
]
|
2020-05-24 21:15:28 +00:00
|
|
|
, gitLink = "https://github.com/ZacharyRMcKee"
|
2020-05-24 21:13:47 +00:00
|
|
|
, twitter = "N/A"
|
|
|
|
}
|
2020-03-18 20:45:55 +00:00
|
|
|
]
|