Education
I learned a lot, but the real learning happens in the code editor!
Education has served as the backbone of my engineering journey. While pursuing my B.Tech, I explored various programming concepts and built a strong interest in web development and software engineering.
From high school to IIIT Bhagalpur, each stage has shaped my skills— technically and personally—making me a more thoughtful and solutions-driven developer.
B.Tech in Electronics and Communication Engineering · IIIT BhagalpurOngoing
Pursuing a B.Tech at IIIT Bhagalpur with a focus on programming, software development, and modern web technologies through both academics and self-driven projects.
Class 12 · Kendriya Vidyalaya No.3 Bhopal · CBSE
Specialized in Physics, Chemistry, and Mathematics. Built a strong academic foundation and interest in logical thinking and coding.
Class 10 · Kendriya Vidyalaya No.3 Bhopal · CBSE
Completed secondary education with distinction. Developed an early passion for technology and problem-solving.
educationJourney.ts
const education = {
institute: "IIIT Bhagalpur",
degree: "B.Tech in Electronics and Communication Engineering",
duration: "2022 – 2026",
cgpa: 7.05,
};
console.log("🎓 Studying at", education.institute);
console.log("📘 CGPA:", education.cgpa, "| Duration:", education.duration);