Responsive Navbar

This site shows a bit of my personal and professional interests and projects.

Ethereal Hair Studio

In 2019 my wife decided to open her own hair studio I built the site with VS Code, HTML/CSS and Python. Here is a link to the site directly: Ethereal Hair Studio

Ethereal

MIO

My final project in my graduate program in Computer Science was a web application called MIO (Migraine Information Organizer). The project stemmed from my wife having a neurological disease called Migraine with Aura, which results in severe symptoms such as temporary loss of vision, speech disorder, cognitive and motor function issues, among others. Because this disease is essentially incurable with only so many treatment options, it's important for the person afflicted with this to track when their migraines occur to try and find potential triggers. This web based application was designed to help the user enter the severity, time, date, and potential symptoms which could have triggered it. Here is the link to review the project: MIO

FinalProject
BigDataFinalProject

Big Data Analytics

In the Spring of 2020 I took CS 650 Big Data Analytics as part of my degree, which focused on concepts, principles, and practical applications using the R programming language. I learned about analytical methods such as Linear Regression, Logistic Regression, and Decision Trees. My final project was reviewing the 2018 Federal Home Loan Housing Banks dataset and trying to find correlations in the data using regression techniques with R studio. Here is the link to review the project: CS 650 Final Project

Machine Learning

CS 616 Machine Learning course provided a basic understanding of machine learning techniques. This included using Python libraries such pandas and numpy to review large datasets and scale and train the models. My final project was analyzing a heart disease dataset provided by the Clevelend Clinic database with 14 published attributes. My goal was to analyze the data to find correlations for heart disease based on certain factors, such as high cholesterol or resting blood pressure. Here is the link to review the final project: CS 616 Final Project

MachineLearningFinalProject
mergedview

SQL - Database Design

CS 603 provided the ability to design and implement a database. Tables, views, and users were all created, data normalization was used, and an Etitiy Relational diagram was provided. Overall the experience was definitely helpful later in my career utilizing SQL as a major part of my current employment.