Download Resume (.docx)
Download Resume (.pdf)

Personal Projects


django_react_image

Spry Stock
Full-Stack Web Application

Description:
Full stack React-Django web application

Purpose:
Monitors inventory and quantities in-stock of Nena & Co. luxury bags.

Implemented Features:

  • Automated web-scraping to monitor stock & quantities available
  • SMS messaging for registered users via the Twilio API
  • Email notifications on restocks and newly sold-out items
  • Dynamically generated URLS to provide checkout shortcuts

Tech Stack:
Django, React, JavaScript, Bootstrap, MySQL, Celery, Redis

Spry Stock Repository: https://github.com/lucidityflows/sprystock

Website:
sprystock.com

django_logo_image

Help Without Judgment
Full-Stack Web Application

Description:
Full stack Django web application

Purpose:
Users can create & fulfill one-time volunteering request in their local community.

Implemented Features:

  • CRUD management of current and past volunteer requests
  • User Accounts & OAuth 2.0 login with Google & Facebook
  • User-to-User messaging & Inbox
  • Charity Navigator API integration for local non-profit lookup
  • Public REST API for sharing non-confidential information

Tech Stack:
Django, Python, JavaScript, Bootstrap, MySQL, Redis

Help Without Judgment Repository: https://github.com/lucidityflows/help-without-judgment

Website:
helpwithoutjudgment.com

java_logo_image

MQTT Listener
Backend Application

Description:
Java application using the Maven framework

Purpose:
Listens to MQTT topics related to animals & resends messages to a test API.

Implemented Features:

  • Connects to Mosquito Test Broker to receive messages
  • Received messages retransmitted via HTTPS to a cloud server test API
  • Multi-threading for efficiency

Tech Stack:
Java, Maven, MQTT

MQTT Listener Repository: https://github.com/lucidityflows/mqtt-listener

python_logo_image

Diagnostic Helper
Backend Application

Description:
Python application

Purpose:
Performs timed diagnostic tests & results are sent to a test API

Implemented Features:

  • ‘Daily Diagnostic’ tests on memory, storage, integer, float, & prime number search
  • ‘Heartbeat’ for current latitude, longitude, battery percentage & minutes of battery
  • Test results transmitted via HTTPS to a cloud server test API

Tech Stack:
Python

Diagnostic Helper Repository: https://github.com/lucidityflows/diagnostic-helper