Skip to content
View po4yka's full-sized avatar
🐧
Java Beans in Effective Byte-Code out
🐧
Java Beans in Effective Byte-Code out
Block or Report

Block or report po4yka

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

Hi there, I'm Nikita✌️

val dev = Developer(
    About(
        name = "Nikita",
        company = "Garage IT",
        position = "Android Developer - core team member"
    ),
    PreviousExperience(
        startDate = Date(year = 2021, month = 3),
        endDate = Date(year = 2022, month = 11),
        company = "VK",
        position = "Android Developer"
    ),
    Skills("Kotlin", "Java", "Android SDK", "Jetpack Compose", "KMM"),
    AndroidFrameworks("Retrofit 2", "Dagger 2", "Hilt", "RxJava 2", "Jetpack Compose", "Kotlin Coroutines"),
    Interests("Multiplatform development", "Clean Architecture"),
    Education(
        university = "ETU 'LETI'",
        degree = "bachelor",
        educationProgram = "Software Engineering",
        startDate = 2018,
        endDate = 2022,
        honoursDegree = True
    )
)

while (dev.isAlive) {
    dev.code()
}

Contact me

Telegram GMail LinkedIn

Pinned

  1. food-recipes-app food-recipes-app Public

    Modern Food Recipes App

    Kotlin 2

  2. to-do-app to-do-app Public

    Simple Android Kotlin ToDo app made using the latest development trends

    Kotlin 1

  3. markdown-editor markdown-editor Public archive

    WYSIWYG cross platform markdown editor

    Java 4

  4. cute-corgi-js-game cute-corgi-js-game Public archive

    Simple pure JS game about super cute corgi

    JavaScript 4

  5. web-course web-course Public archive

    Education course of web programming in Saint-Petersburg Electrotechnical University "LETI"

    JavaScript 1 2

  6. link-shortener link-shortener Public archive

    Java