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 is supported. This note will only be visible to 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. bitcoinfuzz bitcoinfuzz Public

    Forked from bitcoinfuzz/bitcoinfuzz

    Differential Fuzzing of Bitcoin protocol implementations and libraries

    C++

  2. sherlock sherlock Public

    High-performance Bitcoin chain analysis — raw block parsing in C++17, 9 privacy heuristics, full-stack React visualizer. No node. No RPC. Just binary.

    C++

  3. PSBTForge PSBTForge Public

    Protocol-first Bitcoin PSBT builder — coin selection, fee estimation, RBF/locktime construction, and a web UI that teaches non-technical users how Bitcoin transactions actually work.

    TypeScript

  4. Yeetcode-NC_Hack Yeetcode-NC_Hack Public

    TypeScript 1

  5. WeChatClient WeChatClient Public

    Client Side Implementation of WeChat

    C++

  6. Shubhk21/WeChatServer Shubhk21/WeChatServer Public

    WeChat Server

    C++ 1 1