I worked with a team to create a program to connect students to companies. This was my final project for ICS 314.
Vercel Web Development
Read MoreThis program calculates the Area and Volume of an object. It was an assignment for ICS 212.
C
Read MoreA program to emulate a rock paper sciccors game with a CPU. This was an assignment for ICS 211.
Java
Read More14 May 2025
Intro When I registered for this class last year, I did not know what to expect. I originally thought that we would primarily be building websites. This turned out to be true, but we also covered many other important topics....
software engineering
10 May 2025
Intro Artificial intelligence continues to have a large impact on education. On the surface, it may seem like a lazy way for students to “cheat” on their assignments, but it actually has a lot of practical applications that can extend...
Ai
01 Apr 2025
Overview Problem Parking at Zone-20 can sometimes be challenging. After a certain time, especially on certain days (Tuesday, Wednesday, Thursday), finding an open spot can be very difficult. This primarily impacts students who have classes later in the day. Solution...
Software Engineering Nextjs
27 Feb 2025
What are UI Frameworks UI Frameworks are an essential tool of web development. They are pre-designed libraries that consist of ready-to-use components and styles to streamline the creation of web pages. They offer a more structured approach that increases efficiency...
Bootstrap 5
13 Feb 2025
What are Coding Standards Most people associate coding standards with indentations, brackets, or in-line comments. However, they are much more than cosmetic guidelines, they are an essential aspect of coding that influences the overall quality of the code. Conforming to...
TypeScript