Last active
July 1, 2019 05:42
-
-
Save tylermassey/5e3d11b5c78c6d5f78789a05f0113741 to your computer and use it in GitHub Desktop.
resume
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
| { | |
| "meta": { "theme": "stackoverflow" }, | |
| "basics": { | |
| "name": "Tyler Massey", | |
| "email": "tyler@massey.io", | |
| "phone": "870.732.2777", | |
| "website": "https://massey.io", | |
| "location": { | |
| "city": "Fayetteville", | |
| "countryCode": "US", | |
| "region": "Arkansas" | |
| }, | |
| "profiles": [ | |
| { | |
| "network": "Github", | |
| "username": "tylermassey", | |
| "url": "https://github.com/tylermassey" | |
| }, | |
| { | |
| "network": "Twitter", | |
| "username": "heymassey", | |
| "url": "https://twitter.com/heymassey" | |
| }, | |
| { | |
| "network": "LinkedIn", | |
| "username": "masseytyler", | |
| "url": "https://www.linkedin.com/in/masseytyler/" | |
| } | |
| ] | |
| }, | |
| "work": [ | |
| { | |
| "company": "UDisc", | |
| "position": "Freelance Developer", | |
| "website": "https://udisc.com", | |
| "startDate": "2019-05-01", | |
| "highlights": [ | |
| "Building out new features for UDisc's web app; Check back soon" | |
| ] | |
| }, | |
| { | |
| "company": "SupplyPike", | |
| "position": "Engineering Team Lead", | |
| "website": "https://supplypike.com", | |
| "startDate": "2018-04-01", | |
| "highlights": [ | |
| "Leading engineering efforts in building company-wide core services including user authentication and authorization", | |
| "Involved in all aspects of engineering Control Tower, a new supply chain unification and automation desktop application", | |
| "Tech used: TypeScript, Koa, MongoDB, React, Redux, Electron", | |
| "Other responsibilities: built internal company directory website, recruited students from career fairs, and interviewed 20 potential interns" | |
| ] | |
| }, | |
| { | |
| "company": "SupplyPike", | |
| "position": "Software Engineer", | |
| "website": "https://supplypike.com", | |
| "startDate": "2016-06-01", | |
| "endDate": "2018-04-01", | |
| "highlights": [ | |
| "Helped architect and build many core features of the SupplyPike Analytics product including metric dashboards, user management, and user authorization", | |
| "Tech used: TypeScript, Koa, MongoDB, GraphQL, React, Redux, Relay", | |
| "Converted a command line utility for optimizing transportation consolidation workflows into a scalable web application", | |
| "Tech used: Python, Celery, Docker, TypeScript, Angular, Firebase" | |
| ] | |
| }, | |
| { | |
| "company": "SupplyPike", | |
| "position": "Strategic Initiatives Research Intern", | |
| "website": "https://supplypike.com", | |
| "startDate": "2016-02-01", | |
| "endDate": "2016-06-01", | |
| "highlights": [ | |
| "Researched viability of data collection from hundreds of freight carriers", | |
| "Built proof-of-concept web scrapers" | |
| ] | |
| }, | |
| { | |
| "company": "ConocoPhillips", | |
| "position": "Advanced Analytics Intern", | |
| "startDate": "2015-06-01", | |
| "endDate": "2015-08-01", | |
| "highlights": [ | |
| "Created an interactive guide for data science projects, highlighting workflow best practices", | |
| "Contributed article to internal wiki on data science" | |
| ] | |
| }, | |
| { | |
| "company": "Walmart (now Walmart Labs)", | |
| "position": "Application Development Intern", | |
| "startDate": "2014-06-01", | |
| "endDate": "2014-08-01", | |
| "highlights": [ | |
| "Implemented interface around existing and new cloud-based services to stream files of any size", | |
| "Created multi-threaded, multi-server app to test performance of interface, leveraging Graphite for metrics collection" | |
| ] | |
| } | |
| ], | |
| "education": [ | |
| { | |
| "institution": "University of Arkansas", | |
| "area": "Computer Science", | |
| "studyType": "B.Sc.", | |
| "startDate": "2012-08-01", | |
| "endDate": "2016-05-01" | |
| } | |
| ], | |
| "skills": [ | |
| { | |
| "keywords": [ | |
| "TypeScript", | |
| "React", | |
| "Node.js", | |
| "Electron", | |
| "Meteor", | |
| "GraphQL", | |
| "Python", | |
| "Elm" | |
| ] | |
| } | |
| ] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment