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 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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to 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 = "Senior 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", "KMP", "MobileOps", "CI/CD"),
    Interests("Multiplatform development", "Clean Architecture", "Optimization of release processes"),
    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 Loading

  1. RIPDPI RIPDPI Public

    Android app for internet speed-up during active DPI with a local SOCKS5 proxy and VPN mode, powered by in-repo Rust native modules. Features adaptive DPI evasion strategies, encrypted DNS (DoH/DoT/…

    Kotlin 36 3

  2. ratatoskr ratatoskr Public

    Self-hosted messenger between you and the internet. Pulls articles, videos, and feeds from across the web; summarizes with LLMs; delivers signal, not feed.

    Python

  3. ratatoskr-client ratatoskr-client Public

    Kotlin Multiplatform client for Ratatoskr — shared Compose UI on Android, iOS, and Desktop. Offline-first with delta sync to your self-hosted instance.

    Kotlin

  4. heimdall heimdall Public

    See everything, spend less. A private, local-first analytics dashboard for AI-assisted engineering with real-time budgeting and upstream health monitoring.

    Rust