Skip to content

n8ebel/n8ebel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

6 Commits
Β 
Β 

Repository files navigation

Nate Ebel - @n8ebel

Hey devs πŸ‘‹

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

Email
Website n8ebel Twitter n8ebel LinkedIn n8ebel
YouTube n8ebel Podcast n8ebel

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"
         )
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published