Software Projects

Below you'll find links to some of my personal software projects. Code is provided with instructions to run them. If you are interested in projects I've worked on with teams, you can contact me at [email protected].

Portfolio

Portfolio
September 2024

I already learned HTML and CSS a few years back when I was first interested in building a website, but as I was busy with juggling 19 credit hours and a tutoring job I never got around to it. But now I finally have the time!

Network Sockets

Network Sockets
April 2024

This project was originally for a class of mine, CS 4390 Computer Networking. The goal of this project was to learn how two programs can interact via the internet. I designed both a client and a server, both written in Python using the socket module.

Iris Detect

Iris Detect
March 2024

This is a simple project meant to teach me how to build a neural network. I was in a class on the application of AI and machine learning, when half way through the semester we had to learn about building neural networks. Before starting this project I thought, "wait, I also need to practice some PostgreSQL," and thus this project was created.