Here is a my resume of all my coding experience including programs,
and college classes with greater detail. (Click Image to Download)
2024 NBA Finals Prediction Project
After learning topics like Data Curation, Data Exploration, Decision Trees, and Regression. We were tasked with creating a Data Science project. I was grouped with people who also found the NBA interesting. As a team, we broke down the data and used libraries like Pandas and Matplotlib to visualize the code, draw data from the CSV file, and find data that would be useful when figuring out who would win the 2024 Finals.
Encryption/Decryption Project
This project is a Java-based encryption and decryption program that simulates core ideas from block cipher cryptography.
It takes a text file, converts it into binary, and encrypts it using a custom key scheduling system, XOR operations, substitution with S-boxes, and permutation rounds.
The program supports both encryption and decryption modes, turning encrypted binary back into readable text.
It demonstrates low-level binary manipulation, file handling, and the use of stacks and queues to manage cryptographic operations.