Skip to content
View Evolitist's full-sized avatar

Block or report Evolitist

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
Evolitist/README.md
fun main() {
  initProfile {
    basicData.apply {
      username = "Evolitist"
      nickname = "evo"
      fullName = "Oleg Lopukhov"
      birthDate = LocalDate(1998, 3, 31)
      occupation = Russia.Novosibirsk
    }

    employment.apply {
      current = EmploymentEntry(
        company = "Heads and Hands",
        position = "Android developer",
        rank = Ranks.SENIOR,
      )
      past = mapOf(
        LocalDate(2018, 5, 4).periodUntil(LocalDate(2018, 12, 28)) to EmploymentEntry(
          company = "ATAPY Software",
          position = "Android developer",
          rank = Ranks.UNRANKED,
        ),
        LocalDate(2019, 1, 9).periodUntil(LocalDate(2020, 8, 14)) to EmploymentEntry(
          company = "ABBYY",
          position = "Android developer",
          rank = Ranks.UNRANKED,
        ),
      )
    }

    skills = mapOf(
      "Android" to Level.ADVANCED,
      "Kotlin" to Level.ADVANCED,
      "Flutter" to Level.ADVANCED,
      "Dart" to Level.INTERMEDIATE,
      "Git" to Level.INTERMEDIATE,
      "Linux" to Level.ADVANCED,
      "Java" to Level.INTERMEDIATE,
      "RxJava" to Level.INTERMEDIATE,
      "Dagger" to Level.INTERMEDIATE,
      "Retrofit" to Level.INTERMEDIATE,
      "Coroutines" to Level.INTERMEDIATE,
      "Compose" to Level.INTERMEDIATE,
    )
  }
}

Popular repositories Loading

  1. go_smoke-flutter go_smoke-flutter Public

    Temporarily on hold

    Dart 2 2

  2. ev3dev-c ev3dev-c Public

    Forked from in4lio/ev3dev-c

    LEGO MINDSTORMS EV3 Debian C library + Python, Ruby and Perl wrappers

    C 1 2

  3. NanoPost NanoPost Public

    Kotlin 1

  4. chucker chucker Public

    Forked from ChuckerTeam/chucker

    🔎 An HTTP inspector for Android & OkHTTP (like Charles but on device)

    Kotlin 1

  5. satellitelock satellitelock Public

    Forked from mike-lambert/satellitelock

    Java

  6. ev3dev-c-clion ev3dev-c-clion Public

    Making CLion work with EV3DEV

    Kotlin