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

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

}

Pinned

  1. AD340 AD340 Public

    Project code for AD 340 - 5210 Mobile Application Development

    Kotlin 15 3

  2. Android-Slack-Emoji Android-Slack-Emoji Public

    Android-related emojis for Slack

    8

  3. Mastering-Kotlin Mastering-Kotlin Public

    Forked from PacktPublishing/Mastering-Kotlin

    Mastering Kotlin, written by Nate Ebel and published by Packt

    Kotlin 4 1

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

    Official conference app for Droidcon Boston

    Kotlin 98 25

  5. GitHubActionsAutomationSandbox GitHubActionsAutomationSandbox Public

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

    Kotlin 103 43

  6. MarvelAndroid MarvelAndroid Public

    Android library to work with the Marvel Comics Api

    Java 7 1