Skip to content
View n8ebel's full-sized avatar
🏠
Working from home
🏠
Working from home

Sponsoring

@runningcode
@autonomousapps

Highlights

  • Pro

Organizations

@2xe-icp

Block or report n8ebel

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 250 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
n8ebel/README.md

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

Pinned Loading

  1. AD340 AD340 Public archive

    Project code for AD 340 - 5210 Mobile Application Development

    Kotlin 15 3

  2. Mastering-Kotlin Mastering-Kotlin Public archive

    Forked from PacktPublishing/Mastering-Kotlin

    Mastering Kotlin, written by Nate Ebel and published by Packt

    Kotlin 3 1

  3. Droidcon-Boston/conference-app-android Droidcon-Boston/conference-app-android Public

    Official conference app for Droidcon Boston

    Kotlin 100 24

  4. GitHubActionsAutomationSandbox GitHubActionsAutomationSandbox Public archive

    Example repo demonstrating different types of automated tasks and CI integrations using GitHub Actions and Danger

    Kotlin 111 43

  5. MarvelAndroid MarvelAndroid Public archive

    Android library to work with the Marvel Comics Api

    Java 8 1