A real-time collaborative note-taking web application built with Firebase and JavaScript.
Web App Real-time Collaboration JavaScript Firebase
Read More
I have worked with team to work on a project to create an website where people can find study groups in college.
Final Project Vercel Nextjs
Read More
I wrote a C code for a simple version of Pokedex. You can enter the name of pokemon, nicknames, weight and etc. to be printed to console later.
C
Read MoreI have a YouTube channel that I post videos I made using 3D CG softwares.
3D Graphics
Read More17 Dec 2024
Reflection on Software Engineering Concepts During this course, I have gained a deeper understanding of software engineering, which extends far beyond web application development. While creating web applications was a major component of our assignments, the broader lessons revolved around...
Software Engineering
16 Dec 2024
Reflection on Using AI in ICS 314 Introduction Artificial intelligence (AI) has helped me a lot in learning how to code. Within ICS 314, AI tools like ChatGPT and GitHub Co-Pilot played a significant role in enhancing understanding and tackling...
Engineering AI Learning
04 Dec 2024
The Recipe for Coding Success Imagine you are in the kitchen trying to cook something delicious. You could try many different ways, but it might take too long or waste ingredients. Instead, you can follow a recipe that already works...
Software Engineering Design
04 Nov 2024
Overview The Problem Many UH Manoa students and faculty need a reliable, easy-to-use platform to buy, sell, and trade items within the community. Currently, finding affordable secondhand items on campus—such as furniture, textbooks, and electronics—can be challenging. Students often turn...
Software Engineering Nextjs UH Manoa
09 Oct 2024
To build a basic website, you would need to know HTML/CSS and maybe JavaScript for interactivity. Once you’re familiar with these basics, you might wonder why you’d need to learn a UI framework like Bootstrap 5. Can’t you achieve the...
Bootstrap5 Learning UI Frameworks
25 Sep 2024
The Importance of Coding Standards Coding standards often seem like small details—whether to use two or four spaces for indentation, or where to place a curly brace might feel unimportant. However, I’ve come to realize that they significantly impact how...
Coding Standards Learning