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.
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.
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.
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.
Conduct construction cost research, update database with findings, analyze data & submit price changes for national subscribers.
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
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 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 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.
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.
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.