Alongside my interest in data collection and analysis, I found enjoyment in the process of building and deploying a website. The data portion of most projects can often be the simple part, whereas being able to visualize the information and put it where others can see it is surprisingly challenging. Below are the biggest projects I've worked on since I began my coding journey.

The first thing that will probably come to mind is that none of these projects are centered around topics that one would typically consider professional. My goal in many cases was to learn and develop new skills, and so for the content I simply used existing interests and hobbys. While the topics might be trading cards or video games, I hope anyone looking at these in a professional sense will note the evolution of my communication skills, as well as how I used these projects to develop my capability in tools like SQL, Tableau, and common Python data analytics libraries.

Website Thumbnail
DoombladeMTG.com (2024)

Wesbsite I built as part of a challenge on a message board for a trading card game.

  • To build this site, I collected, aggregated, and cleaned data pulled from an API using Python.
  • I then built the front end using Flask, a python library for integrating python with typical front end Javascript/HTML/CSS
  • The site is hosted on Vercel, a cloud platform providing hosting solutions for dynamic websites and web applications.
Visit Site
Website Thumbnail
CrossTraining Application (2023)

WebApp for Engineers to log cross-training time

  • Utilized Flask, a python library for bridging python with typical front end web development code
  • Converted to local application so it could be run only with local network access (not currently online)
  • Detected user info and provided simple form for user input
  • Tabulated data by date, shop, or engineer, in an easily readable or downloaded format
No Demo Available
Website Thumbnail
Samsite-Statcheck (2020-2022)

Web Scraping and Data Analytics website centering around professional video games

  • Developed for the purposes of growing my data analytics and communication skills
  • Features Tableau data from SQL Database
  • Data aggregated using Python web scraping tools and Pandas library
  • Built using Angular Web Framework
  • Hosted on Google Firebase
Visit Site
Website Thumbnail
Dnd.Samsite.io (2019)

First Web development project for skill growth, based around Dungeons & Dragons TTRPG

  • First web development project
  • Exploration of skills like back end data management and persisting user data across states
  • Exploration of general web design and CSS principles
  • Create understanding of user authorization tools
  • Built on the Angular Web framework
  • Hosted on Google Firebase
Visit Site