New Grad Software Engineer · UNC Charlotte '26 💻
class Saniddhya {
public:
vector<string> pronouns = {"he", "him"};
vector<string> stack = {"C++", "TypeScript"};
vector<string> tools = {"Linux", "Docker", "Git"};
vector<string> domain = {"Backend Development", "Algorithms"};
struct CurrentWork {
vector<string> building = {
"Moderation and Discovery Engine using graph based
Trust Discovery to avoid spams",
"Active in multiple open-source projects from
domains like Job Hunt Tools,
BTC Nostr server development."
};
vector<string> exploring = {
"learning more algorithms and maths to solve hard problems",
"AI powered codebases"
};
} now;
void connect() {
cout << "Obsessed with computer science." << endl;
}
};
