A web application to help your loved ones find a nursing home. Developed using a Node/Express backend and React frontend. A MySQL instance was hosted on AWS. Data was collected from the Centers for Medicare & Medicaid Services and consisted of over 100,000 rows. https://github.com/tommyyong93/NurseNextDoor
A web application, developed using the Django framework with a SQLite database, to help keep track of job applications and to streamline the recruitment process. Keep all the dates of your applications in one place and add detailed notes to each job application. Visualize you recruitment process with an auto-generated sankey diagram. https://www.trackmyjobs.io/
A website that displays up-to-date data on the COVID-19 virus. Charts and graphs are plotted using Plotly and deployed through Dash/Heroku. https://covid19dashtommy.herokuapp.com/
A website that displays up-to-date cryptocurrency news and prices fetching data from an API. Candlestick charts are plotted using Bokeh, retrieving live data from Yahoo finance. Developed using Python and Django. https://tommycryptonews.herokuapp.com/
A lightweight webcam motion detector program using OpenCV which plots the time of when objects are detected in Bokeh. https://github.com/tommyyong93/WebcamMotionDetector
A simple GUI coded in Python using Tkinter that calculates mineral formulas from oxide weight percents. Very useful for data obtained through electron microprobe analysis. Requires knowledge of the number of oxygen atoms in formula. Download also available at https://github.com/tommyyong93/Formula.