I'm a sophomore at the Albert Dorman Honors College of the New Jersey Institute of Technology, pursuing a Bachelor's in Computer Science and a Minor in Applied Mathematics. I actually entered college as a chemical engineering major, but realized that my passion truly lies in computer science. Feel free to explore my page and projects!
Some of my recent projects are listed below, as well as a brief description of what they do. You can fully check them out on my Github!
This is a Python data scraping program implementing BeautifulSoup to obtain the season's highest scorers from the NBA website. You can also view the best scorers from other seasons.
This website allows users to create accounts to purchase books online. All customer accounts, data, and purchases are stored in a SQL database and are queried using PHP.
This is a chat application built using HTML/CSS and connected to a MySQL database using PHP, which stores the chats and responses. AJAX is used to constantly update the page with new chats. Have it open with a person on a different computer and chat!