top of page

Raspberry Pi Honey Pot
 

I configured a Model 4 Raspberry Pi to capture potentially malicious internet traffic. While it was connected to my Local Area Network, I captured over 20 unique IPV4 addresses using Telnet and the Cowrie Honey Pot.

image.png

Game of Life Simulator
 

I recreated Conway's Game of Life Simulator using Java with another student. The simulation was implemented via an MVC framework where the main function was executed in the Model class. We used various algorithms to create different generations of "cells" within a 2D-Array.

image.png

My Projects
 

I connected to MongoDB to create a reactive bagel shop with a variety of selections. Using Java, Spring Boot, and basic JSON, I was able to give properties to the bagels. These properties included price, type, quantity, etc.

Spring Boot & MongoDB Application
 

image_edited.jpg
bottom of page