Projects

Path to Philosophy

Java, HTML, CSS, Javascript, Payara, MySQL, Docker

Coding challenge for company appplication where user inputs a starting Wikipedia URL and back end parses the page, clicks the first non-parenthesized link and returns a list of pages to reach the philosophy page. The subsequent path is then stored in a MySQL database.

View Running Example

View Repo on GitHub
Houston Email Data Visualization

Python, Pandas, D3.js

Coding challenge for company application where a 1.4GB CSV file is parsed and analyzed for relationships between individuals, communities, and most popular members of the group

View Repo on GitHub
Artistally

HTML, CSS, Javascript, Twitter Bootstrap, Django

Personal project. Implemented responsive front end with multiple browser support. Assisted with debugging back end. Wrote web scraper using Python and Beautiful Soup to add information to database.

View Running Example

View Repo on GitHub
Optimized Ray Tracer

C++, OpenGL, OpenMP, SSE Intrinsics

Designed and implemented a ray tracer optimized to scale 2800 times faster than the serial version with the implementation of AABB trees and usage of parallel programming languages.

View Repo on GitHub