Skip to content
View RowbDowg's full-sized avatar

Block or report RowbDowg

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
RowbDowg/README.md


Hi, I’m Rob πŸ‘‹ - Head of Engineering @ Cognetivity

πŸ˜€ β˜€οΈ πŸŽ‰

sealed interface Interest {
  object Tech {
    object IOS: Tech
    object Android: Tech
    data class NativeMobile(val ios: IOS, val android: Android): Tech

    object Web: Tech
    object Server: Tech

    data class KMM(
      val coroutines: Coroutines,
      val native: NativeMobile,
      val web: Web,
      val server: Server
    ): Tech
  }

  object Quality {
    data class Architecture(val all: [Interests]): Quality
    object BestPractices: Quality
    object HexagonalArchitecture: Quality
    object TDD: Quality
    object Management: Quality
  }
}

🌱 πŸ“– ✨

fun main() {
  val allInterests = Interest::class.sealedSubclasses
  learn(studies = allInterests)
}

πŸ“« πŸ”— πŸ“¨

Linkedin Badge

(Sorry in advance if I don't reply, I can be a bit s*** at it. Mention github and I'll be more likely to connect!)

Popular repositories Loading

  1. RowbDowg RowbDowg Public

    Config files for my GitHub profile.