Skip to content
View princethakarar's full-sized avatar

Highlights

  • Pro

Block or report princethakarar

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



๐Ÿง  About Me

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

class PrinceThakarar {
private:
    string name      = "Prince Thakarar";
    string role      = "Full Stack Developer";
    string location  = "Gandhinagar, Gujarat, India ๐Ÿ‡ฎ๐Ÿ‡ณ";
    string degree    = "B.Tech โ€” Computer Engineering";

    map<string, vector<string>> strengths = {
        { "Languages",  { "C", "C++", "Python", "JavaScript"                                  } },
        { "Frontend",   { "React.js", "Next.js", "HTML", "CSS", "Tailwind CSS", "Bootstrap"   } },
        { "Backend",    { "Node.js", "Express.js", "PHP"                                       } },
        { "Databases",  { "MySQL", "MongoDB"                                                   } },
        { "Tools",      { "Git", "GitHub", "Postman", "VS Code"                               } },
        { "Concepts",   { "DSA", "OOP", "DBMS", "OS", "Computer Networks"                    } }
    };

    map<string, string> dsa_profile = {
        { "LeetCode",   "450+ solved  |  Peak: 1633  |  Top 19.34% ๐Ÿ”ฅ" },
        { "Codeforces", "100+ solved  |  Peak: 1062"                   },
        { "CodeChef",   "Peak Rating: 1223"                            }
    };

    vector<string> superpowers = {
        "Turning complex problems into elegant solutions",
        "Building end-to-end production-ready apps",
        "Consistent competitive programmer"
    };

public:
    void introduce() {
        cout << "Hey! I'm " << name << " โ€” a builder & problem solver ๐Ÿ‘‹" << "\n";
        cout << "Exploring Horizons, Powered by Technology ๐Ÿš€" << "\n";
    }
};

int main() {
    PrinceThakarar me;
    me.introduce();
    return 0;
}


โšก Tech Stack

Languages

Frontend

Backend & Databases

Tools



๐Ÿ† Competitive Programming


Peak Rating: 1633 ย |ย  Top 19.34% Globally ๐Ÿ”ฅ

Peak Rating: 1062

Peak Rating: 1223

LeetCode Stats ย ย  Codeforces Stats


๐Ÿ“Š GitHub Highlights






๐Ÿ’ญ "Exploring Horizons, Powered by Technology"

Pinned Loading

  1. Workflow-Orchestrator Workflow-Orchestrator Public

    An AI-powered project management platform with visual drag-and-drop task dependencies, local vector-embedded RAG parsing, and native bidirectional GitHub sync.

    JavaScript