Home Projects Education Contact

Flask Python Website

July 2022

This is my flask website repository. It contains my new site you are currently viewing on your browser! I re-launched in July 2022 with the goal of being a central hub to host my portfolio. In addition to having this flask site, I plan on creating more sites with Django and react frameworks in the future.

Access the website here: Github.

Hackaton - Webscrapper

Spring 2020

Through the Minority Programmers Association(MPA), myself and four other developers participated in a hackathon through the MPA program virtually through the James Madison University. We received an honorable mention here.

Access the WebScrapper here: Github.

Image from source.

Tracing Game

Summer 2019

This is my tracing game made in python using the pygames library. The screenshot on the left is the start menu. The goal of the game is to trace images from memory. The game was inspired from a Calligraphy quest in the game WoW.

Access the Tracing Game here: Github.

Discord Bot - API

Winter 2019

Since discord is a daily part of my life, I decided to try using the API. The discord bot uses the integrated API through the developer app portal and connects to my personal server. I mainly created this project to work with external APIs and implement asynch client / host connectivity.

Access the Discord Bot here: Github.

CSCI 2021 Projects [private]

Fall 2019

During my time in college at the UofM, CSCI2021 was definitely the hardest course I took. I made a lot of great friends and want to tribute it here. This specific project was the second one in the course and dealt with bit-level operations in the C programming language. We wrote code to simulate a clock changing its time through different bit positions. This program involved bit shifting, calling C structs, and manipulating the use of an array. I wrote this project in C and the assembly language.

The public may not access these projects - they're currently private repos; however, I'm open to sharing it upon special requests.