IHCS: Integrated Hybrid Cleaning System

IHCS is a data cleaning system built in my Data Cleaning and for Machine Learning Course. The purpose of this project was to provide a fast data cleaning tool using Markov Logic Network rules. While also being of easy access to people new to data cleaning and providing a constant resource to the data cleaning functionality. I mainly worked on the frontend of this project and built the connection between the frontend and backend using the view and viewmodel system. The program was written in python and used pyqt for the UI

https://github.com/ZacheyMIX/IHCS

Canvas LMS Relational Database

This is a project I worked on in my Database Course. In this program I helped develop a relational database that keeps track of school records, such as: Administrators, Teachers, Students, Classes, Grades, Assignments, Etc. And it was brought to life through C#, Scaffolding and LINQ practices.

Social Media Art App

An app I helped develop in my android studio class. Primarily written in Kotlin and displayed in Compose, this app would allow the user to create artwork using a variety of drawing tools and publish them onto a firebase cloud storage that other users could see.

Multiplayer Snake Game Server and Client

Made in Software Practice 1 and written in C#, I helped develop an online server for a multiplayer snake game for both the host and client side. The server would allow any number of players to join in a snake style battle royale.