-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhexcord.html
More file actions
41 lines (40 loc) · 1.56 KB
/
hexcord.html
File metadata and controls
41 lines (40 loc) · 1.56 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
---
title: Harrison Favour (Hexcord)
layout: default
---
<section>
<header>
<h1>Hexcord</h1>
</header>
<aside class="section__aside">
<span>HEXCORD</span>
</aside>
<article>
<h2>Video Content Creation Tool (Coming Soon)</h2>
<p>
Have you ever wanted to quickly create video content without going through the hassle of installing one software
after the other and learning how to use those specific softwares?
Hexcord is being built as a simple to use tool for creating presentations and tutorial videos and basically just
recording anythingg that is on your computer screen including your face if you want that.
It is presented as a simple to install browser extension with very minimal configurations.
</p>
<p>
Hexcord is being built with Golang for the backend with Rabbit MQ for messaging and Firebase to push
notifications.
The front-end is built with React while the chrome extension is a combination of regular HTML, JavaScript, CSS.
</p>
<h3>What did I do you ask?</h3>
<p>
I worked with Golang for the backend with a MongoDB database and React for the front-end. The chrome extension was
built with vanilla JavaScript.
Here are a list of things that I did:
<ul>
<li>architected the product from start and still architecting,</li>
<li>worked on features for the product,</li>
<li>worked on deployments and integrations,</li>
<li>proper use of version controls, and</li>
<li>fixing bugs as they arise.</li>
</ul>
</p>
</article>
</section>