From 9105834d75c8070134f1e629068bb87c11909ea1 Mon Sep 17 00:00:00 2001 From: DDR Date: Mon, 25 May 2020 22:54:14 -0700 Subject: [PATCH] Update signalboost.dhall, adding DDR as a job-seeker. --- signalboost.dhall | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/signalboost.dhall b/signalboost.dhall index c64d2c3..97c2e0d 100644 --- a/signalboost.dhall +++ b/signalboost.dhall @@ -49,6 +49,27 @@ in [ Person::{ , gitLink = "https://github.com/euforic" , twitter = "https://twitter.com/euforic" } + , 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" + } , Person::{ , name = "Jamie Bliss" , tags = [ "python", "devops", "full-stack", "saltstack", "web", "linux" ]