+ Adding tagger project

This commit is contained in:
shockrah 2021-06-28 17:03:02 -07:00
parent 34d662a60a
commit 981c6d5be9

View File

@ -166,16 +166,23 @@ theme = "sada"
"Link: https://gitlab.com/shockrah/gfx-engine" "Link: https://gitlab.com/shockrah/gfx-engine"
] ]
[[params.projects.list]] [[params.projects.list]]
title = "Discord Community Manager" title = "Chatbot Game Server Cluster"
url = "https://gitlab.com/shockrah/left-coast-server-bot" url = "https://gitlab.com/shockrah/left-coast-server-bot"
bullets = [ bullets = [
"Server management bot which maintains 2 VPSs, and 4 game servers", "Game service bot which drives an AWS EC2 cluster",
"Provides chatbot services to over 100 users in the Left Coast community Discord server", "Infrastucture includes Lambda, an EC2 cluster built with Terraform, and an API Gateway",
"Written in NodeJS supported by microservices made with Rust; powered by AWS", "Bot made with Typescript, NodeJS, and managed with VectorIO, HoneyComb, and Cloudwatch",
"Logging with Honeycomb and Vector microservices",
"Link: https://gitlab.com/shockrah/left-coast-server-bot" "Link: https://gitlab.com/shockrah/left-coast-server-bot"
] ]
[[params.projects.list]]
title = "Tagger - Tag Based Database"
url = "https://gitlab.com/shockrah/left-coast-server-bot"
bullets = [
"Self hosted image database designed with ergonomic search capabilities",
"Sqlite, Python and Docker are orchestrated to deploy new builds to my personal server",
"Link: https://gitlab.com/shockrah/tagger"
]
[[params.projects.list]] [[params.projects.list]]
title = "Esports League Bot" title = "Esports League Bot"