#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 |
|
C++ engineer building high-performance tools - from Android security scanners to smart contract analyzers
- Russia
π‘ "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
-
-
-
BloatFree-Android
BloatFree-Android PublicDebloat Android without root using Shizuku. Jetpack Compose, MVVM. Safely disable/remove bloatware (disable-user by default).
Kotlin 1
-
Taymer
Taymer PublicPresentation timer for speakers with configurable warning thresholds, built in 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.

