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.