14 May 2025
Retracing My Steps With the semester coming to a close, it’s important to look back on what I’ve learned and the skills I’ve gained through my time in ICS 314, a software engineering course focused on web development. Out of...
Software Engineering Coding Standards Agile Project Management
12 May 2025
I. Introduction The advancement of generative artificial intelligence (AI) in recent years has made significant changes in the fields of education and software engineering industry. Though controversial, in both cases, AI has been frequently used to “streamline” progression. Whether it...
Artificial Intelligence Software Engineering
08 May 2025
Making Effort Estimates To create my effort estimates, I used the practice WODs as a basis of estimating how much time it would take me to complete a certain task. More specifically, I used the times I got on the...
Issue Driven Project Management Software Engineering
24 Apr 2025
Opening the Toolkit Across every aspect of the real world, problems exists and most have solutions to these problems. Oftentimes, some problems may appear frequently with the same specifications. As such, we can deduce “patterns” and create a reusable solution(s)...
Design Patterns Software Engineering
27 Feb 2025
Challenges in Web Design Building websites involve two primary components. The first is developing the back-end which focuses on the functionality and processes of the website. Whereas the second component, the front-end, is centered around the visuals and design of...
UI Frameworks Bootstrap 5 HTML CSS
13 Feb 2025
What Are Coding Standards? Coding standards are a concept that every single programmer will encounter at one point in their career. They’re essentially “guidelines” on how code should be formatted in order to achieve consistent and readable code. Every group,...
Coding Standards VSCode ESLint
29 Jan 2025
Question the Questions You’re Asking In the vast and complex space of software engineering, encountering obstacles is inevitable. Whether it comes to writing a piece of code or having issues with a version of an IDE, problems are sure to...
Questions Stack Overflow