Skip to content

Instantly share code, notes, and snippets.

@Cassie-von-Clausewitz
Last active July 11, 2019 19:07
Show Gist options
  • Save Cassie-von-Clausewitz/12b9320e73f99c64749ffa30ee1925f1 to your computer and use it in GitHub Desktop.
Save Cassie-von-Clausewitz/12b9320e73f99c64749ffa30ee1925f1 to your computer and use it in GitHub Desktop.
{
"basics": {
"name": "Kyle Riedemann",
"label": "Android Developer",
"email": "kylealanr@gmail.com",
"phone": "(404) 666-1004",
"website": "http://kyleriedemann.com",
"summary": "I'm a passionate software developer focusing mostly on Android. I've spent the last few years living in the Twin Cities, but have recently moved back to Oklahoma.",
"location": {
"postalCode": "OK 73003",
"city": "Edmond",
"countryCode": "US",
"region": "Oklahoma"
},
"profiles": [
{
"network": "Github",
"username": "kylealanr",
"url": "https://github.com/kylealanr"
}
]
},
"work": [
{
"company": "Wyrmix",
"position": "Android Developer",
"website": "http://wyrmix.com/",
"startDate": "2018-08-15",
"endDate": "2019-03-15",
"highlights": [
"Worked with clients to refine product ideas and iterate through prototyping",
"Designed and maintained internal Flutter libraries used in our mobile applications",
"Built data visualization tools in VueJS for a social network startup"
]
},
{
"company": "ONE20",
"position": "Android Developer",
"website": "http://one20.com/",
"startDate": "2017-03-13",
"endDate": "2018-06-17",
"highlights": [
"Implemented the Google Maps BottomSheet from scratch",
"Built a complex RecyclerView containing information about various trucking related Points of Interest",
"Revamped continuous integration and delivery for the Android application",
"Converted the project to Kotlin and introduced the Android Architecture Components",
"Lead the initiative to modularize our projects by hosting common components as shared AARs"
]
},
{
"company": "The Nerdery",
"position": "Android Developer",
"website": "https://nerdery.com/",
"startDate": "2016-05-16",
"endDate": "2017-03-10",
"highlights": [
"Helped ship several successful Android apps, including the HyVee application in the Google Play Store.",
"Setup continuous integration and deployment for internal library artifacts",
"Setup continuous integration and automated testing for several Android projects",
"Revamped discipline standards and guidelines"
]
},
{
"company": "Paycom",
"position": "Software Developer",
"startDate": "2015-06-01",
"endDate": "2016-05-15",
"highlights": [
"Implemented a data access layer and rearchitected an existing Winforms application",
"Rewrote internal tax form printing library responsible for an annual $20mil revenue"
]
},
{
"company": "Google Developers Group OSU-Stillwater (Volunteer)",
"position": "Organizer",
"startDate": "2012-01-01",
"endDate": "2016-12-31",
"highlights": [
"Helped found a local chapter of a Google outreach group focused on spreading knowledge of their technologies.",
"Ran several Google sponsored Android codelabs"
]
}
],
"education": [
{
"institution": "Oklahoma State University",
"area": "Management Information Systems",
"studyType": "Bachelor",
"startDate": "2011-05-15",
"endDate": "2015-05-15",
"gpa": "3.8"
}
],
"skills": [
{
"name": "Android Development",
"keywords": [
"ConstraintLayout",
"CoordinatorLayout",
"Architecture Components",
"Support Library",
"Butterknife",
"Espresso",
"Picasso",
"Glide",
"Fabric",
"Firebase",
"Fresco",
"Jetpack"
]
},
{
"name": "Java",
"keywords": [
"Dagger",
"RxJava",
"JUnit",
"Mockito",
"Retrofit",
"OkHttp",
"Okio"
]
},
{
"name": "Kotlin",
"keywords": [
"stdlib",
"RxKotlin",
"Kotlin Android Extensions",
"Coroutines"
]
},
{
"name": "Groovy",
"keywords": [
"Spock",
"Gradle"
]
},
{
"name": "C#",
"keywords": [
"Task Parallel Library",
"Reactive Extensions",
"Dapper"
]
}
],
"languages": [
{
"language": "English",
"fluency": "Native speaker"
}
],
"interests": [
{
"name": "Emojis"
},
{
"name": "Reading"
},
{
"name": "Concerts"
}
],
"references": [
{
"name": "Travis Frels",
"reference": "I worked closely with Kyle during his first few months at Paycom. He was very eager to learn and picked up new skills and techniques quite quickly. It wasn't long before he moved on to be a real leader on his team and proved to be a real asset to the company. I enjoyed my time working with Kyle and would definitely work with him again."
},
{
"name": "Phillip Martin",
"reference": "Kyle is a developer of rare skill and is eager to learn new things. I had the pleasure of working with him and watching him learn new skills and techniques rapidly, while also growing in his appreciation for a disciplined approach to software development. Kyle is a quick study and dives passionately into complex technical topics with great results. I firmly believe that any technical problem that comes his way will be overcome quickly with good engineering practices to boot."
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment