Skip to content
View DuminAndrew's full-sized avatar
  • Russia

Block or report DuminAndrew

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
DuminAndrew/README.md
Andrew Dumin β€” Animated Hero

status
building
status
shipping
status
exploring

divider
Profile Views Followers Stars Focus Status

divider

πŸ‘¨β€πŸ’» About Me

#include <passion>
#include <caffeine>
#include <algorithms>

namespace andrew {

class Developer final {
public:
    constexpr auto name()       const { return "Andrew Dumin"; }
    constexpr auto role()       const { return "C++ Engineer"; }
    constexpr auto location()   const { return "Russia, UTC+3"; }
    constexpr auto motto()      const { return "Make it work, make it right, make it fast"; }

    std::array<std::string_view, 5> focus = {
        "⚑ High-Performance Computing",
        "πŸ” Security & Privacy Tooling",
        "🧠 System Programming",
        "πŸ‘οΈ  Computer Vision (OpenCV)",
        "πŸ”§ Low-level Optimization"
    };

    std::array<std::string_view, 3> currently = {
        "πŸ” Building static analyzers (Solidity, Android SDKs)",
        "πŸ“š Exploring C++23 features",
        "πŸ¦€ Learning Rust for fun"
    };

    template<typename T>
    auto solve(Problem<T>&& p) -> Solution<T> {
        return think() | research() | iterate() | ship();
    }

    ~Developer() = default;
};

} // namespace andrew

🎯 What Drives Me


πŸ”­ Β  Building lightning-fast backend systems in modern C++

πŸ” Β  Writing security & privacy tools β€” SDK scanners, gas-inefficiency detectors, Android debloaters

🌱   Deep-diving into C++23, concepts, and coroutines

βš™οΈ Β  In love with CMake, clean code, and SOLID

🧩 Β  Daily LeetCode warrior β€” algorithms are my cardio

🀝   Open to collaboration on ambitious projects


snake
divider

🧰 Tech Arsenal

πŸ’» Β  Languages
Languages
πŸ“š Β  C++ Libraries & Frameworks
Qt Boost OpenCV OpenGL STL GoogleTest
πŸ” Β  Security & Tooling
GitHub Actions SARIF Static Analysis Jetpack Compose
πŸ—„οΈ Β  Databases
Databases
πŸ› οΈ Β  Tools & Platforms
Tools
divider

πŸ“Š GitHub Analytics

Activity Graph
divider

πŸ“Œ Featured Repositories

divider

πŸ’­ Random Dev Quote

Random Dev Quote
divider

🌐 Let's Connect


πŸ’‘ "First make it work, then make it right, then make it fast." β€” Kent Beck
⭐   If you like what you see, consider starring my repos. Thanks for visiting!   ⭐

Popular repositories Loading

  1. ValArhivater ValArhivater Public

    Lightweight archiver utility written in C++

    C++ 1

  2. DuminAndrew DuminAndrew Public

    Config files for my GitHub profile.

    1

  3. BloatFree-Android BloatFree-Android Public

    Debloat Android without root using Shizuku. Jetpack Compose, MVVM. Safely disable/remove bloatware (disable-user by default).

    Kotlin 1

  4. Taymer Taymer Public

    Presentation timer for speakers with configurable warning thresholds, built in Qt6/C++

    C++

  5. QuizOwn QuizOwn Public

    Cross-platform knowledge testing app built with Qt6 and modern C++

    C++

  6. MD-RDS MD-RDS Public

    Mirage Desktop - Remote Desktop System written in C++

    C++