#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 |
|
Highlights
- Pro
💡 "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
-
-
-
Taymer
Taymer PublicТаймер для отчета времени в возможностью выставления время предупреждения основная задумка сделать таймер для ведущих, спикер, и иных людей связанных с выступлениями
C++
-
QuizOwn
QuizOwn Publicсовременное приложение для тестирования знаний, разработанное с использованием Qt6 и C++.
C++
-
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.

