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 Thapar University, each stage has shaped my skills— technically and personally—making me a more thoughtful and solutions-driven developer.
B.E. in Computer Science and Business Systems · Thapar UniversityOngoing
Pursuing a B.E. at Thapar University with a focus on programming, software development, and modern web technologies through both academics and self-driven projects.
Class 12 · Mount Carmel School · CBSE
Specialized in Physics, Chemistry, and Mathematics. Built a strong academic foundation and interest in logical thinking and coding.
Class 10 · Mount Carmel School · CBSE
Completed secondary education with distinction. Developed an early passion for technology and problem-solving.
educationJourney.ts
const education = {
institute: "Thapar University",
degree: "B.E. in Computer Science and Business Systems",
duration: "2023 - 2027",
cgpa: 8.48,
};
console.log("🎓 Studying at", education.institute);
console.log("📘 CGPA:", education.cgpa, "| Duration:", education.duration);