#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;
}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.
|
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. |
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. |
|
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. |
|
- โ GATE 2026 Qualified โ Score 351
- ๐ฅ 3rd Rank, Diploma in Computer Engineering โ Atmiya University
- ๐ 9.24 CGPA, B.Tech Computer Engineering โ PDEU


