aboutsummaryrefslogtreecommitdiff
path: root/exampleSite/content/projects
diff options
context:
space:
mode:
Diffstat (limited to 'exampleSite/content/projects')
-rw-r--r--exampleSite/content/projects/Gitlytics.md11
-rw-r--r--exampleSite/content/projects/Paintball.md11
2 files changed, 22 insertions, 0 deletions
diff --git a/exampleSite/content/projects/Gitlytics.md b/exampleSite/content/projects/Gitlytics.md
new file mode 100644
index 0000000..52819c6
--- /dev/null
+++ b/exampleSite/content/projects/Gitlytics.md
@@ -0,0 +1,11 @@
+---
+title: Gitlytics
+weight: 1
+tags: ["Python", "Flask", "React", "PostgreSQL", "Docker"]
+start_date: 2020-06-01
+end_date :
+---
+- 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 \ No newline at end of file
diff --git a/exampleSite/content/projects/Paintball.md b/exampleSite/content/projects/Paintball.md
new file mode 100644
index 0000000..1b57d5d
--- /dev/null
+++ b/exampleSite/content/projects/Paintball.md
@@ -0,0 +1,11 @@
+---
+title: Simple Paintball
+weight: 2
+tags: ["Spigot API", "Java", "Maven", "TravisCI", "Git"]
+start_date: 2018-05-01
+end_date : 2020-05-01
+---
+- 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