An in depth website that allow users to find available restaurants they can eat at near their campus
Web Development GitHub React MongoDB
Read MoreA Rock Paper Scissors game made in Java that uses GUI
Java GUI Game
Read MoreA small project from my ICS 211 class that utilizes recursion.
Java Math
Read MoreA project for ICS 211 that utilizes linked lists too record information for Houses that are for sale
Java Data Structure
Read More03 May 2024
Introduction Many students, including me, thought that this class was all about web application development. The reason is that we have learned so much about web application development towards the end of the semester that many of us have forgotten...
Software Engineering Learning
03 May 2024
I. Introduction AI has definitely changed the way students learn and understand information in the course of ICS 314. Speaking from experience, I have used AI several times to check my work and ask questions about why the solutions it...
Software Engineering Learning AI
25 Apr 2024
Tools For Software Engineers What I know about design patterns is that they are solutions to common problems in software design. They are essentially templates or guidelines that are used in various situations to solve similar problems or issues in...
Design Patterns Software Engineering
21 Feb 2024
BOOTSTRAP 5 VS HTML & CSS There are many reasons why a software developer should learn how to use Bootstrap 5. For software developers who already have knowledge and experience in creating websites using HTML and CSS, learning Bootstrap 5...
Software Engineering Learning Frameworks HTML CSS Bootstrap 5
08 Feb 2024
Introduction To Coding Standards Coding standards are a set of rules or guidelines that software engineers follow when they are writing code. Software engineers follow these standards because it aims to make sure consistency, readability, and maintainability are ensured across...
Software Engineering Learning Coding Style