Skip to content
View Danyastry's full-sized avatar

Block or report Danyastry

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
Danyastry/README.md
class AboutMe {
    val firstName = "Danylo"
    val lastName = "Vinichenko"
    val linkedin = "https://www.linkedin.com/in/DevDanyloVinichenko/"
      val skills = listOf("Java", "Kotlin", "Android SDK", "Jetpack Compose", "Coroutines", "MVVM/MVP/MVI", "OOP",
      "Clean Architecture", "Koin", "Dagger2/Hilt", "Room", "Retrofit", "OkHttp", "Firebase", "Media3/ExoPlayer", "LiveData",
      "Flow", "JUnit", "MockK", "Espresso", "Jira", "Confluence", "Navigation", "Git", "GitLab" "Design patterns", "Postman")
+    val yearsOfExperience = 3
-    val yearsOfExperience = 2.5f
    val role = "Android Developer"
}

Pinned Loading

  1. conf2022_coroutines_tasks conf2022_coroutines_tasks Public

    This repository includes 21 assignments on the topic of asynchronous programming.

    Kotlin

  2. NewsAppX NewsAppX Public

    Stay ahead with news that shapes the world

    Kotlin

  3. multithreading_issues multithreading_issues Public

    Demonstration of Multithreading Issues

    Kotlin

  4. encryption-decryption encryption-decryption Public

    An example of text encryption and decryption

    Kotlin