Computer Engineering Student
I am studying for a B.S. in Computer Engineering in the Electrical & Computer Engineering Department at the University of Hawaii at Manoa. I expect to graduate in Fall, 2024.
Interests: Software Engineering, Android Development, Web Development, Sustainability, Basketball
Team Hokulele's goal was to design and launch a rocket capable of reaching heights of 25,000 - 30,000 feet and initiate payload deployment.
Software Design Arduino C/C++
Read MoreMy team and I developed a webapp that allows college students to add, access, and create recipes on the website. The students can also leave a rating for each recipe, and view all their contributed recipes on their profile.
Web Development Javascript HTML/CSS Meteor Node.js React
Read MoreImplementing a combinational circuit design on a Basys3 FPGA
SystemVerilog FPGA Hardware Design
Read MoreI developed a simple Android application that can calculate the lithium content in a battery based off the power specifications. The app also included a picture-to-text function that could capture the values for the calculator from an image.
Android Development Object Oriented Programming Kotlin/Java
Read More25 Jan 2024
What makes a question a “Smart Question”? A smart question is often determined by whether the question asker has tried to find the answer themselves. This doesn’t mean that all questions asked without research are bad questions, but instead means...
Questions Answers StackOverflow
10 May 2024
Why These Software Engineering Concepts are Fundamental Personally I am a big fan of basketball and the NBA. I also am a die-hard San Antonio Spurs fan. Many of you may see where I am going with this but for...
Software Engineering Learning Web Dev UI Open Source Software Development Development Environments Configuration Management
05 May 2024
I. Introduction AI is prevalent in our curriculum, the news, and the proffesional world. We can see the effects AI are having on major aspects of our lives, especially as students in Computer Engineering/ Computer Science. Throughout this semester we...
Software Engineering Learning Web Dev UI
25 Apr 2024
Common Data Patterns Seen In Algorithms Dijkstra's Algorithm Throughout my time at the University of Hawaii at Manoa, I have been introduced to various approaches to problem solving. One of these approaches is dynamic programming, the practice of breaking a...
Software Engineering Learning Web Dev UI Algorithms Data Structures
22 Feb 2024
The phrase “Pull yourself up by your bootstraps” originated as a phrase meaning that something is impossible. This is relevant because creating a webpage and managing my HTML code seemed to be a daunting task. Thanks to UI Frameworks, such...
Software Engineering Learning Web Dev UI
17 Jan 2024
This is my first experience with Javascript, but I have worked with C, and Kotlin programming languages. The first big difference in Javascript that I noticed from C is that I no longer needed variable type declarations. Instead Javascript uses...
Software Engineering Learning Javascript