Hello! I'm Robin, a CS fresh grad from the University of South Florida! I'm interested in Mobile App Dev, Web Dev, and AI! Let's connect!
Education
B.S. in Computer Science | University of South Florida | Summa Cum Laude | GPA: 4.00/4.00Dec 2024
Highlighted Coursework: Natural Language Processing | Social Media Mining | Compilers | Database Design
Project Highlights
Persona Emotion Combos | robinsardja.biz/PersonaEmotionCombosDec 2024
- Observed model accuracy with emotional persona combos. Natural Language Processing final paper.
- Automated prompting FLAN-T5 XL with college computer science questions from MMLU on Google Colab.
- Reformatted the questions in the test split to incorporate one-shot learning with questions from the dev split.
- Created a Hugging Face Dataset for every emotional persona combination and organized them into a DatasetDict.
DJ Compiler | USF Coursework: CompilersMay 2024
- Built a compiler for a custom Turing-complete object-oriented programming language. Compilers final project.
- Generated a lexical analyzer with flex and a left-recursive LALR parser based on abstract syntax trees with bison.
- Defined an enhanced symbol table and a type checker with static semantics to handle inheritance and subtyping.
- Developed a code generator that converted a high-level Java-based language into RISC-style machine code.
InstaHelp | robinsardja.biz/InstaHelpFeb 2024
- Voice-activated emergency contact mobile application. 2024 Google Solution Challenge Competitor.
- Pings the user's current GPS coordinates and generates a Google Maps navigation link upon stress detection.
- Signs in users through Google Cloud Platform with Firebase Authentication and storing user data in Firestore.
- Used Flutter and Dart to develop a single mobile application project compatible with Android and iOS devices.
DisasterMapAI | devpost.com/software/disastermapaiOct 2023
- Natural disaster tracking and preparation website. SASEhack Fall 2023 Honorable Mentions Winner.
- Gathers the locations of 300+ recorded natural disasters in the United States in 2023 from NASA and FEMA.
- Aggregates NYT articles and generates a summary with GPT-3.5 Turbo for the latest updates on the disaster.
- Overlaid natural disaster locations with Google Maps Platform and called the GPT-3.5 Turbo API with Express.
BullsArchive | devpost.com/software/bullsarchiveMar 2023
- File sharing website for archiving course content. HackaBull 2023 Best Use of MongoDB Atlas Winner.
- Allows users to upload course content and view or download previously uploaded content on MongoDB Atlas.
- Web scraped the USF course catalog and compiled a list of 500+ past and present courses with Beautiful Soup.
- Designed a responsive course catalog search page with tile blocks for each course using React and Tailwind CSS.
BullyBlock | devpost.com/software/bullyblockOct 2022
- Google Chrome extension that intercepts inappropriate content. SASEhack Fall 2022 Runner Up Winner.
- Detects instances of vulgar and explicit content on all websites such as YouTube, Instagram, TikTok and Netflix.
- Randomly selects then displays an uplifting message in JavaScript whenever the user opens the extension menu.
- Designed a drop-down menu using HTML and CSS where users can activate the extension and view the message.
Experience
Tech Lead | Google Developer Groups, Tampa Bay (USF)Apr 2023 - Dec 2024
- Hosted DevFest Tampa Bay 2023 & 2024 for 250+ USF students and 300+ global tech enthusiasts.
- Led 3 Flutter workshops for a total of 50+ attendees to build 3 cross platform mobile applications.
- Presented a Firebase workshop for 16 attendees to enable user login and direct messaging on a web app.
- Moderated workshops on open-source contributions with Git and front-end web design basics with React.
Peer Mentor | Society of Asian Scientists and Engineers (USF)Oct 2022 - Apr 2024
- Provided individual mentoring for assigned students to advance their academics and professional careers.
- Completed 80+ hours of advising sessions for computer science and computer engineering students.
- Expanded personal mentee pool from 1 first year and 1 second year to 2 first years and 5 second years.
- Supported students towards improved time management, exam preparation, and career readiness.
Technical Skills
C++ | Python | Dart | Git | Flutter | Firebase | Google Colab | Google Cloud Platform | PostgreSQL | React | Next.js