Adding description for league bot project

This commit is contained in:
shockrah 2021-04-21 01:29:40 -07:00
parent 40edc2ff84
commit 27e2689687

View File

@ -129,75 +129,83 @@ theme = "sada"
title = "Projects" title = "Projects"
[[params.projects.list]] [[params.projects.list]]
title = "Freechat - A FOSS Decentralized Chat Platform" title = "Freechat - A FOSS Decentralized Chat Platform"
url = "https://gitlab.com/shockrah/freechat" url = "https://gitlab.com/shockrah/freechat"
bullets = [ bullets = [
"Multi-platform responsive web application written with NodeJS, HTML, SASS, and Rust", "Multi-platform responsive web application written with NodeJS, HTML, SASS, and Rust",
"Supports, multi-channel text chat and file upload similar to Slack/Discord", "Supports, multi-channel text chat and file upload similar to Slack/Discord",
"Real-time communication support built with a client friendly API", "Real-time communication support built with a client friendly API",
"Built automated tests and streamlined deployment with Gitlabs CI/CD system", "Built automated tests and streamlined deployment with Gitlabs CI/CD system",
"Link: https://gitlab.com/shockrah/freechat" "Link: https://gitlab.com/shockrah/freechat"
] ]
[[params.projects.list]] [[params.projects.list]]
title = "Discord Community Manager" title = "Discord Community Manager"
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", "Server management bot which maintains 2 VPSs, and 4 game servers",
"Provides chatbot services to over 100 users in the Left Coast community Discord server", "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", "Written in NodeJS supported by microservices made with Rust; powered by AWS",
"Logging with Honeycomb and Vector microservices", "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 = "Esports League Bot"
url = "https://gitlab.com/shockrah/league-bot"
bullets = [
"Implemented league generator and scheduler engine with Python",
"Support for multiple independent leagues constructed with NoSQL database",
"Backpressure mitigated through asynchronous code architecture"
]
[[params.projects.list]] [[params.projects.list]]
title = "ESP8266 Promiscuous Wifi Detection" title = "ESP8266 Promiscuous Wifi Detection"
url = "https://gitlab.com/shockrah/wifi-sens" url = "https://gitlab.com/shockrah/wifi-sens"
bullets = [ bullets = [
"Simplified a reverse-engineered C API with a refined abstraction layer in C++", "Simplified a reverse-engineered C API with a refined abstraction layer in C++",
"Collaborated on research to design a platform whose cost was projected to $10/unit", "Collaborated on research to design a platform whose cost was projected to $10/unit",
"Link: https://gitlab.com/shockrah/wifi-sens" "Link: https://gitlab.com/shockrah/wifi-sens"
] ]
[[params.projects.list]] [[params.projects.list]]
title = "Generative Art Samples" title = "Generative Art Samples"
url = "https://gitlab.com/shockrah/generative-art" url = "https://gitlab.com/shockrah/generative-art"
bullets = [ bullets = [
"Artistic visualizations constructed in Javascript to explore interesting mathematical concepts", "Artistic visualizations constructed in Javascript to explore interesting mathematical concepts",
"Utilizes P5JS to deliver beautifully rendered visualizations in any browser", "Utilizes P5JS to deliver beautifully rendered visualizations in any browser",
"Link: https://gitlab.com/shockrah/generative-art" "Link: https://gitlab.com/shockrah/generative-art"
] ]
[[params.projects.list]] [[params.projects.list]]
title = "Graphics Engine" title = "Graphics Engine"
url = "https://gitlab.com/shockrah/gfx-engine" url = "https://gitlab.com/shockrah/gfx-engine"
bullets = [ bullets = [
"Platform agnostic graphics engine built with modularity in mind", "Platform agnostic graphics engine built with modularity in mind",
"Implemented in C++ utilizing SDL2 on the backend", "Implemented in C++ utilizing SDL2 on the backend",
"Link: https://gitlab.com/shockrah/gfx-engine" "Link: https://gitlab.com/shockrah/gfx-engine"
] ]
[[params.projects.list]] [[params.projects.list]]
title = "Homebrew Operating system" title = "Homebrew Operating system"
url = "https://gitlab.com/shockrah/jankos" url = "https://gitlab.com/shockrah/jankos"
bullets = [ bullets = [
"x86 operating system written from scratch", "x86 operating system written from scratch",
"Engineered with C, assembly, and debugged with tools such as Cutter and Bochs", "Engineered with C, assembly, and debugged with tools such as Cutter and Bochs",
"ISO files are automatically built with Gitlab CI pipelines", "ISO files are automatically built with Gitlab CI pipelines",
"Link: https://gitlab.com/shockrah/jankos" "Link: https://gitlab.com/shockrah/jankos"
] ]
[[params.projects.list]] [[params.projects.list]]
title = "Personal Blog" title = "Personal Blog"
url = "https://gitlab.com/shockrah/shockrah-city" url = "https://gitlab.com/shockrah/shockrah-city"
bullets = [ bullets = [
"Minimalistic blog I launched covering a range of topics from technology to personal endeavours", "Minimalistic blog I launched covering a range of topics from technology to personal endeavours",
"Markdown compiler improved pages by generating slimmer HTML output", "Markdown compiler improved pages by generating slimmer HTML output",
"Improved deployment times by writing a custom Docker image", "Improved deployment times by writing a custom Docker image",
"Link: https://gitlab.com/shockrah/shockrah-city" "Link: https://gitlab.com/shockrah/shockrah-city"
] ]
# Skills section # Skills section