class Kai {
private:
int age = 23;
string school = "BS in CS + Math from 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
- ✨: Software Developement Engineer @ Amazon Web Services


