Last active
January 9, 2025 05:34
-
-
Save milk-truck/82ab29cbbd84ac76f405ea6f4e82f171 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"$schema": "https://raw.githubusercontent.com/jsonresume/resume-schema/v1.0.0/schema.json", | |
"meta": { | |
"theme": "flat" | |
}, | |
"basics": { | |
"name": "Drew Burchfiel", | |
"label": "Systems Administrator", | |
"email": "[email protected]", | |
"summary": "I like to code", | |
"location": { | |
"city": "Oklahoma City", | |
"countryCode": "US", | |
"region": "Oklahoma" | |
} | |
}, | |
"education": [ | |
{ | |
"institution": "Oklahoma Status University (single year)", | |
"url": "https://go.okstate.edu/", | |
"startDate": "2008-08", | |
"endDate": "2009-05" | |
}, | |
{ | |
"institution": "NorthWestern Oklahoma State University", | |
"url": "https://www.nwosu.edu/", | |
"area": "Computer Science", | |
"studyType": "Bachelors", | |
"startDate": "2009-08", | |
"endDate": "2013-05" | |
} | |
], | |
"skills": [ | |
{ | |
"name": "Systems Administration", | |
"level": "Senior", | |
"keywords": [ | |
"RedHat Enterprise Linux", | |
"Windows Server", | |
"Puppet / Ansible", | |
"Powershell / Python / Bash" | |
] | |
}, | |
{ | |
"name": "Programming", | |
"level": "Proficient", | |
"keywords": [ | |
"Python", | |
"Powershell", | |
"PHP", | |
"Rust", | |
"REST / SOAP / XMLRPC" | |
] | |
}, | |
{ | |
"name": "Web Development", | |
"level": "Intermediate", | |
"keywords": [ | |
"PHP", | |
"HTML / Javascript", | |
"MySQL", | |
".Net Core / MVC / REST API", | |
"Python / Responder / Django" | |
] | |
} | |
], | |
"work": [ | |
{ | |
"name": "Paycom", | |
"location": "Oklahoma City, Oklahoma", | |
"description": "Human Resources Software Company", | |
"position": "Systems Administrator", | |
"url": "https://paycom.com", | |
"startDate": "2021-02-01", | |
"summary": "Configure Windows and Linux operating systems on virtual and physical servers using PowerShell, Bash, and Puppet. Setup and maintain CI/CD pipeline for Puppet using CD4PE on Kubernetes. Monitor system performance and logs and provide reports for managements awareness into the technical health of Paycom applications using Splunk. Develop team documentation for day to day duties and capture team knowledge using Confluence and Microsoft Word.", | |
"highlights": [ | |
"Managed Puppet infrastructure with around 2000 nodes.", | |
"Automated Server Setup using Puppet and Powershell.", | |
"Established automated patching solution with Ansible and RedHat Satellite." | |
] | |
}, | |
{ | |
"name": "Paycom", | |
"url": "https://paycom.com", | |
"location": "Oklahoma City, Oklahoma", | |
"description": "Human Resources Software Company", | |
"position": "Technical Solutions Specialist", | |
"summary": "Full stack development using IIS, MySQL, an in house PHP framework, and jQuery/vanilla JavaScript to create information systems for business use. Used C# to create Windows service for backend processing. Developed automation solutions and ETL processes in collaboration with other departments to improve overall efficiency with Python and C#. Provided quality assurance and testing of new API features and bug fixes before deployment using custom test suites written in C#, Python, and PowerShell. Provided support to clients utilizing SFTP, API, and SSO products.", | |
"startDate": "2017-06-01", | |
"endDate": "2021-02-01", | |
"highlights": [ | |
"Worked with PHP, Javascript, C#, MySQL, IIS, and Windows Servers to build internal web applications.", | |
"Created a .Net application to receive webhooks from the Paycom application to onboard new hires into AD", | |
"Used Python and XMLRPC to interface with our Brivo security system to pull badge number data into an internal training attendance system", | |
"Reverse engineered management portal to automate pulling metrics for reporting with Python.", | |
"Deployed timeclocks as badge readers for internal training attendance system." | |
] | |
}, | |
{ | |
"name": "Paycom", | |
"url": "https://paycom.com", | |
"location": "Oklahoma City, Oklahoma", | |
"description": "Human Resources Software Company", | |
"position": "Technical Support Specialist", | |
"summary": "Managed and prioritized inbound technical support calls and emails as the customer's initial point of contact for technical issues. Mentored new technical support team members by providing training, answering technical questions, and handling escalations. Created documentation for onboarding new team members and common troubleshooting steps in Microsoft Word.", | |
"startDate": "2016-04-26", | |
"endDate": "2017-06-01", | |
"highlights": [ | |
"Provided bug fixes and enhancements to custom inventory system written in PHP.", | |
"Trained new hires during onboarding to ensure they were ready to take support calls." | |
] | |
}, | |
{ | |
"name": "Share Medical Center", | |
"url": "https://www.smcok.com/", | |
"location": "Alva, Oklahoma", | |
"description": "Hospital", | |
"position": "IT Assistant", | |
"summary": "Oversaw local IT infrastructure including servers, security, networking, storage systems, and desktops. Answered user inquiries regarding computer software and hardware operation. Conducted computer diagnostics to investigate and resolve problems and provide technical assistance and support. Set up equipment for employee use.", | |
"endDate": "2016-04-26", | |
"startDate": "2015-02-01" | |
} | |
], | |
"interests": [ | |
{ | |
"name": "Table Tennis" | |
}, | |
{ | |
"name": "Home Assistant / Home Automation" | |
}, | |
{ | |
"name": "DIY / Woodworking" | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment