##Introduction
This repository houses several past projects completed during my degree programs at Arizona State University. All files have been included in their original state as they were submitted to their respective professors in an effort to create continuiity between transcipts and physical work. If you are interested in starting a conversation about my work, please contact me by phone/email, GitHub or LinkedIn. You can also find the most current version of my resume in docx or pdf. Below, you will find a summary of notable work for the following technologies: Java, TSQL, C#, Web Dev and Python.
##Notable Work
###Java 
| File | Focus |
|---|---|
| Labs | Work done in a lab environment (coding to support lectures) |
| Assignments | Written individually to test knowledge of concepts |
| Other | Supporting class files and methods written thoughout the semester |
###TSQL
Below you will find a description for each section of the SQL files found in this repo. This work was done exclusively in Transact-SQL and written/executed entirely in SQL Server Management Studio. These files were created for CIS 360 Business Database Concepts taught by Clinical Assistant Professor Kathleen Moser at the W.P. Carey School of Business.
| File | Focus |
|---|---|
| DDL | Create, populate and show tables |
| DML | Select queries |
###C#
Below you will find a description for each section of the C# solution files in the repo. This work was done exclusively in C# and was written, compiled and tested using Visual Studio 2010 and 2012. CHARMS was created for CIS 340 Business Information Systems Development I taught by Lecturer Christopher Olsen at the W.P. Carey School of Business. Customer_System was ceated for CIS 345 Business Information Systems Development II taught by Clinical Assistant Professor Altaf Ahmad at the W.P. Carey School of Business.
| File | Focus |
|---|---|
| CHARMS | "Air Reporting Management System" that runs in a command prompt |
| Customer_System | Commerce functions in a command prompt |
| MersennePrimeFinder | Finds a user specified number of Mersenne Primes |
| Utility.dll | Utility dll created to support other assignments throughout the semester |
###Web
Below you will find a description for each section of the Web Dev files included in this repo. This work was done in HTML5, CSS3, PHP5, Javascript, MySQL and jQuery. It was written using Notepad++, tested locally with WAMP server, and then transfered via FTP protocol to a web server for live testing. MySQL development was done in phpMyAdmin. The e-commerce site was created as a final project for CIS 425 Electronic Commerce Strategy taught by Database Project Manager Dennis Anderson at the W.P. Carey School of Business.
| File | Focus |
|---|---|
| e-commerce | Functioning cart, authentication, registration with MySQL scripting, HTML5, CSS3, PHP, Javascript |
| ToolTime | Current capstone project that our team will be releasing this semester! |
###Python
Below you will find a description for the Python files included in this repo. I am currently working to develop my understanding of Python, as I have not used it in my coursework. This work was written exclusively in Python on Notepad++ and compiled on 2.7. Expect changes and additions to this section as my understanding of Python devleops.
| File | Focus |
|---|---|
| [Loop] (Python/pirate_final.py) | Takes a list of non-zero integers that reference each other, finds a loop and returns how many elements compose the loop. |
| [Sort] (Python/rabbit_final.py) | Takes a list of strings and returns a sorted list by total value of characters in strings (a=1,...,z=26). Defaults to reverse dictionary if two strings are of equal value. |
| [Schedule] (Python/zombit_final.py) | Takes a list of requested meeting times [start,end] and returns the maximum number of meetings that can be scheduled without overlaps. |
##On the Horizon
| File | Phase | Focus |
|---|---|---|
| Sca.py | Research | Script with Python 2 and BeautifulSoup that will scrape dice.com for job descriptions, and provide useful information based on keyword analysis. |

