13 May 2025
Introduction The topics I’ve learned in my Software Engineering course: ICS 314 go beyond web application development. Configuration management and Issue Driven Project Management (IDPM) stood out to me as they are not only valuable to software engineering but also...
Software Engineering Programming Project Management Github
12 May 2025
I. Introduction With advancements in AI, tools such as ChatGPT and Github Co-pilot have been used extensively in software engineering and education. AI is becoming smarter and ultimately more helpful for students. In ICS 314 Software Engineering I, I have...
Software Engineering Programming AI ChatGPT Github Co-pilot
08 May 2025
IDPM Effort Estimation and Tracking In hopes of efficiently managing time and keeping track of our progress for the ICS 314 final project, Campus Plate Mate, my team and I created an IDPM Effort Estimation and Tracking Document. We have...
Programming Project Management Software Development Team Project
24 Apr 2025
Programming is Like Building Legos Instead of developing software from scratch with every project, programmers and developers can use design patterns, solutions to common coding problems. Design patterns provide blueprints or processes that can be modified to fit a project’s...
Software Engineering Programming Design Patterns
26 Feb 2025
User Interface (UI) frameworks serve as helpful tools for styling websites. Bootstrap is a popular UI framework that provides pre-designed templates and elements for web pages such as: buttons, icons, headers, and footers. It can be set up easily on...
Programming HTML CSS Bootstrap
14 Feb 2025
Networking at the Tech Minds Meetup The Tech Minds Meetup hosted by the Pacific Asian Center for Entrepeneurship (PACE) allowed students like me interested in the tech and or business industry to network with tech professionals and entrepenuers. I networked...
12 Feb 2025
Coding Standards Coding standards are a set of rules or style guidelines that programmers follow when writing code in a certain language. I think holding ourselves to these coding standards can be beneficial for learning any new programming language. Coding...
Programming Visual Studio Code
30 Jan 2025
To differentiate between smart and not-so-smart questions we can use How To Ask Questions The Smart Way by Eric Steven Raymond as a guide. A Not-So-Smart Question An example of a not-so-smart question is one that is currently closed on...