Skip to content
View ryszardmakuch's full-sized avatar

Highlights

  • Pro
Block or Report

Block or report ryszardmakuch

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

Hi 👋, I'm Ryszard

Senior Software Engineer at Allegro. Master of Science in Computer Science. Graduate of the Jagiellonian University.

Given talks:

Past research activities:

During my studies in Computer Science at Jagiellonian University I did bunch of crazy and interesting things like:

  • Project at detecting and classifying stress by analyzing mechanical computer steering patterns:
    • Radio Kraków: Artificial Intelligence understands your emotions - a new era of gaming (content in Polish),
    • Polskie Radio: Laboratory of the future at the Jagiellonian University (content in Polish).
  • Master's Thesis on generating supervised machine learning pipelines using genetic programming (description in English, content in Polish).
1 2 2

Pinned Loading

  1. mutation-testing-101-atm-2021 mutation-testing-101-atm-2021 Public

    Slides and additional resources to my lighting talk given at Allegro Tech Meeting 14 (2021): https://www.youtube.com/watch?v=GibLUL2sYuA.

  2. Coroutines Coroutines
    1
    # Coroutines:
    2
    How do Kotlin coroutines work internally?
    3
    
                  
    4
    - https://medium.com/@elizarov/blocking-threads-suspending-coroutines-d33e11bf4761,
    5
    - https://medium.com/androiddevelopers/coroutines-on-android-part-i-getting-the-background-3e0e54d20bb,