Skip to content

n8ebel/n8ebel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 

Repository files navigation

Nate Ebel - @n8ebel

Hey devs 👋

I enjoy building great software and helping others do the same.

Email n8ebel
Website n8ebel Twitter n8ebel LinkedIn n8ebel
YouTube n8ebel Podcast n8ebel

object Nate {
 val name = "Nate Ebel"
 val acknowledgements = "Google Developer Expert"
 
 val primarySkillset = "Android"
 val languages = listOf("Kotlin", "Java", "Python")

 val website = "https://goobar.io/"
 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(
         "Getting Started with Android Development" to "Pluralsight", 
         "AD340 - Intro to Android Development" to "North Seattle College",
         "Intro to Kotlin" to "freeCodeCamp"
         )

}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published