Work Experience
Credo Semiconductor – 110 Rio Robles, San Jose, CA
Facility Intern -- September 2023 - October 2023
- Assembled server racks and hardware for demo at OCP Global Summit 2023.
- Assisted in assembly and cabling of 2000+ demo cables to be installed in server racks.
- Cables used (AEC, AOC, X-Cables, Y-Cables, Optical)
- Assisted in the preparation for the shipping and tear down of 3 racks to the show.
Projects:
Personal Discord Bot – 2022 - Present
- Developed a personal Discord bot in Replit using Python that sends messages to a Discord Server’s chat room from commands which includes a function of being able to play music in the chatroom from Youtube links.
- Integrated a Flask server to keep the bot running 24/7 – currently running in 3 servers of 50+ people.
- Incorporated API requests to gather GIFs from a collective community database.
- Utilized: Python, Youtube_dl, Discord, Flask Server, Replit
IoT Smart Garden – 2022 - 2023
- Collaborated with a team to create an automated IoT Bluetooth smart gardening system that can water plants in different zones based on certain parameters which can be controlled from an application.
- Created and managed the project timeline and schedule to keep the team on track during the project.
- Developed code for the product itself along with the app connected to it.
- Assembled components and modules on the product.
- Utilized: C++, MITappinventor
Personal Game Server – 2018 - 2019
- Created a personal game server to allow up to 10 friends to join and play together using a raspberry pi.
- Utilized port forwarding to allow remote access to the server while taking security precautions.
Python Password Manager – 2022
- Created a password manager for my friends and me using Python and SQL.
- Passwords and login information are stored in MariaDB.
- Utilized PBKDF2 to derive a 256 bit key from the master password and device secret to use with AES-256 encryption/decryption.