Devin Imamura

Student

I am studying for a B.S. in Computer Science in the Department of Information and Computer Sciences at the University of Hawaii at Manoa. I expect to graduate in Spring, 2025.


Interests: Software Engineering, Machine Learning, Web Development, Game Development


Projects

UH ITS Chatbot 2023

A IT Support Chatbot created for HACC 2023.

Javascript Meteor React-Bootstrap

Read More
Defining Future Expectations 2020

A government project overview site that my team developed which tied for first in HACC 2020.

Python Django MongoDB

Read More
Solving Hawaii's Challenges 2019

An electric vehicle charging station monitoring website created by my team which took first in HACC 2019.

Python SQL Django

Read More

Essays

The Fundamentals of Software Engineering

13 Dec 2023

Introduction Over half a century after its inception, software engineering has become a large field, encompassing many different subjects, and utilizing many different concepts. Though there are many different aspects to it, each with varying importance, I have recently found...

Software Engineering Coding Standards

The Potential of Patterns

30 Nov 2023

In the process of programming, it is quite likely that you have seen a problem that you have come across before, at least at some base level. You may have even used similar solutions to those from your past. In...

Design Patterns Software Engineering

The Benefits of Bootstrap

05 Oct 2023

Introduction Many would say that using purely HTML and CSS (with no frameworks) to build a website is a tedious task. You have to write quite a few lines just to accomplish “simple” tasks such as trying to place items...

Web Development UI Frameworks Bootstrap

The Merits of Coding Standards

21 Sep 2023

Introduction “If you can only implement one software engineering technique to improve quality, it should be coding standards.” The validity of this quote relies upon what one considers quality code; does quality refer to readability? Documentation? The ability to get...

Software Engineering Coding Standards ESLint