A web application dedicated to posting lost and found items for the University of Hawaii Manoa campus.
JavaScript React Bootstrap MongoDB
Read MoreA statewide advanced weather and climate monitoring network comprising approximately 100 stations.
JavaScript Python Node.js Docker MongoDB
Read MoreA full-stack command-line interface application that displays real-time weather forecasts for over 200,000 cities.
JavaScript Node.js HTML CSS GitHub
Read More10 May 2024
Consistency in Life and Software As I finish off the semester with my final project, I can’t help but reflect on the parallels between software development and life itself (existentialist, I know). Just as consistency and organization are vital for...
Software Engineering Web Development
19 Apr 2024
Allevitating Potential Bugs and My Headaches I found myself slightly overwhelmed while working on my final project for ICS 314, a web application dedicated to posting lost and found items for the University of Hawaii Manoa campus. Building a web...
Web Development
21 Feb 2024
The Limitations of Raw HTML and CSS Raw HTML and CSS serve as the foundational building blocks of web development, enabling developers to easily create websites with structure and style. However, they come with inherent limitations, particularly regarding responsiveness and...
Bootstrap HTML CSS Web Development
08 Feb 2024
Holding Myself to a Higher Standard There was a time when I viewed coding standards as guidelines merely dictating indentation styles and bracket placements. Consistent indents to improve readability, breaking down longer functions into chunks, and returning statements in new...
ESLint IntelliJ JavaScript