11 May 2025
I. Introduction At the beginning of ICS 414, I was assigned to work on a business internal application aimed at replacing the traditional spreadsheet workflow. Our client had been using Excel Sheets to manage data, and our team was tasked...
Software Engineering Web Development Education
09 May 2024
I. Reflect on Software Engineering Throughout the duration of ICS 314 this semester, I’ve come to realize the impact of functional programming principles and ethical considerations beyond web application development. These principles shape the landscape of technology and appear in...
Software Engineering Web Development Education
03 May 2024
I. Introduction AI or Artificial Intelligence has been bigger than ever in education, especially in Software Engineering. These tools are like having an assistant that helps with simple tasks such as organizing schedules to assist my learning. In my ICS...
Coding AI Education
25 Apr 2024
My Experience With New Design Patterns Design patterns are like secret codes that help us talk to each other in the programming world. I remember when I started using framework like Python’s Django, figuring out how its files were organized...
Coding Framework Design Pattern
28 Mar 2024
Happy Hour Finder Team member: Phat Ca, Adam Winfield-Smith, Jason Aguda, Christian Yang Overview (including “The problem” and “The solution”) Problem: Different restaurants and bars have happy hours at different times on different days. It can be hard to keep...
Software Engineering Meteor
22 Feb 2024
What is Bootstrap 5? Bootstrap is one of the popular front-end frameworks that utilize HTML, CSS, and Javascript to help develop responsive websites. However, Bootstrap requires users to understand the basic concepts of CSS, HTML, and Javascript to understand it....
Coding UI framework Bootstrap5
08 Feb 2024
What is the coding standard? Coding standards are essential guidelines that help maintain consistency and readability in programming projects. From naming conventions to formatting rules, practicing coding standards ensures that code is easily understandable and maintainable by multiple developers. Without...
Coding Standard Practice
25 Jan 2024
Where is the will? Let’s start this with a question, what makes you want to become a software engineer, a developer, or more generally the field of computer science? Is it because of the high salary? Or the remote work?...
Coding Developer
18 Jan 2024
Love Hate Relationship My love of software engineering traces back to my childhood when video games and movies like The Matrix and The Social Network sparked an early interest in this digital realm. As I grew up, the thrill of...
Software Development
17 Jan 2024
Why is Javascript so popular? I have gained experience working with JavaScript through some projects, appreciating its structured nature and simplicity in comparison to other programming languages like Java or C. For example, running a JavaScript application requires a single...
Javascript Answers