* Breaking projects into their own modules
Doing this to get moar control over the sub-sections in projects
This commit is contained in:
parent
56543d16b6
commit
19d67f7523
@ -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"
|
|
||||||
>}}
|
|
23
content/projects/clippable.md
Normal file
23
content/projects/clippable.md
Normal 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
|
||||||
|
|
||||||
|
|
10
content/projects/freechat.md
Normal file
10
content/projects/freechat.md
Normal 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.
|
Loading…
Reference in New Issue
Block a user