Hi, my name is
I am in my final year of pursuing a degree in Computer Science at Oregon State University. Over the last two years of my college career, I've found a passion for Software Development. From the front-end to the back-end, I love being able to come up with new solutions and working with a team to find them.
During the Summer of 2023, I was fortunate enough to work with Harder Mechanical Contractors on their inventory and billing applications. Through this internship, I gained a lot of knowledge on the importance of the Software Development Process and was able to sharpen my skills with the Agile Model. I also got to work with various teams from UI to Database Management.
Besides Coding I really enjoy the sport of Powerlifting. It's not only a sport to me, but a way for me to connect with other people that also use the gym as a stress reliever. I have been training the Squat, Bench, and Deadlift since about 2019 and was able to compete in the Oregon State Championship in December of 2023.
HTML
CSS
Javascript
React JS
Tailwind
Go
Python
Fast API
Node JS
Express JS
MongoDB
SQL
Git
Postman
Vercel
VS Code
Users can explore and shop for athletic supplements with features such as login, product search, different categories of items, product pages with reviews, a shopping cart, and a secure checkout process. Secured using JWT in a custom built REST API.
Website for the Society of Hispanic Professional Engineers at Oregon State University. The platform offers real-time updates, an events calendar, and insights into officers. A go-to hub for students to stay connected and informed about SHPE activities.
This application combines a customer-friendly voting and feedback interface with a secure backend for data management and storage. It allows customers to vote and provide feedback, while ensuring data security and providing admin authentication for result viewing.
Smallsh is a simple Linux shell designed to handle commands by creating new processes. It provides support for input and output redirection, as well as the ability to run commands in both foreground and background. Additionally, Smallsh includes custom signal handling for SIGINT (interrupt) to gracefully kill child foreground processes and SIGTSTP (stop) for disabling and reenabling background processes. Dockerized for easy deployment.