Create projects pages
This commit is contained in:
parent
3b93306d93
commit
7f515cdc85
8
content/projects/Gitlytics.md
Normal file
8
content/projects/Gitlytics.md
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
---
|
||||||
|
title: Gitlytics
|
||||||
|
tags: ["Python", "Flask", "React", "PostgreSQL", "Docker"]
|
||||||
|
---
|
||||||
|
- Developed a full-stack web application using with Flask serving a REST API with React as the frontend
|
||||||
|
- Implemented GitHub OAuth to get data from user’s repositories
|
||||||
|
- Visualized GitHub data to show collaboration
|
||||||
|
- Used Celery and Redis for asynchronous tasks
|
8
content/projects/Paintball.md
Normal file
8
content/projects/Paintball.md
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
---
|
||||||
|
title: Simple Paintball
|
||||||
|
tags: ["Spigot API", "Java", "Maven", "TravisCI", "Git"]
|
||||||
|
---
|
||||||
|
- Developed a Minecraft server plugin to entertain kids during free time for a previous job
|
||||||
|
- Published plugin to websites gaining 2K+ downloads and an average 4.5/5-star review
|
||||||
|
- Implemented continuous delivery using TravisCI to build the plugin upon new a release
|
||||||
|
- Collaborated with Minecraft server administrators to suggest features and get feedback about the plugin
|
@ -1,51 +1,17 @@
|
|||||||
|
{{ with .Site.GetPage "/projects" }}
|
||||||
<h3>Projects</h3>
|
<h3>Projects</h3>
|
||||||
<hr>
|
<hr>
|
||||||
|
{{ range .Pages }}
|
||||||
<table>
|
<table>
|
||||||
<tbody>
|
<tbody>
|
||||||
<tr>
|
<tr>
|
||||||
<td><strong>Gitlytics</strong> <span>|</span>
|
<td><strong>{{ .Title }} </strong><span>|</span>
|
||||||
<em>Python, Flask, React, PostgreSQL,
|
<em>{{ range $i, $e := .Params.tags -}}{{- if $i -}}, {{ end -}}{{ . }}{{- end -}}</em>
|
||||||
Docker</em>
|
|
||||||
</td>
|
</td>
|
||||||
<td style="text-align: right;">June 2020 – Present</td>
|
<td style="text-align: right;">June 2020 – Present</td>
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
<ul>
|
{{ .Content }}
|
||||||
<li>Developed a full-stack web application using with
|
{{ end }}
|
||||||
Flask serving a REST API with React as the frontend
|
{{ end }}
|
||||||
</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>
|
|
Loading…
Reference in New Issue
Block a user