Developed a web application for UH students to explore diverse study abroad programs and access posts sharing other students' experiences in one convenient platform.
Software Engineering Meteor Javascript
Read MoreAutomated Water System is a plant watering system with an Arduino Uno microcontroller and an MIT App Inventor 2 app, allowing automatic or manual control of watering based on monitored soil conditions for up to four plants.
Arduino MIT App Inventor 2
Read More10 Dec 2023
Over the course of this semester in my software engineering class, I’ve gained a thorough understanding of several key concepts in the field. The primary areas I’ll discuss in this essay are Coding Standards, Development Environments, and User Interface Frameworks....
Software Engineering Coding Standards Development Environments UI Frameworks
29 Nov 2023
Imagine you’re in a kitchen, ready to prepare a gourmet meal. Each ingredient and cooking technique is essential to the final dish, just like design patterns in the world of software development. These patterns aren’t pre-cooked meals; they’re more like...
Design Patterns Singleton Patterm
04 Oct 2023
What are UI Frameworks? Imagine you're making a sandwich. You have two choices: start completely from scratch by baking your bread and preparing all the fillings, or use pre-made ingredients to assemble your sandwich faster. Using raw HTML and CSS...
Web Development UI Frameworks Bootstrap 5
20 Sep 2023
Navigating Code: More Than Just Rules Coding standards are often thought of as just little rules about how to write code, like where to put a bracket or how many spaces to use. However, I think that coding standards are...
Coding Standards IntelliJ ESLint
14 Sep 2023
Discovering JavaScript Before taking this course, my coding background was primarily in C/C++. However, learning JavaScript was relatively straightforward which made it an easy language to learn. Unlike C/C++, which is mainly used for system programming, JavaScript is geared towards...
JavaScript Learning
06 Sep 2023
Asking for Help We all need a little help from time to time, but knowing how to ask for it can be challenging. It is vital to seek assistance efficiently to avoid wasting your time and that of others who...
Problem-solving Questioning Skills Stack Overflow