I enjoy building great software and helping others do the same.
object Nate {
val name = "Nate Ebel"
val acknowledgements = "Google Developer Expert (former)"
val primarySkillsets = listOf("Android", "Backend")
val languages = listOf("Kotlin", "Java", "Python")
val website = "https://goobar.dev/"
val youtube = "http://youtube.com/c/goobar"
val podcast = "https://goobar.buzzsprout.com/"
val contact = "@n8ebel".apply {
twitter = this
linkedin = this
email = "$this@goobar.dev"
}
val publishedBooks = listOf("Mastering Kotlin")
val publishedCourses
= listOf(
"Transitioning from Java to Kotlin" to "LinkedIn Learning",
"Kotlin Essential Training: Object Oriented & Async Code" to "LinkedIn Learning",
"Kotlin Essential Training: Functions, Collections & I/O" to "LinkedIn Learning",
"Getting Started with Android Development" to "Pluralsight",
"AD340 - Intro to Android Development" to "North Seattle College",
"Intro to Kotlin" to "freeCodeCamp"
)
}