A website designed to help international students understand what foods are offered here at University of Hawai`i at Manoa.
HTML CSS TypeScript Web Development
Read MoreAn Asteroid-like game that I created using GameMaker and their tutorial.
GameMaker
Read More20 Dec 2024
What Did I Learn? ICS314 was my introduction into software engineering. I had learned about coding stacks, databases, new languages, but most importantly, how to work with others in coding. There was also a lot of involvement with Github, especially...
Software Engineering Reflection
16 Dec 2024
Introduction <img src=”../img/ChatGPT-Logo.png” width=20%/> In education, artificial intelligence (AI), is meant to aid the learner in addition to the teacher. We want AI to help students ask questions and be engage in the material. It has become a quick and...
AI Reflection
02 Dec 2024
An Approach to Common Problems At first, the concept of design pattern is strikingly similar to that of coding standards. They both practice an organized structure code, with ease of use, and efficientcy. However, while coding standards focuses on the...
Design Pattern Coding Standards
09 Oct 2024
Why it works Frameworks are similar to imported libraries where additional functions are used to develop a project without rebuilding the foundation. Without it, it would be like recreating the same function every time you want to use it. Bootstrap...
Web-development Frameworks HTML CSS Bootstrap 5
25 Sep 2024
Practicing Coding Standards After using ESLint for about a week, I think it is only mildly annoying and does not do anything to help understanding of the code. Perhaps there are more to ESLint rules than the ones I have...
Coding Standards Community
11 Sep 2024
Asking Better Questions While our teachers used to say there are no dumb questions, that does not mean you should not ask better questions. Very basic and mundane questions can be answered easily through a quick google search. It is...
StackOverflow Community