Hello there! Thank you for stopping by, feel free to look around and learn more about me!
Intro
I am a rising senior at ucla studying Computer Science. I enjoy working on impactful and creative software. As of yet, I have coded emulators, full-stack applications, and many other projects that have peaked my interest.
I am currently a SWE Intern at USAA Bank, but previously I was a Developer in a team of students @UCLA as well as a Developer and Tutor for CS/Problem Solving courses @Reinvested Tutoring. When im not coding, you can find me playing basketball, making music, or cooking new dishes. Feel free to check out my awesome work.
Work
NES Emulator - (Teaching) Led group of people to emulate a chip that can run legacy Nintendo games by implementing HW components (RAM, PPU etc.).
(Coding) the entire instruction set of the corresponding ISA.
Interactive 3D Scene (WebGl, JS, Java) - Joined team of students to create a 3D interactive rendition of a Japanese scene with a shrine. Made use of Algorithms and ML algorithms involving bounding boxes and other complex Data Structures to cleverly implement this aesthetic and interactive scene to make it appealing to the users.
Software Developer Intern at USAA Bank (SpringBoot, Java, Taurus, Kubernetes, Postman etc..) - Created new endpoint in API which calls another API with millions of records enabling users ease of use through a more streamlined process.
Later implemented a caching system for storage of data pulled from secondary API call to reduce overhead and resulting in a 6x speedup.
I also have more projects you can check out at my github linked here!!
This is bold and this is strong. This is italic and this is emphasized.
This is superscript text and this is subscript text.
This is underlined and this is code: for (;;) { ... }. Finally, this is a link.
Heading Level 2
Heading Level 3
Heading Level 4
Heading Level 5
Heading Level 6
Blockquote
Fringilla nisl. Donec accumsan interdum nisi, quis tincidunt felis sagittis eget tempus euismod. Vestibulum ante ipsum primis in faucibus vestibulum. Blandit adipiscing eu felis iaculis volutpat ac adipiscing accumsan faucibus. Vestibulum ante ipsum primis in faucibus lorem ipsum dolor sit amet nullam adipiscing eu felis.
Preformatted
i = 0;
while (!deck.isInOrder()) {
print 'Iteration ' + i;
deck.shuffle();
i++;
}
print 'It took ' + i + ' iterations to sort the deck.';