Merge branch 'master' of gitlab.com:shockrah/resume

This commit is contained in:
shockrah 2021-05-31 16:11:14 -07:00
commit c219d59a65

View File

@ -140,13 +140,23 @@ theme = "sada"
]
[[params.projects.list]]
title = "Homebrew Operating system"
url = "https://gitlab.com/shockrah/jankos"
title = "Discord Community Manager"
url = "https://gitlab.com/shockrah/left-coast-server-bot"
bullets = [
"x86 operating system written from scratch",
"Engineered with C, assembly, and debugged with tools such as Cutter and Bochs",
"ISO files are automatically built with Gitlab CI pipelines",
"Link: https://gitlab.com/shockrah/jankos"
"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",
"Written in NodeJS supported by microservices made with Rust; powered by AWS",
"Logging with Honeycomb and Vector microservices",
"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]]
@ -158,6 +168,15 @@ theme = "sada"
"Link: https://gitlab.com/shockrah/wifi-sens"
]
[[params.projects.list]]
title = "Generative Art Samples"
url = "https://gitlab.com/shockrah/generative-art"
bullets = [
"Artistic visualizations constructed in Javascript to explore interesting mathematical concepts",
"Utilizes P5JS to deliver beautifully rendered visualizations in any browser",
"Link: https://gitlab.com/shockrah/generative-art"
]
[[params.projects.list]]
title = "Graphics Engine"
url = "https://gitlab.com/shockrah/gfx-engine"
@ -179,12 +198,13 @@ theme = "sada"
]
[[params.projects.list]]
title = "Generative Art Samples"
url = "https://gitlab.com/shockrah/generative-art"
title = "Homebrew Operating system"
url = "https://gitlab.com/shockrah/jankos"
bullets = [
"Artistic visualizations constructed in Javascript to explore interesting mathematical concepts",
"Utilizes P5JS to deliver beautifully rendered visualizations in any browser",
"Link: https://gitlab.com/shockrah/generative-art"
"x86 operating system written from scratch",
"Engineered with C, assembly, and debugged with tools such as Cutter and Bochs",
"ISO files are automatically built with Gitlab CI pipelines",
"Link: https://gitlab.com/shockrah/jankos"
]