My 314 final project about UH Manoa clubs.
Web Development Vercel GitHub
Project Site
This project had me create a java object class that stored Pokemon data.
Games Java
Project Site
A project that involved programming commands for Nao Robots.
Robots Ubuntu Choreographe Ros
Project Site
A metroidvania platformer game focused on defeating powerful monsters.
GameMakerStudio GameJolt
Project Site13 May 2025
Trials of Software Development I’ve done a lot in my 314 programming class. Throughout the course of the semester, I made many errors, but in the process, I also learned a great deal about software engineering. There are many layers...
Programming Reflection
10 May 2025
Effort Estimation in Programming Tasks When working on our final coding assignment, I used effort estimation to plan how much time each task might take based on the complexity and my familiarity with it. For example, if I had to...
Programming Management
10 May 2025
AI technology In the last couple of years, AI has improved immensely. This has had an especially large impact on education. AI is now capable of providing accurate answers to most class problems. This can make it easier to study...
Programming Design Patterns
23 Apr 2025
Designing Good Solutions In programming, there’s a concept called “Design Patterns.” This term refers to repeatable, general solutions to common problems that arise in software development. For example, when building a user interface, a developer might use the “Model-View-Controller” (MVC)...
Programming Design Patterns
27 Feb 2025
I have very limited experience with HTML and CSS, and I have absolutely no experience when it comes to using UI frameworks like Bootstrap 5. So, as one can imagine, my learning experience with HTML and Bootstrap 5 has been...
HTML CSS Bootstrap 5
12 Feb 2025
It’s one thing to write code that’s functional, but it’s another thing entirely to make code that’s functional and readable. When I work alone, my code will often turn into a big mess of complicated jargon. This happens for two...
Programming Organization