Skip to content
View Sparsh2105's full-sized avatar

Highlights

  • Pro

Block or report Sparsh2105

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
Sparsh2105/README.md

πŸ‘¨β€πŸ’» Source Code: about_me.cpp

#include <bits/stdc++.h>
using namespace std;

class Developer {
private:
    string name = "Sparsh Chaudhary";
    string current_os = "Fedora Linux + Hyprland + Zsh 🐧";
    
public:
    vector<string> currently_building = {
        "NeedNavigator AI", 
        "Digital Twin AI"
    };
    
    vector<string> daily_grind = {
        "Data StructuresπŸ†", 
        "Generative AI",
        "Full-Stack Web Dev (MERN) 🌐"
    };

    vector<string> hobbies = {
        "Watching Anime", 
        "Solving Complex Math & Probability πŸ“Š",
        "Optimizing Algorithms ⚑"
    };

    void execute() {
        cout << "Predict. Prevent. Perform. Always pushing limits! πŸš€" << endl;
    }
};

int main() {
    Developer sparsh;
    sparsh.execute();
    return 0;
}

πŸ› οΈ Tech Stack & Tools


πŸ“Š Telemetry & Data


🐍 Commit History Visualization


πŸ’¬ Random Dev Insight


Pinned Loading

  1. Imagify Imagify Public

    JavaScript 1

  2. NoteNexus NoteNexus Public

    JavaScript

  3. DigitalTwinAI DigitalTwinAI Public

    TypeScript