class Engineer {
public:
std::string name = "Dhiaeddine Zarouan";
std::string location = "Tunisia πΉπ³";
std::string focus = "Mathematics Engine";
std::vector<std::string> currently = {
"Deep diving into C++ internals",
"Exploring Applied Mathematics",
"Building from the ground up"
};
std::string philosophy = "Understand the fundamentals, master everything else.";
};π Building a Mathematics Engine β a ground-up implementation of mathematical primitives and algorithms in C++, focused on performance, correctness, and elegant design.
π± Deep study: C++ (modern standards, memory model, template metaprogramming) Γ Applied Mathematics (linear algebra, numerical methods, optimization)
β οΈ Note on stats cards: The publicgithub-readme-stats.vercel.appinstance is rate-limited and often returns broken images. See the fix guide below if yours aren't loading.