blob: c16c1fbaa8068949eb652d1c172bd3866bf6b41b (
plain)
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
42
43
44
45
46
47
48
49
50
51
|
<h3>Projects</h3>
<hr>
<table>
<tbody>
<tr>
<td><strong>Gitlytics</strong> <span>|</span>
<em>Python, Flask, React, PostgreSQL,
Docker</em>
</td>
<td style="text-align: right;">June 2020 – Present</td>
</tr>
</tbody>
</table>
<ul>
<li>Developed a full-stack web application using with
Flask serving a REST API with React as the frontend
</li>
<li>Implemented GitHub OAuth to get data from user’s
repositories
</li>
<li>Visualized GitHub data to show collaboration
</li>
<li>Used Celery and Redis for asynchronous tasks
</li>
</ul>
<table>
<tbody>
<tr>
<td><strong>Simple Paintball</strong>
<span>|</span>
<em>Spigot API, Java, Maven, TravisCI,
Git</em>
</td>
<td style="text-align: right;">May 2018 – May 2020</td>
</tr>
</tbody>
</table>
<ul>
<li>Developed a Minecraft server plugin to entertain
kids during free time for a previous job
</li>
<li>Published plugin to websites gaining 2K+ downloads
and an average 4.5/5-star review
</li>
<li>Implemented continuous delivery using TravisCI to
build the plugin upon new a release
</li>
<li>Collaborated with Minecraft server administrators to
suggest features and get feedback about the plugin
</li>
</ul>
|