Leadership & Positions of Responsibility
Empowering others to grow and succeed!
My leadership journey has been centered around mentoring students, organizing events, and fostering a collaborative learning environment. From managing competitive programming contests to leading coding clubs, I've had the privilege of guiding hundreds of students in their technical journey while building strong communities.
- CertificateCP/DSA Lead · GFG IIIT-BH Student's ChapterInitiated a mentorship program for 100+ students, curated 20+ problem sets with detailed editorials, boosting engagement and reducing support queries by 25%. 
- CertificateProject Manager · OPCODE (Open-Source Spring Fest)Spearheaded the open-source CodeCrack project by delivering daily C++ challenges to 200+ participants. Managed 60+ issues and merged 170+ pull requests, ensuring smooth collaboration and continuous contribution throughout the fest. 
- CertificateClub Lead · PyC Coding Club IIIT BhagalpurMentored 40+ students in DSA and CP, led 5+ competitive contests with 200+ participants, and fostered a healthy peer-learning culture through hands-on guidance. 
leadership.ts
const leadershipRoles = [
  "CP/DSA Lead at GFG IIIT-BH Chapter",
  "Project Manager at OPCODE Spring Fest", 
  "Club Lead at PyC Coding Club IIIT-BH"
];
console.log("👑 Leadership Roles:");
leadershipRoles.forEach(role => console.log("🔹", role));