diff --git a/config.toml b/config.toml index e521bbd..1d7d46a 100644 --- a/config.toml +++ b/config.toml @@ -166,16 +166,23 @@ theme = "sada" "Link: https://gitlab.com/shockrah/gfx-engine" ] [[params.projects.list]] - title = "Discord Community Manager" + title = "Chatbot Game Server Cluster" url = "https://gitlab.com/shockrah/left-coast-server-bot" bullets = [ - "Server management bot which maintains 2 VPS’s, and 4 game servers", - "Provides chatbot services to over 100 users in the Left Coast community Discord server", - "Written in NodeJS supported by microservices made with Rust; powered by AWS", - "Logging with Honeycomb and Vector microservices", + "Game service bot which drives an AWS EC2 cluster", + "Infrastucture includes Lambda, an EC2 cluster built with Terraform, and an API Gateway", + "Bot made with Typescript, NodeJS, and managed with VectorIO, HoneyComb, and Cloudwatch", "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]] title = "Esports League Bot"