class Kai {
private:
int age = 22;
string school = "Oregon State University";
vector<string> clubs = {"Association for Computing Machinery", "Google Developer Group", "Hackathon Club"};
vector<string> hobbies = {"Archery", "Guitar", "Poker", "Skiing"};
vector<string> interests = {"Backend", "Cloud Infrastructure", "Distributed Systems", "Full Stack"};
public:
void getInfo() const;
};Here are a few things I've been up to...
- ๐: Won top prize at DubHacks 2025 with Roam โ interviewed by T-Mobile about it here
- ๐ป: Competed in the ICPC PNW Regionals competitive programming competition, DubHacks, CalHacks, and QuackHacks
- ๐พ: Helped organize Oregon's largest hackathon: BeaverHacks 2025
- โจ: Previous SDE Intern @ Amazon


