10 May 2024
What is software engineering? Software engineering is basically about how to code, so that machines can execute tasks the user desire. Computer programs today are becoming increasingly complex as time goes by due to different purpose and structures of code....
Software Engineering Ethics of Engineering AI Functional Programming Design Patterns
10 May 2024
Effort Estimation of Final Project Effort estimation is based on the final project timeline of how much time we thought it would take to complete tasks and how much time it took to complete it. This was the first project...
Engineering Time Management
07 May 2024
I. Introduction AI(Artificial Intelligence) is a tool that simulates human interactions. Using AI can make it easier to research solutions to problems. This is due to AI being able to search and sift through infromtation from the internet to find...
AI
25 Apr 2024
Design Patterns in Software Engineering Design Patterns: communicating objects and classes that are customized to solve a general design problem in a particular context. There are many types of software programs that tackle the same types of problems. So many...
Software Engineering
28 Mar 2024
Study Spaces Project Members Gabriel White, Dmitry Gordeev, Adriel White, Timothy Lum, Adam Bell, Brandon Nakata Overview The problem: Students need study spaces, or want to try studying at a different place around campus. The solution: Create a website for...
Software Engineering Meteor
22 Feb 2024
Importance of UI Frameworks UI(User Interface) Frameworks are prebuilt libraries used to create user interfaces for code. The feature these libraries include are buttons, text color and fonts, and adjusting the alignment of texts and pictures. The Significance of UI...
Learning
08 Feb 2024
Coding Standards Coding Standard: An organized format of coding. The Purpose of Coding Standard The purpose of coding standard is to be able to write code in a certain way in order to make code easier to read and interpret...
Software Coding Practices
25 Jan 2024
How Smart Questions help engineers What are Smart Questions? Smart Questions is a technique of asking questions to get help to solve technical problems. To ask Smart Questions through online forums, it is important to be specific in what you...
Learning
17 Jan 2024
JavaScript Experience JavaScript: an object-oriented programming language. JavaScript as an object-oriented programming language is very versatile. It can be used in ways that C++ can not be used. Such as being able to assign a true or false value to...
Engineering JavaScript