CSE 110 - soy001

View the Project on GitHub Syu125/user-page

Sophia Yu

About Me | Software Engineering | Contact Info and Links

About Me

I am a 2nd year student majoring in Computer Science and minoring in ICAM Business. Following are some of my hobbies:

๐Ÿ‘Ÿ fun fact: I'm training for a half marathon right now

Software Engineering

I have two years of work experience and 6+ years of programming experience in total.

Here is a list of all the languages I have been exposed to:

  1. Java: 6+ years; achieved Oracle Certified Associate, SE 8 Programmer
  2. C++: 2 years; learned in college; main language used in courses
  3. HTML/CSS: 2+ years; started learning in high school
  4. Linux: 4+ years; frequently used in terminal
  5. Python: less than a year; learned a bit in high school and picking it up again
  6. ARM: less than a year; learned for a course in college

CS can be applied to so many fields, and thereโ€™s a lot of jobs that I want to explore. Below are some that I have or want to experience:

Feel free to contact me or check out some of my projects below:

Personal Info:

soy001@ucsd.edu LinkedIn Github

Projects:

Project Avatar

Below is a snippet of the code: (feel free to check out the entire project here)

package com.gmail.avatar;

import android.widget.CheckedTextView;
import android.widget.LinearLayout;

public class Task {
    CheckedTextView ctv;
    String task;
    LinearLayout linearLayout;
    public Task(String task){
        this.task = task;
    }
    public String getTaskName(){
        return task;
    }
}

Photoshop Portfolio

Graphic Design Portfolio