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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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.ADVANCED,
      "Compose" to Level.ADVANCED,
    )
  }
}

Popular repositories Loading

  1. PhotoView PhotoView Public

    Forked from Baseflow/PhotoView

    Implementation of ImageView for Android that supports zooming, by various touch gestures.

    Kotlin 7

  2. go_smoke-flutter go_smoke-flutter Public

    Temporarily on hold

    Dart 2 2

  3. NanoPost NanoPost Public

    Kotlin 2

  4. ev3dev-c ev3dev-c Public

    Forked from in4lio/ev3dev-c

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

    C 1 2

  5. chucker chucker Public

    Forked from ChuckerTeam/chucker

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

    Kotlin 1

  6. QuickNote QuickNote Public

    Kotlin 1