From 19d67f75238a81c527318b25ca538efbf60f1265 Mon Sep 17 00:00:00 2001 From: shockrah Date: Mon, 25 Oct 2021 19:53:26 -0700 Subject: [PATCH] * Breaking projects into their own modules Doing this to get moar control over the sub-sections in projects --- content/projects.md | 17 ----------------- content/projects/clippable.md | 23 +++++++++++++++++++++++ content/projects/freechat.md | 10 ++++++++++ 3 files changed, 33 insertions(+), 17 deletions(-) delete mode 100644 content/projects.md create mode 100644 content/projects/clippable.md create mode 100644 content/projects/freechat.md diff --git a/content/projects.md b/content/projects.md deleted file mode 100644 index bc2218d..0000000 --- a/content/projects.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -title: Projects ---- - -{{< embed - link="https://freechat.shockrah.xyz" - img="https://freechat.shockrah.xyz/bear.gif" - title="Freechat - FOSS Decentralized Chatting" - color="#c81d8d" ->}} - -{{< embed - link="https://shockrah.gitlab.io/clippable" - img="https://shockrah.gitlab.io/clippable/images/og-bg.jpg" - title="Clippable - A self hosted solution for sharing clips" - color="#4dc09f" ->}} diff --git a/content/projects/clippable.md b/content/projects/clippable.md new file mode 100644 index 0000000..63cf9b7 --- /dev/null +++ b/content/projects/clippable.md @@ -0,0 +1,23 @@ ++++ +link="https://shockrah.gitlab.io/clippable" +img="https://shockrah.gitlab.io/clippable/images/og-bg.jpg" +title="Clippable" +slogan="A self hosted video streaming" ++++ + +Designed and architected a cost effective scalable video streaming +platform. Implemented deployment automation systems which reduce +standard server maintainence to a single command. Reduced operational +costs by evaluating optimal EC2 instance for the given network load. + + +Used the following tools: +* Gitlab +* Ansible +* Rust +* Tera Templating Engine +* Typescript/Node +* AWS +* Terraform + + diff --git a/content/projects/freechat.md b/content/projects/freechat.md new file mode 100644 index 0000000..15bb68e --- /dev/null +++ b/content/projects/freechat.md @@ -0,0 +1,10 @@ ++++ +link="https://freechat.shockrah.xyz" +img="https://freechat.shockrah.xyz/bear.gif" +title="Freechat" +slogan="FOSS Decentralized Chatting" +color="#c81d8d" ++++ + +Developed a scalable decentralized chat platform. Designed and documented +asynchronous API protocol.