Skip to content
View 4nk1r's full-sized avatar
🚽
exams should've been forbidden
🚽
exams should've been forbidden
Block or Report

Block or report 4nk1r

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
4nk1r/README.md
val 4nk1r = person {
    occupation = Freelancer
    skills = listOf(
        AndroidDev(
            level = Junior, // i'm not sure okay?
            experience = (2..3).years
        ),
        EnglishLanguage(level = B1),
        RussianLanguage(level = C2)
    )
    petProjects = listOf(
        Project(
            name = "NetSchool",
            description = "Yet another app for NetSchool website",
            link = "https://github.com/4nk1r/netschool"
        ),
        Project(
            name = "HDRezka",
            description = "Yet another app for HDRezka website",
            link = "https://t.me/apphdr"
        )
    )
    links {
        telegram = "@fournkoner"
    }
}

Pinned

  1. netschool netschool Public archive

    An unofficial Android application for NetSchool electronic journal

    Kotlin 2