Computer Science Student at UNC Charlotte 💻 👾
class Saniddhya {
public:
vector<string> pronouns = {"he", "him"};
vector<string> code = {"C++", "Rust", "TypeScript", "Python"};
vector<string> tools = {"Linux", "Docker", "Git", "Microservices"};
vector<string> architecture = {"Systems Programming", "Backend Development"};
struct TechCommunities {
string interest = "Systems Programming";
vector<string> currentChallenge = {
"Deep dive into C++ Performance Optimization",
"LeetCode 200 Days Challenge",
"Pushing Rating to 1700"
};
} techProfile;
void connect() {
cout << "Building high-performance systems, one line of code at a time!" << endl;
}
};

