During the Fall 2021 semester, I took ICS 414 Software Engineering II class. I was extremely interested in taking this class for quite some time now because I really enjoyed ICS 314 Software Engineering I. In this class, we were...
Over the past four months, I’ve been learning a lot about software engineering through a vast range of different topics. There’s two main topics that has really resonated with me which are agile project management and UI frameworks. UI frameworks...
Best Practice After working with ESLint for a week, I’ve come to find that coding standards are great and everyone should try to adopt a standard even if it’s not ESLint. Having a standard allows everyone’s code to look similar...
Since the beginning of Stack Overflow, there have been many questions asks. Some of them were asked the smart way and the others asked in the stupid way. The smart way of asking a question includes researching the problem before...
Dynamically vs Statically typed If you’re coming from the University of Hawaii ICS ciricculum JavaScript can be very weird since mainly Java, C, and C++ is taught which are all statically typed languages. Which means every time you declare variables,...
When I was a kid I was fascinated with how people would make mods for games that I played. I always looked for new mods that fit what I wanted to play, but a lot of mods didn’t have everything...