A basic library management system where users can perform various operations.
C/C++ Coding
Read MoreA basic hotel management system where users can perform various operations.
Coding C/C++
Read MoreA group project created in ICS 314, which focuses on scheduling courts at the Warrior Recreation Center.
Coding
Read More08 May 2025
Method of Estimation When working on my project tasks, I made my effort estimates based on how hard I think the task may be. For example, if my task were to create an HTML page, I estimate it to be...
Estimation
13 May 2025
The Experience in ICS 314 Now that I am almost done with ICS 314, I have learned that this class is not only about web development, but also about acquiring experience with fundamental software engineering concepts. While we used web...
Reflection Design Pattern Coding Standard
12 May 2025
Introduction Artificial intelligence, also known as AI, has been used in education to help students with solving problems and giving feedback. In the field of Software engineering, AI has assisted software developers with generating code, debugging, documenting, and even software...
AI Reflection
24 Apr 2025
How Programmers and Carpenters Use the Same Blueprints When building a chair, you don’t just start hammering pieces of wood together randomly, you follow a plan. Whether it’s a simple stool or an elaborate office chair, the process requires structure,...
Design Pattern
26 Feb 2025
What is UI Framework? Websites can be built just by using HTML and CSS, but they can be very time-consuming and annoying to work with, especially when dealing with the paddling or margin. This is where you can use UI...
HTML VSCode CSS Bootstrap 5 UI Frameworks
12 Feb 2025
What are Coding Standards Coding standards are rules to follow when you code because these rules help make the code look more organized, neat, and readable to others. For example, many people who code usually have proper indentation and spacing...
ESLint VSCode Coding Standards