One of my final projects in ICS 111 and my first time using GUI in Java
Java ICS 111 IntelliJ IDE
Read More
Extra Credit project from ICS 111 to create a Sudoku Game but with modified rules, showcasing what we had learned so far.
Java ICS 111 Intellij
Read More
My Robotics team in High School made a robot for the FRC Hawaii Regionals.
Robotics High School FRC
Read More14 Dec 2025
Effort Estimation For my final group project, I made my effort estimates based on my own best guess of how long a task should be completed without the consideration of possible obstacles. Most times I wasn’t completely familiar with what...
AI Software Engineering Reflection Effort Estimation
03 Dec 2025
My Introduction to Design Patterns Before the module, I had never heard of design patterns before in the context of software engineering. Although just based on the name, I thought of it like the template or approach people use for...
Software Engineering Design Patterns ICS Final Project
09 Oct 2025
What is a UI Framework? From what I have learned so far, a UI framework is a compilation of pre-built components and tools that make creating user interfaces simpler and easier for software and web design applications. It has provided...
Bootstrap Introduction ICS UI frameworks
06 Sep 2025
What is Software Engineering Prior to taking Software Engineering, I did not know the difference between Software Engineer, Programmer, and Computer Scientist. Although since then, I have learned that a Software Engineer is a professional compared to the architects of...
Software Engineering ICS Future
25 Sep 2025
What are Coding Standards? As I have learned, coding standards are more than just making sure your code is correctly indented and your variables are well-defined. Coding standards are a set of well-defined rules and provide a standard style of...
Software Engineering Coding Standards ICS Reflection
10 Sep 2025
Is Learning TypeScript Difficult? As a complete newbie to the programming language TypeScript, I will say it is difficult. My only experience with programming so far has been with Java and C++, which I found difficult as well. I certainly...
TypeScript