A full-stack web app that helps UH students find and connect with local gamers through matchmaking, sessions, and events.
Typescript Prisma Vercel Next.js
Read MoreAn RPG me and my friends made for ICS 485.
GitHub Game Development Unity RPG
Read MoreA simple bank database I made back in 2022 for ICS 212 in C
C UNIX
Read More11 Aug 2025
Software Engineering We’ve learned a lot in this course, and I deeply value everything that was taught. On the surface, software engieering seems like its purely just web application development, which in a way is true. But there is a...
Reflection Software Engineering
11 Aug 2025
I. Introduction Nowdays, Ai is used in so many different ways, whether it be for learning, completing projects and work, or even just for fun like making images with prompts or even just talking to them for fun. Ai has...
Reflection Ai
24 Jul 2025
Composing with Design Patterns When I first started learning how to code, it felt a lot like learning to play an instrument. At first, you just want to be able to hit the right notes (the two intrusments I learned...
Reflection
06 Jul 2025
Overall thoughts on UI Frameworks I think UI Frameworks, despite it being just as hard to learn as a new programming language, is very useful. It creates more ways for us to accomplish getting certain tasks done without needing to...
Reflection VS Code Bootstrap 5
27 Jun 2025
Coding Standards can actually help you learn a programming language I do agree thay coding standards can help someone learn a programming language because in languages like Python, indentations are very vital when it comes to coding in Python. And...
Questions Reflection VS Code ESLint
13 Jun 2025
Smart Questions What is a NullPointerException, and how do I fix it? What and where are the stack and heap The first question is simply about the NullPointerException Error and how to fix it. The developer who asked this question...
Questions Answers StackOverflow