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      = "Software Developer | AI Solutions";
    string location  = "Gandhinagar, Gujarat, India ๐Ÿ‡ฎ๐Ÿ‡ณ";
    string degree    = "B.Tech โ€” Computer Engineering (CGPA: 9.24/10)";

    map<string, vector<string>> strengths = {
        { "Languages",  { "C", "C++", "Python", "JavaScript", "TypeScript"                      } },
        { "Frontend",   { "React.js", "Next.js", "Tailwind CSS", "Redux", "Zustand", "ShadCN UI" } },
        { "Backend",    { "Node.js", "Express.js", "REST APIs", "PHP", "JWT Auth"                } },
        { "Databases",  { "MySQL", "PostgreSQL", "MongoDB", "Supabase", "Upstash Redis"          } },
        { "AI / ML",    { "RAG", "LangChain", "Groq API", "ChromaDB", "Vector Embeddings"        } },
        { "Tools",      { "Git", "GitHub", "Docker", "Postman", "Vercel", "Octokit"              } },
        { "Concepts",   { "DSA", "System Design", "OOP", "DBMS", "OS", "Computer Networks"       } }
    };

    map<string, string> dsa_profile = {
        { "LeetCode",   "600+ solved  |  Peak: 1885  |  Top 5.02% ๐Ÿ”ฅ" },
        { "Codeforces", "200+ solved  |  Peak: 1267 (Pupil)"          },
        { "CodeChef",   "Peak Rating: 1641 (3-Star)"                  }
    };

    vector<string> superpowers = {
        "Turning complex problems into elegant, production-ready solutions",
        "Building end-to-end apps trusted by real clients (30+ and counting)",
        "Shipping AI-powered developer tools with RAG & LLM pipelines",
        "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

AI / ML

Tools & Platforms



๐Ÿ’ผ Work Experience

Fintech Software Developer Intern ยท Rising Capital Group ย (Jun 2026 โ€“ Jul 2026)

๐Ÿ“ WTC, GIFT City

  • Engineered a full-stack analytics dashboard enabling teams to upload raw financial datasets and instantly generate 50+ key metrics with interactive visual graphs for client-facing reporting.
  • Designed and automated a personalized email marketing pipeline using the Brevo API, cutting campaign setup time from hours to minutes and enabling outreach to 20,000+ people without manual intervention.
  • Resolved critical bugs and redesigned UI/UX on the analytics dashboard, improving load performance and usability; collaborated with the trading team to refine algorithmic trading strategy logic across 2 trading strategies.
Web Development Intern ยท Growthwiser ย (May 2025 โ€“ Jul 2025)

๐Ÿ“ Remote

  • Built and deployed 4 client websites from scratch โ€” including domain registration and hosting setup โ€” strengthening clients' online presence.
  • Collaborated directly with clients to gather requirements and translate feedback into iterative improvements, refining communication and delivery skills.


๐Ÿš€ Featured Projects

๐Ÿงฉ Workflow Orchestrator

MERN Flask Socket.io React Flow ChromaDB Llama 3.3

Live

Real-time collaborative workflow canvas (React Flow + Socket.io) with JWT-based RBAC (3 roles) and email OTP auth. Ships a Python RAG pipeline โ€” SentenceTransformers + ChromaDB + Llama 3.3 via Groq โ€” that auto-parses requirement PDFs into structured execution plans, plus bidirectional GitHub Issue sync via Octokit.

๐Ÿ–ฅ๏ธ DevPilot

Next.js TypeScript WebContainers Monaco Prisma Zustand

Live

AI-powered, browser-based IDE built on the WebContainers API โ€” runs full-stack Node.js environments client-side with Monaco Editor and Xterm.js. Ships a low-latency AI coding assistant (Groq/Llama 3) delivering real-time inline suggestions.

๐Ÿ“Š RCG Dashboard

Next.js TypeScript Supabase Upstash Redis Recharts

Live

Client-facing fintech dashboard with Supabase RLS, presented to 30+ clients as a secure hub for portfolio performance, NAV, and margins. Automated PDF generation and SheetJS-powered data ingestion shifted reporting from weekly to daily, with real-time insights via Upstash Redis.



๐ŸŽ–๏ธ Achievements

  • โœ… GATE 2026 Qualified โ€” Score 351
  • ๐Ÿฅ‰ 3rd Rank, Diploma in Computer Engineering โ€” Atmiya University
  • ๐ŸŽ“ 9.24 CGPA, B.Tech Computer Engineering โ€” PDEU


๐Ÿ† Competitive Programming


Peak Rating: 1885 ย |ย  Top 5.02% Globally ๐Ÿ”ฅ

Peak Rating: 1267 (Pupil)

Peak Rating: 1641

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

  2. RCG-Dashboard RCG-Dashboard Public

    A centralized internal dashboard built with Next.js for parsing, managing, and visualizing financial data, net assets, and investment strategies.

    TypeScript