aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dhall/signalboost.dhall20
1 files changed, 20 insertions, 0 deletions
diff --git a/dhall/signalboost.dhall b/dhall/signalboost.dhall
index 9e1368e..ebb5832 100644
--- a/dhall/signalboost.dhall
+++ b/dhall/signalboost.dhall
@@ -295,4 +295,24 @@ in [ Person::{
, Link::{ url = "https://github.com/transfaeries", title = "GitHub" }
]
}
+ , Person::{
+ , name = "İlteriş Eroğlu"
+ , tags =
+ [ "sysadmin"
+ , "infrastructure engineering"
+ , "CI/CD"
+ , "Bash"
+ , "Python"
+ , "JavaScript"
+ , "Ansible"
+ , "L7 Load Balancing"
+ , "NGINX"
+ , "Node.js"
+ , "full-stack"
+ ]
+ , links =
+ [ Link::{ url = "https://linuxgemini.space", title = "Website" }
+ , Link::{ url = "https://github.com/linuxgemini", title = "GitHub" }
+ ]
+ }
]