A temperature converter program that I created using Java
Java
Read More
A program created in ICS 211 that finds the top 10 most used word in literature
Java
Read MoreA simple calculator implemented using stack as data structure for ICS 211 .
Java
Read More19 Dec 2025
ICS 414 is probably one of the most relevant and important courses in my computer science degree here at University of Hawaii at Manoa because it bridges the gap between theory knowledge and real world software development practices. Although we...
Software Engineering Learning
05 Dec 2024
In the world of software development, there is a huge learning curve when it comes to either learning a new tech stack, a new programming language, or working with the database. In my experience, learning a new programming language, in...
Software Engineering Learning
18 Dec 2024
Introduction Throughout the semester in ICS 314, I was able to learn more about web development and software engineering in general. Although web development was the main focus of the course, we are also taught skills that are crucial for...
Software Engineering Learning
16 Dec 2024
Introduction Artificial Intelligence is really transforming education by providing innovative tools that enhance learning experience and really tailor educational content to fit a person’s needs. AI’s role is to optimize development processes, and provide a quick learning resource for students...
Software Engineering Learning
10 Oct 2024
My experience with Bootstrap 5 Before this class I have never had any experience with HTML and CSS. At first glance, being able to see the connection between the different tags such as <div, <p>, <ul>, etc, and how it...
Software Engineering Learning
26 Sep 2024
My experience with ESLint This is the first assignment we had so far with ESLint and I ran the ESLint command on my terminal after I finished all of my code. I was so shocked to find there were so...
Engineering