Portfolio

If you would like to see more portfolio work please feel free to email me, most of my code is posted on Github.
Website

This website has Java embedded in html, CSS, downloadble .pdfs, multiple pages, hover over link indications, scroll to top buttons, multi-platform viewability and other features. The website is registered with Google domains and hosted on Github.

View Page Code
MailMerge Vba Macro

This VBA macro was used to take Excel data, inserting selected data into documents using mail merge and printing the documents into PDF format while naming the document based on Excel data.

View VBA Code
Covid-19 Interactive Map

Built using Jupyter Notebooks and Python language, I pulled data from the CDC, proccessed it and created an interactive map detailing states and deaths from Covid-19. I also added shading to represent death count and waypoints to reflect information.

View Code & Map
Quicksort algorithm

Using Java language and Jeliot 3.0 wrote a Quicksort algoritm that was significantly more effective of sorting an array of a randomized set of 20 integers versus using an Insertsort method.

View Code
Toronto Neighborhood Interactive map

Built using Jupyter Notebooks and Python language, I pulled Toronto data, processed it and created an interactive map highlighting neighboroods and waypoints to reflect information.

View Code and Map
Chicago Impact Report

Built an impact report proving a non-profit has a minimal expected impact of $1.1 million dollars and a maximum impact of $7.1 million for the commuinities they are serving.

View Impact Report