Skip to content

saniddhyaDubey/saniddhyaDubey

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 

Repository files navigation

Hi, I'm Saniddhya

Computer Science Student at UNC Charlotte 💻 👾

Linkedin: saniddhya GitHub SaniddhyaDubey

⚠️ A little more about me...

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;
    }
};

About

My profile repo.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors