HI

I'm Garrett. I'm a software development student at Western Governors University and I'm studying full-stack web development part time at the University of Utah. I've worked in the field of IT and support for the past 5 years and I love figuring out how things work.

Experience

Canopy | IT Support Specialist
September 2019 - Present

Dedicated IT support technician for needs within the Canopy office. Troubleshooting of hardware, software and network issues. Inventory equipment and replace as needed. Create documentation for IT policies and current infrastructure configurations. Provisioning and deprovisioning of resources for Canopy employees. Other projects as needed by the DevOps team.

Dell EMC | Technical Support Engineer Level I
August 2017 - June 2018

Member of the Dell EMC Recoverpoint product team. Completed Information Storage and Management v3 certification. Completed Dell EMC Recoverpoint product certification. Worked with end users to troubleshoot data protection and recovery systems. Provided end users with Dell EMC recommended storage procedures. Frequent system log analysis. Troubleshooting of both physical and virtual storage environments. Dispatch field technicians to replace or re-install components in customer environments.

Revere Health | IT Service Desk Analayst Level II
May 2015 - June 2017

Support of end users in both software and hardware. Take support phone calls and dispatch analysts to off site locations. Troubleshooting of hardware and software. Replacing of computer components and the provisioning and placement of computer systems. Time as an "on call" analyst. Understanding of DNS, DHCP and basic network infrastructure.

Xactware | Structural QA Coordinator
August 2014 - May 2015

Conduct construction cost research, update database with findings, analyze data & submit price changes for national subscribers.

Projects

password generator Password Generator

My first real Javascript project, this password generator is designed to allow a user to create a secure password of a custom length using lowercase letters, uppercase letters, numbers, and symbols.

weather dashboard Weather Dashboard

An app that presents accurate weather information via the Open Weather API. Previous searches are remembered and the last searched city is presented on page load. The goal was to practice the imnplementation of a third party API update the page dynamically.

coding quiz Coding Quiz App

I created this quiz app to test my ability to dynamically generate and alter HTML elements with Javascript and JQuery. It tests users on their knowledge of a chosen topic, in this case web development. The questions are stored in an array on a seperate Javascript file.

ski resort app Ski Resort Weather App

An application that utilizes the Weather Unlocked API to search snow depth and weather conditions at a specific ski resort. It then displays that info in a dashboard and includes a google map with a pin at the resort's location.

coding quiz Profile Generator

A command line application that allows a user to enter a github username and a color and a simple profile will be generated in PDF format. The profile gathers this information from the Github API. The Materialize CSS framework was used for the styling of the profile.

ski resort app Employee Management System

A command line application that allows a user to manage employees via several prompts. The database schema consists of an employee table, a department table and a role table. Employees can be added or removed and roles can be updated. Departments can be viewed or added.