Skip to content
View Mikulej's full-sized avatar

Highlights

  • Pro

Block or report Mikulej

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

Hello!

My name is Michał. I am a Computer Science graduate, pursuing my dream of becoming a software developer.

About What I Do/Did

Currently, in my job I do test automation, DevOps and programming mobile apps on Java.
In the past I made a few simple rendering engines with OpenGL, nowadays - I'm developing a small game in my free time.
I'm familiar with main concepts of deep learning, also made one reinforcement learning model as well for my diploma.
I mainly program in C++ and Python.

About Me

I'm keen to build projects that seem cool or are helpful to other people.
I'm fond of learning new stuff and concepts, especially from colleagues.

Pinned Loading

  1. rl-minesweeper rl-minesweeper Public

    Program made for my bachelor's thesis. It compares efficency of different reinforcement learning algorithms at playing Minesweeper.

    Python

  2. PokerTexasHoldem PokerTexasHoldem Public

    University Project written in C++ and OpenGL using GLFW and GLAD, with MCTS based AI. One-to-one Texas Hold'em game.

    HTML

  3. analysis-pandas analysis-pandas Public

    Simple interactive business dashboard made with pandas and streamlit.

    Python

  4. PongMultiplayer PongMultiplayer Public

    Simple OpenGL game that makes use of client-server architecture.

    C

  5. nn-from-scratch nn-from-scratch Public

    Image recognition model made with numpy only, uses mnist dataset.

    Python

  6. real-time-chat real-time-chat Public

    Web application running on Flask, allowing users to chat in real time. All information about messages, accounts and chat rooms are stored in database.

    Python