Skip to content
View Splash791's full-sized avatar

Highlights

  • Pro

Block or report Splash791

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Splash791/README.md

Hi, I'm Tyler Quach 👋

class Tyler:
  def __init__(self):
      self.age = 21
      self.school = "Oregon State University"

      self.experience = [
        "Incoming SWE @ Deloitte",
        "ML Research Assistant @ OSU (December 2025 - Present)",
        "Mobile Development Intern @ Coordinator (January 2026 - April 2026)",
        "Undergraduate Teaching Assistant ( December 2025 - March 2026)"
        
      ]

      self.courses = [
          "Intro to Parallel Programming",
          "Intro to Computer Networks",
          "Intro to AI",
          "Intro to Data Visualization",
          "ML on Structured Data"
      ]

      self.clubs = [
          "App Development Club",
          "Google Developer Group",
          "Society of Asian Scientists & Engineers",
          "Association for Computing Machinery"
      ]

      self.hobbies = [
          "Travel",
          "Cooking",
          "Weightlifting",
          "Eating"
      ]

Pinned Loading

  1. meeting-mind meeting-mind Public

    TypeScript

  2. mydegrees-chrome-extension mydegrees-chrome-extension Public

    Forked from OSU-App-Club/mydegrees-chrome-extension

    Spring 2025 Term-long Project - MyDegrees functionality extender

    HTML

  3. website website Public

    Forked from OSU-App-Club/website

    Official Website For The App Development Club at Oregon State University

    TypeScript

  4. AlbumFinder AlbumFinder Public

    JavaScript

  5. expense-tracker expense-tracker Public

    TypeScript

  6. just1nlee/bastinel just1nlee/bastinel Public

    bastinel is a multi-LLM chatbot and response-verification platform that orchestrates generative and judge models to improve response reliability across heterogeneous LLM outputs. This website is cu…

    TypeScript