Lendor Vendors is a web application that allows users to lend and borrow items from other users.
JavaScript Meteor
Read MoreCreated a simple bank database and interface for my ICS212 class.
C C++
Read MoreI created a Sudoku Solver for one of my homework assignments for ICS211.
Java
Read MoreI created an About Me website for my ICS101 class. Used basic HTML and CSS.
HTML CSS
Read More11 Dec 2023
Fundamental Concepts Overall, this software engineering course is a great introduction to what software engineering is all about. Although this course was designed for the creation of web applications, the main point of this course was to teach us about...
Software Engineering
29 Nov 2023
The Garden Design patterns are an essential part of any application. We can think of the application as a whole as a garden with many different plants that represent the different components. Now, the question is, how do you take...
Design Patterns Software Engineering
20 Nov 2023
Introduction Over the past few years, AI has become a very popular topic. AI has made an impact in everything we do, from our everyday lives, to the way we work and learn. One of many ways AI is impacting...
AI Software Engineering
30 Oct 2023
Overview The problem: College students need equipment, but they don’t have money to purchase a new one. Purchasing new equipement can be burdensome especailly with a tight budget or if they only need the item temporarily. Instead, with our solution,...
Software Engineering Meteor
04 Oct 2023
UI frameworks is probably something that many people look over just because it’s UI. Many developers are most likely more concentrated on the back end of things. However, how will that back-end code be used by the users without a...
UI Frameworks Bootstrap
20 Sep 2023
One of the many forgotten, but important aspects of coding is coding standards. Many people overlook coding standard because many might think that it is just indents, the placement of curly braces, etc. However, it can be the one difference...
Coding Standards Software Engineering