ELAINE HO

HELLO, WORLD!

package aboutMe;

public class Elaine extends Adventurous {
    public Elaine() {
      String fullName = "Elaine Ho";
      String homeTown = "Fremont, CA";
      String school = "Unversity of California, Santa Barbara";
      int expectedGraduation = June 2025;
      Resume resume = new Resume("pdf");
      String[] hobbiesAndInterests = new String[] {
        "embroidering",
        "acrylic painting",
        "biking",
        "playing video games",
        "baking",
        "working out"
      }
    }
    public static void contact() { }
}

EDUCATION

UC Santa Barbara

Computer Science Major (College of Engineering)

Expected Graduation: June 2025

Relevant Coursework:

Computer Science

  • Data Structures & Algorithms (CMPSC 130A, CMPSC 130B)
  • Cybersecurity (CMPSC 177)
  • Deep Learning (CMPSC 190I)
  • Internet of Things (CMPSC 190B)
  • Computer Networks (CMPSC 176A)
  • Operating Systems (CMPSC 170)
  • Automata & Formal Languages (CMPSC 138)
  • Advanced Application Development (CMPSC 156)
  • Human Computer Interaction (CMPSC 185)
  • AP Computer Science Principles
  • AP Computer Science A

Internships

  • Amazon - Software Development Intern (June 2023 - Sept 2023)
  • Tradelite Solutions - Software Engineer Intern (June 2022 - Sept 2022)

Extracurriculars

  • Coders SB Secretary (2024), Outreach (2022-2023), Freshman Representative (2021)
  • SB Hacks Design & Outreach Officer
  • Institute of Electrical and Electronics Engineers @ UCSB (2021)
  • Girls Who Code Summer Immersion Student (2019)
  • Kode with Klossy (2020)
  • Built by Girls WAVE Program

PROJECTS

Boba Tracker

Created a mobile app that allows users to follow through a virtual experience of ordering boba drinks..


Demo

JavaScript

Rock Paper Scissors

Coded a website where visitors compete against the computer in a simple rock paper scissors game..


Demo

HTML, CSS, Javascript

Sudoku Solver

Coded a Sudoku Solver in Python with the help of a Youtube Video..


Program

Python

Chatbot

Programmed a Chatbot using Java..


Program

Java

Raccoon Saga

Coded a matching game using React and Firebase.


Program

React