From 40edc2ff84eedbe678d06919d6a347fc04fe9f36 Mon Sep 17 00:00:00 2001 From: shockrah Date: Thu, 1 Apr 2021 03:01:23 -0700 Subject: [PATCH] Added new features in FC --- config.toml | 23 ++++++++++++++++------- 1 file changed, 16 insertions(+), 7 deletions(-) diff --git a/config.toml b/config.toml index 727d800..d17a9d8 100644 --- a/config.toml +++ b/config.toml @@ -133,8 +133,10 @@ theme = "sada" url = "https://gitlab.com/shockrah/freechat" bullets = [ "Multi-platform responsive web application written with NodeJS, HTML, SASS, and Rust", - "Designed a REST API and delivered RTC notifications via websockets", + "Supports, multi-channel text chat and file upload similar to Slack/Discord", + "Real-time communication support built with a client friendly API", "Built automated tests and streamlined deployment with Gitlab’s CI/CD system", + "Link: https://gitlab.com/shockrah/freechat" ] [[params.projects.list]] @@ -143,7 +145,9 @@ theme = "sada" 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" + "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]] @@ -151,7 +155,8 @@ theme = "sada" url = "https://gitlab.com/shockrah/wifi-sens" bullets = [ "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" ] [[params.projects.list]] @@ -159,7 +164,8 @@ theme = "sada" 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" + "Utilizes P5JS to deliver beautifully rendered visualizations in any browser", + "Link: https://gitlab.com/shockrah/generative-art" ] [[params.projects.list]] @@ -167,7 +173,8 @@ theme = "sada" url = "https://gitlab.com/shockrah/gfx-engine" bullets = [ "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" ] @@ -177,7 +184,8 @@ theme = "sada" 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" + "ISO files are automatically built with Gitlab CI pipelines", + "Link: https://gitlab.com/shockrah/jankos" ] @@ -187,7 +195,8 @@ theme = "sada" bullets = [ "Minimalistic blog I launched covering a range of topics from technology to personal endeavours", "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" ]