All these projects can be found in the GitHub repository here.
A forums system for a tabletop game I created some time ago. You can explore the website I made right here! I built an Oauth2 server for security.
It was made with Spring Boot and AngularJS
This Java application was made with a weird mixture of AWT and Swing. It uses a simple ai to act as an opponent for the player.
I built it a few years ago on my own time.
This application was built with Matlab. It takes in an image, ideally of a piece of paper on a black background, and finds the edges of that image.
Originally this was a school project that I updated with a GUI and the ability to select which file the program analyzes
This Java application uses AWT for its GUI. It takes in an IP address and a routing table, and returns a binary network, address and mask.
A basic rest repository made using Spring Boot and AngularJS. This application takes in Account objects and stores them on an h2 server.
It also uses CORS so that the frontend is on a different port than the backend.
This is an online chess game made with Spring Boot that you can play right here! The game is designed
to be played by two players and also features a chat function. You can play it on this website, assuming you have a friend. The github version of this app uses h2, the one on this site uses Postgres.