Essays

Software Engineering is a people game

13 Dec 2023

I. Introduction. Software engineering is a general term if you don’t know exactly what it means. Software means something technology related and the word engineer could mean anything about designing something. There’s a funny joke about how people could talk...

Software Engineering College

AI is all how about you use it

21 Nov 2023

I. Introduction. The start of AI was very unknown to the general public until the advent of Open AI and their software ChatGPT which blew away the internet with human-like answers. The first time I heard about it being useful...

AI College

Frameworks are a tool

05 Oct 2023

THERE IS NO DOWNSIDE TO INCLUDING AN UI FRAMEWORK. There are apparently people who say that using an ui framework is like learning a whole new language, and is difficult. The whole purpose of bootstrap and other frameworks like it...

UI Framework HTML CSS

Coding standards will never be general

21 Sep 2023

What is the purpose for having coding standards? To make the code easier to read so that anyone can figure out what is going on by setting a standard that everyone follows. In my first ever ICS class we had...

Group

Do smart questions lead to smart answers?

07 Sep 2023

What makes something a smart question Have you ever been in class and someone asks a question that was so common sense that it was like a fact ingrained in you from birth? Or when someone asks something that the...

Stackoverflow

Software engineering is the truth?

01 Sep 2023

Is software engineering the best way to use a computer science degree? It’s true that there are many ways to use a computer science degree like web developer, UX Designer, IT Project manager, Systems Architect. There’s also different specialized pathways...

Software Engineering

Does something being eaiser make it better? Java vs. Javascript

31 Aug 2023

A simple search from google shows that google why Javascript is easier. One reason is that it requires fewer tools and prior knowledge of development kits. Furthermore, from class we saw how you can pass a function in a function...

Java Javascript