30 Jan 2025
Often the quality of an answer originates from the quality of the question being asked. Anyone can relate to the sting of a blunt response to a poorly formed question. “Are you even trying?,” our peers sometimes ask us when...
Programming Questions StackOverflow
14 May 2025
Wrapping Up ICS 314 As the Spring 2025 school semester comes to a close, it is time for me to reflect on what I have learned in my software engineering course at UH Manoa. In the course, we learned various...
Software Engineering Learning Ethics
12 May 2025
Project Effort Tracking Recently, I have had to keep track of estimated and actual time spent working on a software project that I have worked on for a class. However, this was not my first time using estimates and actuals...
Effort Tracking Software Engineering
12 May 2025
Introduction AI is taking education by storm. People feel very strongly about this topic. Some are fearful that it will strip the next generation of important skills such as writing. Others are hopeful about the capabilities it holds for our...
Artificial Intelligence Software Engineering
23 Apr 2025
What are Design Patterns? In my own words, design patterns are the structure and logical order with which a programmer develops their software. It could mean the way they segment their code; for example, using many components to make their...
Design Patterns Software Engineering
21 Jan 2025
I am quite new to Typescript. My experience is unique in that I actually took a month of the course I am taking right now, ICS 314 at UH Manoa last semester, but dropped out because of mental health reasons....
Software Engineering Learning Typescript
20 Jan 2025
As far back as I can remember, I have always been fascinated by systems of design. Growing up, I was interested in a career as a marine biologist and one of the things that really attracted me to the field...
Software Engineering Learning
Comparing Coding to Skateboarding I’m a skateboarder. Since I got my first board at 14, I’ve loved skating and the rush of adrenaline that it gives me. One thing that I often notice at skate parks is the warning signs...
ESLint Coding Standards