- 💻 I am a C++ Software Engineer focused on backend logic.
- ⚙️ I write C++20 and use CMake for building projects across Windows and Linux.
My programming journey began with game development using Unreal Engine 5. I created several games and plugins, which gave me experience creating projects and programming in C++. However, I realized that developing software in pure C++ interested me much more than Unreal Engine.
I moved on to an in-depth study of standard C++, modern build systems (CMake), and cross-platform development (using WSL). Today, I'm focused on improving my knowledge and honing my skills.
- GroupModerBot — GroupModerBot is a cross-platform Telegram group moderation bot written in C++20. It is designed to streamline group moderation by providing administrators with a flexible warning system that allows them to issue warnings, as well as automatically restrict messaging privileges or ban violators. The project utilizes the CMake build system, ensuring seamless compilation on both Windows and Linux.
- ColorSearch — A WinAPI-based console application for detecting specific pixel colors on a screen and automating user interactions. Created to simplify routine tasks.