Skip to content
View H-D-OWL's full-sized avatar

Block or report H-D-OWL

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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
H-D-OWL/README.md

Hi! I'm Dmitry. 👋

Email Telegram

About me

  • 💻 I am a C++ Software Engineer focused on backend logic.
  • ⚙️ I write C++20 and use CMake for building projects across Windows and Linux.

Learn more about my journey

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.

Selected Projects

  • 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.

Pinned Loading

  1. GroupModerBot GroupModerBot Public

    GroupModerBot is a reliable Telegram moderation bot designed to help you maintain order in your groups. It provides administrators with a flexible warning system, allowing them to issue warnings, a…

    C++ 1

  2. ColorSearch ColorSearch Public

    A WinAPI-based console application for detecting specific pixel colors on your screen and automating interactions.

    C++