* Breaking projects into their own modules

Doing this to get moar control over the sub-sections in projects
This commit is contained in:
shockrah 2021-10-25 19:53:26 -07:00
parent 56543d16b6
commit 19d67f7523
3 changed files with 33 additions and 17 deletions

View File

@ -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"
>}}

View File

@ -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

View File

@ -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.