8000 Vad1mChK (Vadim Chaykin) · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
View Vad1mChK's full-sized avatar
a programmer with -2147483648 self-esteem
a programmer with -2147483648 self-esteem

Block or report Vad1mChK

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

Meet the

Vad1mChK

Hey look buddy, I'm a software engineer. And I solve problems.

Not problems like "is Moore's law still relevant", because that would fall within the purview of your conundrums of Computer Architecture.

I solve practical problems.

For instance...


  • I'm currently working on several projects, including but not limited to:
  • I have successfully implemented:
    • Gameplay logic and design for LogicNovelMystery -- Visual novel teaching Prolog
    • Responsible for authentication and home screens, utilizing Jetpack Compose for visuals and navigation to deliver seamless and convenient user experiences in BARSHunters' mobile health app.
  • Ask me about:
    • ...why I don't stop monitoring the Kotlin issue KT-1440.
      • Adding bitwise operators to Kotlin would enable more expressive and intuitive operations, significantly enhancing ease of use and migration from other languages.
        val a = 0b00001111
        val b = 0b00110011
        val c = 0b01010101
        
        println((~a & c) | (a & b))  // 0b01010011
  • How to reach me:
  • Pronouns: he/him
  • Fun fact:
    • In Kotlin you can declare an infix operator fun without issues:
      infix operator fun String.minus(other: String) = removeSurrounding(prefix = "", suffix=other)
      
      fun main() {
          println("sandwich".minus("wich"))
          println("sandwich" minus "wich")
          println("sandwich" - "wich")
      }
      That was technically a "fun" fact, yeah.

Tech Stack

Examples
Programming Languages Kotlin Java Python TypeScript JavaScript C# C++
Frameworks, Platforms, & Libraries JavaFX React Redux Spring Jetpack Compose
Databases & Knowledge Bases SQL Postgres Prolog
Build Systems Gradle Vite
Version Control Systems Git (incl. GitHub GitLab)
Markup & Styling Languages CSS3 HTML5 LaTeX Markdown
Design Software Adobe After Effects Adobe Premiere Pro Audacity Blender Cinema 4D Unity
OS Android Ubuntu Windows

Top Languages GH Stats

Popular repositories Loading

  1. ancient-russes-count ancient-russes-count Public

    Двоичный счёт древних русов имени Юрия Степановича Рыбникова.

    Java 4

  2. Lab03-04Progr Lab03-04Progr Public

    Java

  3. Lab05ProgrKt Lab05ProgrKt Public

    Лабораторная работа №№ 5 - 8 по дисциплине «Программирование», 2-й семестр 1-го курса программной инженерии в Университете ИТМО.

    Kotlin

  4. vad1mchk.github.io vad1mchk.github.io Public

  5. MonteCarloIntegrals MonteCarloIntegrals Public

    Приложение на Kotlin с графическим интерфейсом для нахождения определённого интеграла функции одной переменной методами Монте-Карло.

    Kotlin

  6. Lab02WebProgr Lab02WebProgr Public

    Java

0