Welcome to my portfolio! Explore my resume, browse through my projects, and feel free to reach out if you have any questions or opportunities in mind. Thank you for visiting!
Experience
Software Engineering Intern
Software Engineering Intern
Veeder-RootSimsbury, CTMay 2024 – August 2024
Enhanced TLS-450 security by auditing SSH configurations and replacing 14 insecure algorithms with modern, industry-standard alternatives.
Enforced encrypted HTTPS connections on TLS-450 Web Interface cookies, ensuring secure data transmission.
Increased session ID security by implementing a CSPRNG, raising entropy to 117 bits and passing validation with Burp Suite.
Standardized credential input validation across the GUI and WebUI by implementing RegEx tied to the system's SQLite backend.
IT Intern
IT Intern
Lavner EducationHouston, TXJune 2023 – August 2023
Designed and delivered IT-related concepts including machine learning, robotics, and programming to camp attendees, sparking interest in STEM and problem-solving.
Utilized web-based AI tools such as "Teachable Machine" and OpenAI to effectively teach machine learning concepts. Instructed in Python, Java, and Scratch to enhance coding skills.
Facilitated camp attendees in creating video games and apps using MIT App Inventor and GameMaker, fostering creativity and technical expertise.
An Android application that lets users discover and save local events using the Ticketmaster API. Features real-time location-based event filtering powered by the Google Maps SDK. Includes Firebase Authentication for user sign-in and Firestore Database support for saving events.
A proof-of-concept ROS2-based API for teleoperating the ABB IRB 1200 robot, built to standardize control across the CCSU Robotics Lab. Uses MoveIt for motion planning and collision detection. Includes a networked digital twin in RobotStudio for safe testing and real-time visualization. Designed for scalability and future multi-robot integration.
A Java-based ecosystem simulation game built with the LibGDX framework, designed to showcase how classic software design patterns can be used in a real-world project. Animals independently move around a grid, eat, and interact with one another. The project employed Agile workflow to design and develop the game.
A full-stack Python application that automates the conversion of instructional videos into structured technical documentation using LLMs. Employs OpenAI's Whisper API for accurate speech-to-text transcription, and GPT models to transform transcripts into step-by-step technical instructions.
The classic Snake game built in C, focused on practicing low-level programming concepts like manual memory management and efficient resource usage. The game runs in the terminal using the ncurses library.