14 Dec 2023
In ICS 314, we covered software development and built a portfolio on GitHub comprised of the projects and essays that we were assigned throughout the duration of the semester. I’ve listed the core concepts that we covered in class below,...
software development UI frameworks development environments open source software development
29 Nov 2023
Solving problems is trickiest on the first attempt. Perhaps you decide to brute force it and run into a number of unforeseen issues. Or you may attempt to take the time to prep and methodically handle the problem. But once...
design patterns website design UI
20 Nov 2023
Introduction In recent years, AI (artificial intelligence) has become more prevalent due to ease of access in programs such as ChatGPT, Bard, Copilot, etc. AI has been used to generate art, essays, code, and many other things depending on the...
AI ICS 314 Software Engineering
04 Oct 2023
In every profession, workers will equip themselves with the tools that improve their efficiency and quality of work. Photographers use lights, lenses, and even photo editing software. Artists use various art supplies, tablets, and digital art software. But what about...
UI UI frameworks HTML CSS Web design
20 Sep 2023
Even a glimpse of the code from a software engineer will tell you the style of the programmer. Perhaps they focus on having the most ‘efficient’ code and try to write it in as few lines as possible, adjusting their...
coding style ESLint IntelliJ
15 Sep 2023
In the essay “How to Ask Questions the Smart Way”, Eric Raymond details his opinions on the importance of how one asks technical questions on the internet. Despite the somewhat unprofessional approach Raymond took to write his essay, he adequately...
smart questions essay stack overflow forums
14 Sep 2023
Early College: I began my freshman year in 2011 at UH Manoa. I enrolled in the Academy for Creative Media with the intent of pursuing photography and videography. After a few years of taking various classes, I realized I had...
ux user experience ui user interface
14 Sep 2023
JavaScript was relatively simple to pick up thanks to prior knowledge of the Java and C languages. I personally felt that JavaScript was a happy medium between the two, a bridge of the languages in a sense. In Java, each...
languages JavaScript Java C