Essays

My Reflection

18 Dec 2025

Introduction Through my semester in Software Engineering we learned many skills and applied many new concepts that I was unfamiliar with before. These new lessons I had to learn proved incredibly useful in web application development but many of them...

Reflection Computer Science

AI, The Double Edged Sword

16 Dec 2025

Introduction Artificial Intelligence, a tool that has changed the way the entire globe looks at our future, and how we interact with education. Whether it is using AI to write exams, AI to check if AI has written exams, or...

Software Engineering AI

The Importance of Effort Estimation

15 Dec 2025

Planning Ahead When working within a team on a project it can be hard to know what everyone is doing at all times. That is when the practice of effort estimation becomes helpful and allows your teammates to see it....

Software Engineering Time Management Teamwork

Design Patterns

04 Dec 2025

Coding Smart Software development and programming on the surface can seem to be a lot of complex problem solving. While it is hard to program, and even harder to become an efficient programmer, design patterns are one of many tools...

Software Engineering Problem Solving

Our Savior, Bootstrap 5

09 Oct 2025

My First Experience With HTML When I first started coding in HTML I was excited to learn something that as I code and build I can see the changes in real time on a webpage. HTML is tricky in the...

HTML Computer Science CSS UI

From Messy Errors to Clean Code

25 Sep 2025

Starting Messy but Ending Clean When I first ran ESlint it was more bothersome then helpful personally. I saw my code with zero errors light up with red squiggles everywhere telling me about indentations, single quotes, and more and at...

Coding Programming Organization

Asking Questions the Smart way

10 Sep 2025

“There are no stupid questions!” or are there? Growing up, teachers, coaches, and parents alike would always tell me and those around me “There are no stupid questions” then as expected sometime later someone would ask a question and they...

Questions Answers StackOverflow

Coding like Lebron

03 Sep 2025

My First Experience With Typescript Prior to ICS 314 I had worked with the standard beginner languages that most people learn with. Java, C/C++ and a little Python but none of them really grasped me like Javascript and Typescript did....

Typescript Computer Science