Skip to content
View DuminAndrew's full-sized avatar

Highlights

  • Pro

Block or report DuminAndrew

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
learning
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",
        "🧠 System Programming",
        "👁️  Computer Vision (OpenCV)",
        "🎨 Graphics & OpenGL",
        "🔧 Low-level Optimization"
    };

    std::array<std::string_view, 3> currently = {
        "📚 Exploring C++23 features",
        "🦀 Learning Rust for fun",
        "🧩 Grinding LeetCode daily"
    };

    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++

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

👁️   Fascinated by computer vision and image processing

⚙️   In love with CMake, clean code, and SOLID

🧩   Daily LeetCode warrior — algorithms are my cardio

📖   Always reading: Effective Modern C++, CLRS, OS Concepts

🤝   Open to collaboration on ambitious projects


snake
divider

🧰 Tech Arsenal

💻   Languages
Languages
📚   C++ Libraries & Frameworks
Qt Boost OpenCV OpenGL STL GoogleTest fmt spdlog
🗄️   Databases
Databases
🛠️   Tools & Platforms
Tools
divider

📊 GitHub Analytics

Activity Graph
divider

🏅 Profile Summary

Profile Details
Repos per Language Most Commit Language
Stats Productive Time
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

    Val arhivater

    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

    Таймер для отчета времени в возможностью выставления время предупреждения основная задумка сделать таймер для ведущих, спикер, и иных людей связанных с выступлениями

    C++

  5. QuizOwn QuizOwn Public

    современное приложение для тестирования знаний, разработанное с использованием Qt6 и C++.

    C++

  6. MD-RDS MD-RDS Public

    Mirage Desktop - Remove Desktop System

    C++