Skip to content
View saniddhyaDubey's full-sized avatar
😴
Sleeping with my eyes open
😴
Sleeping with my eyes open

Highlights

  • Pro

Block or report saniddhyaDubey

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
saniddhyaDubey/README.md

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

Pinned Loading

  1. Yeetcode-NC_Hack Yeetcode-NC_Hack Public

    TypeScript 1

  2. WeChatClient WeChatClient Public

    Client Side Implementation of WeChat

    C++

  3. Shubhk21/WeChatServer Shubhk21/WeChatServer Public

    WeChat Server

    C++ 1 1