I'm Parvis. I'm a McMaster student in Software Engineering looking to make a difference. Feel free to look around and learn more about my work!
My Github My LinkedinI created a full stack application that serves as a social media platform. Utilizing React, Node.js, and SQL, users are able to create accounts and be administered a session token, create posts under their username, and write comments onto other posts. Insomnia was used to validate functionality between the back end and database along the way.
With the idea to learn about machine learning, I built a custom neural network from scratch using only NumPy and math to classify handwritten digits from the MNIST dataset. The dataset was imported from Kaggle, and was implemented without the use of Tensorflow or PyTorch. The model was trained and evaluated to achieve high accuracy in digit recognition.
By diving into learning about APIs, I created a Python application that connects to the Spotify API using the Spotipy library. Users are able to search for an artist and view their top tracks, which are displayed in a clean, structured table. The application implements authentication through Spotify’s API credentials and formats results for better readability.
I designed and configured a secure Amazon Web Services Virtual Private Cloud environment with a focus on network traffic flow and access control. I implemented public and private subnets, route tables, and internet gateways to control inbound and outbound traffic. I applied security groups and network access control lists to enforce layered security and restrict unauthorized access.