In ICS 314 I co-developed a website that would allow users to see the various restaurants and menu items from locations at UH Manoa.
database UH Manoa
Read More
In ICS 212 I developed a database and a UI interface. This database would read records from a file and accept user input. The user would be able to add, remove, find, and print records.
database UI records
Read More
In ICS 212 I developed a database that allowed you to create a Pokemon object, give it a nickname and then add it to your party.
database pokemon
Read More
In ICS 212 I developed a program that would read and write Pokemon loaded into a bank onto a file.
file pokemon input output C
Read More14 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