Skip to content

Instantly share code, notes, and snippets.

@trevren11
Last active June 26, 2023 18:08
Show Gist options
  • Save trevren11/1cd2115b2bd3afbf2609544776d8ebc1 to your computer and use it in GitHub Desktop.
Save trevren11/1cd2115b2bd3afbf2609544776d8ebc1 to your computer and use it in GitHub Desktop.
Resume
{
"name": "Trevor Renshaw",
"address": "2517 Windy Vane Dr, Pflugerville, TX 78660",
"phone": "(515) 992-6506",
"email": "trevor.renshaw@gmail.com",
"website": "github.com/trevren11",
"experience": [
{
"company": "Facebook/Meta",
"position": "Software Engineer",
"location": "Austin, TX",
"startDate": "June 2021",
"endDate": "Present",
"description": [
"Designed and developed Sherlock, a unified support case API.",
"Contributed significantly to the development of LBD."
]
},
{
"company": "Microsoft",
"position": "Software Engineer",
"location": "Redmond, WA",
"startDate": "May 2017",
"endDate": "June 2021",
"description": [
"Served as a founding developer on the Your Phone Android SDK and UWP application, now preinstalled on all Samsung phones.",
"Led a team of 3 in winning first place in the Microsoft Machine Learning competition in 2019, leveraging AI to enhance interactions between phone screens and PCs.",
"Led the rewrite of the Your Phone app connectivity layer using SignalR and Azure, resulting in an 18% improvement in general connectivity.",
"Single-handedly built and automated all CI/CD pipelines for the 5 microservices powering the Your Phone backend."
]
},
{
"company": "BYU Humanities",
"position": "Computer Programmer",
"location": "Provo, UT",
"startDate": "July 2014",
"endDate": "December 2017",
"description": [
"Constructed an inventory system for the Digital Humanities department.",
"Maintained and updated code for language learning, vocal recognition, and video viewing software.",
"Managed and developed features for proprietary video streaming services for campus learning."
]
},
{
"company": "Self-Employed",
"position": "Freelance Developer",
"location": "N/A",
"startDate": "January 2015",
"endDate": "December 2017",
"description": [
"Developed and published Android apps, including LunchBox app (30% owner) used by 20k+ students.",
"Created and owned Dinnr on the Google Play Store.",
"Designed multiple websites to meet customer specifications.",
"Operated a profitable bitcoin mining website (Jazzfaucetlist.com) that generated over $3K in two months (~2014).",
"Modified and sold several other websites, resulting in approximately $5.5K in profit."
]
},
{
"company": "Instructure",
"position": "Software Engineer Intern",
"location": "Holladay, UT",
"startDate": "May 2016",
"endDate": "August 2016",
"description": [
"Added new features to the Canvas Android app framework used by over 9 million students worldwide.",
"Redesigned the assignments views on Android."
]
},
{
"company": "Vantage Controls",
"position": "Software Engineering Intern",
"location": "Orem, UT",
"startDate": "May 2015",
"endDate": "August 2015",
"description": [
"Formulated drivers for luxury home automation software.",
"Co-authored an error handling system in C."
]
}
],
"education": [
{
"institution": "Brigham Young University",
"degree": "BS Computer Science",
"specialization": "Emphasis in Software Engineering",
"location": "Provo, UT",
"startDate": "August 2011",
"endDate": "April 2012"
},
{
"institution": "Brigham Young University",
"degree": "BS Computer Science",
"specialization": "Emphasis in Software Engineering",
"location": "Provo, UT",
"startDate": "August 2014",
"endDate": "December 2017",
"coursework": [
"Android Development",
"UI Design",
"Digital Systems",
"Data Structures"
]
}
],
"skills": {
"programmingLanguages": [
"Android/Java/Kotlin",
"C++",
"C",
"C#",
"GraphQL",
"Node",
"Ruby",
"CI/CD infra",
"JavaScript",
"React",
"PHP",
"Hack"
],
"otherSkills": [
"Bash/Powershell scripting",
"Postgres/SQL",
"Python",
"Jest/Espresso/EarlGrey testing",
"AWS/Azure services",
"Docker"
]
},
"awards": [
"Microsoft Machine Learning competition winner",
"Eagle Scout"
],
"clubs": [
"ACM member"
],
"languages": [
{
"language": "Spanish",
"proficiency": "Full Professional Proficiency"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment