Introduction
This page is a collection of all my works I have developed at Western Oregon University, namely, the Software Engineering course sequence.
Code Repository
All the code referenced is for the CS46X Software Engineering course sequence and is hosted in the following repository: https://github.com/lariosm/lariosm.github.io. Alternatively, you can click the “View on Github” button on top of the page and it’ll take you to the same place.
Software Engineering I (CS 460) Assignments:
- Homework 1: HTML, CSS, Bootstrap and Git
- Homework 2: HTML, CSS, JavaScript and jQuery
- Homework 3: Translating Java to C#
- Homework 4: MVC Application (no DB)
- Homework 5: MVC Application (with single DB)
- Homework 6: MVC Application (with pre-existing relational DB)
- Homework 7: MVC Application (AJAX single-page app)
- Homework 8: MVC Application (DIY multi-table/relational DB)
- Homework 9: MVC Application (Cloud deployment)