Jeremy Morgan
+1-765-***-**** · ****************@*****.*** · linkedin.com/in/jeremy-morgan-5a6523156/ · github.com/bigbatmoegan
EDUCATION
Bachelor of Science in Computer Science, Indiana University Purdue University Indianapolis — 08/2017 - 05/2020 Relevant Coursework: Data Structures, Computing I & II, Database Systems, Principles of Software Design, Mobile Web Development
SKILLS
Programming Languages Python, Java, C/C++, JavaScript, R,
Other languages: SQL, HTML, CSS, jQuery mobile,
Other skills: Git, Visual Studio, MSSQL Server, Erwin Data Modeler, R Studio, IP addresses, DNS,
SOFTWARE DEVELOPMENT AUG 2020- PRESENT
Billing System • Creating a database to store customer information, (name, address, etc) and order information for a relative’s company • Allows for new customer storing, retrieving old customer’s previous orders, and calculating new bill. (Python - Bottle, HTML, CSS, SQL)
IT EXPERIENCE 2018-2020
Technology Consultant & Consultant Supervisor -Aug 2018-May 2020 - University Information Technology Services - Indianapolis, IN
• Began as Tier 1 IT technical support for student owned and university owned machines, internal ticket tracking, inventory tracking, daily customer service.
• Promoted to Tier 2 IT technical support, which included mentoring and monitoring Tier 1 consultants, actively training them, direct line of communication from Manager to Tier 1 consultants.
SCHOOL PROJECTS
NFL Rushing Estimator Jan 2020- May 2020 (CAPSTONE - Full stack)
• Using NFL provided data, used data science and machine learning to estimate yards earned on any given rushing play. • Designed as a mobile tablet application to allow NFL GMs to evaluate free agents to see if a good team fit (Python - Bottle, HTML, CSS, jQuery Mobile, R)
Tree Company Database Aug 2019- December 2019 (Database Development)
• Designed a top down database system for a tree measuring company. Designed using Erwin Data Modeler and ported to MSSQL Server for data entry, stored procedures, view creation. Included a typed up formal report with queries answered that were requested by customer.
Calculator Jan 2019-May 2019 (Software Development )
• Calculator that was implemented using two different ways using 4 different software patterns over multiple files (38+ files), all written in C++. Patterns used are Wrapper pattern, Template pattern, Command pattern, and Abstract Factory Pattern in V1 and Template Pattern, Visitor Pattern, Builder Pattern, and the Composite pattern in V2