Last active
June 28, 2023 02:06
-
-
Save mattroyer/cfe430362accb5e3d3efd3f9741386ab 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
| { | |
| "basics": { | |
| "name": "Matt Royer", | |
| "label": "Software Engineer", | |
| "email": "[email protected]", | |
| "summary": "I have worked on many projects over the years where I love to automate manual processes of many kinds. From a system that automatically captions video evidence of Selenium test scenarios to scrapers that pull and transform data from many different websites and APIs. And many more scripts and projects in between. I love to mess with code of any kind and figure out what makes things tick.", | |
| "location": { | |
| "city": "Lehi", | |
| "countryCode": "US", | |
| "region": "Utah" | |
| }, | |
| "profiles": [ | |
| { | |
| "network": "Twitter", | |
| "username": "matthewroyer", | |
| "url": "https://twitter.com/matthewroyer" | |
| }, | |
| { | |
| "network": "GitHub", | |
| "username": "mattroyer", | |
| "url": "https://github.com/mattroyer" | |
| } | |
| ] | |
| }, | |
| "work": [ | |
| { | |
| "name": "Tribute Technology", | |
| "location": "Remote", | |
| "position": "Senior Software Engineer", | |
| "startDate": "2023-04-10", | |
| "summary": "Our mission is to bring the best technology to all funeral homes, to help communities around the world celebrate life, and pay tribute to those we love.", | |
| "highlights": [ | |
| "Develop applications using Rails and Ember", | |
| "Work with Stripe services APIs", | |
| "Develop scripts and tools with Ruby to aide in my daily work", | |
| "Proficient in Ruby as well as database management and scripting." | |
| ] | |
| }, | |
| { | |
| "name": "Pronto", | |
| "location": "Lehi, UT", | |
| "position": "Senior Software Engineer", | |
| "startDate": "2018-07-15", | |
| "endDate": "2022-12-05", | |
| "summary": "Pronto's mission is to help institutions recruit and retain students by connecting and engaging students throughout their journey — from matriculation to graduation and beyond. It is a communications app that connects the entire campus", | |
| "highlights": [ | |
| "Developed web applications using Vue and PHP", | |
| "Implemented web sockets for real-time communication", | |
| "Developed custom JavaScript for injection into a Canvas theme for an embedded version of our app", | |
| "Contributed to the creation of a desktop version of the web app through Electron", | |
| "Developed scripts and tools with Python and PHP for automating tasks and interfacing with the API", | |
| "Proficient in Vue, PHP, Python, and web socket development, as well as database management and scripting." | |
| ] | |
| }, | |
| { | |
| "name": "MasterControl", | |
| "location": "Salt Lake City, UT", | |
| "position": "Software Engineer", | |
| "startDate": "2012-08-13", | |
| "endDate": "2018-12-07", | |
| "summary": "Software for quality management and manufacturing execution", | |
| "highlights": [ | |
| "Developed automated testing systems and web applications using Ruby and Sinatra", | |
| "Implemented a real-time feedback mechanism using web sockets in a modular Ruby application", | |
| "Built a system for capturing and captioning video evidence of tests by looking at the Kernel module from Ruby", | |
| "Built personal automation system of tasks using Python", | |
| "Proficient in Ruby, Python, and web socket development", | |
| "Contributed to the design and implementation of a comprehensive testing library using Selenium WebDriver in Ruby" | |
| ] | |
| }, | |
| { | |
| "name": "First Electronic Bank", | |
| "location": "Salt Lake City, UT", | |
| "position": "System Administrator / Software Engineer", | |
| "startDate": "2007-12-02", | |
| "endDate": "2012-05-25", | |
| "summary": "First Electronic Bank combines responsible banking with innovation to provide financial services that benefit society", | |
| "highlights": [ | |
| "Installing, supporting, and maintaining all company servers.", | |
| "Planning for and responding to system or network failures.", | |
| "Programming in Python and Ruby to provide easy to use tools to aide in maintenance and other administration tasks.", | |
| "Maintain and build code for our internal intranet, a central repository for all company documents, external link resources, and internal projects.", | |
| "Creating, maintaining, and modifying virtual machines.", | |
| "Integrating new technologies into our infrastructure.", | |
| "Troubleshooting various system issues across the business." | |
| ] | |
| }, | |
| { | |
| "name": "CUSA Technologies", | |
| "location": "Salt Lake City, UT", | |
| "position": "Software Engineer", | |
| "startDate": "2004-01-18", | |
| "endDate": "2007-11-20", | |
| "summary": "The CUSA account processing platform is a powerful, cost-efficient solution for credit unions that lack the resources to develop or manage applications in-house", | |
| "highlights": [ | |
| "Technical interface to clients for resolution of problems relating to all aspects of the Credit Union management system, including Unix Server problems, database management issues, networking, installation and setup", | |
| "Balance resources and time between many complex projects and deadlines", | |
| "Troubleshoot diverse software issues, document findings, recreate problems, monitor progress of solutions and apply fixes", | |
| "Work closely with the development team, account managers, and other support representatives to solve all internal and external customer concerns in an efficient and timely manner", | |
| "Help clients find and repair difficult accounting and general ledger issues", | |
| "Assist clients in building ad-hoc reports using a proprietary report building application" | |
| ] | |
| } | |
| ], | |
| "skills": [ | |
| { | |
| "name": "Web Development", | |
| "level": "", | |
| "keywords": [ | |
| "Sinatra", | |
| "Flask", | |
| "FastAPI", | |
| "HTML", | |
| "CSS", | |
| "Javascript", | |
| "Vue" | |
| ] | |
| }, | |
| { | |
| "name": "Programming Languages", | |
| "level": "", | |
| "keywords": [ | |
| "Ruby", | |
| "Python", | |
| "JavaScript", | |
| "PHP", | |
| "Go" | |
| ] | |
| }, | |
| { | |
| "name": "Other", | |
| "level": "", | |
| "keywords": [ | |
| "Cloud (AWS, Deta)", | |
| "Linux", | |
| "SQL", | |
| "Git", | |
| "Docker" | |
| ] | |
| } | |
| ], | |
| "meta": { | |
| "theme": "elegant" | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment