class Bhupendra {
public:
string role = "Software Engineer";
vector<string> expertise = {
"Backend Engineering",
"Distributed Systems",
"Cloud Infrastructure",
"Mobile Development",
"System Design"
};
string currentFocus =
"Building scalable production-ready applications";
string philosophy =
"Write code that scales before it needs to.";
}; |
|
Configure the Platane GitHub Action once to keep this animation updated automatically.
constexpr auto CurrentFocus = std::array{
"Backend Engineering",
"Distributed Systems",
"Cloud Native",
"System Design",
"Open Source"
};