Education
I’ve gained valuable knowledge, but the real learning happens when I’m deep in the code editor, turning concepts into working solutions.
My academic journey has been a launchpad into technology, where each step has strengthened my curiosity and skills. At Pune Institute of Computer Technology, I am pursuing Electronics & Telecommunication Engineering, building a strong foundation in core engineering concepts while bridging them with computer science and modern software practices.
My academic journey has been enriched by hands-on projects and rigorous coursework, allowing me to develop practical skills and gain a deeper understanding of modern technological solutions.
Bachelors in Electronics and Telecommunication · Pune Institute of Computer TechnologyLatest
I am pursuing a Bachelor’s in Electronics & Telecommunication Engineering at Pune Institute of Computer Technology (PICT), with a strong focus on programming, web development, and software engineering.
CGPA: 9.3 / 10
Extra-Curricular: Secretary | GameDevUtopia , Student Council | Entrepreneurship Development Cell
4.0 Technologies · NxtWave Disruptive TechnologiesLatest
I am currently enrolled in the 4.0 Technologies program at NxtWave Disruptive Technologies, where I am enhancing my skills in emerging technologies and their applications.
Senior Secondary Education · Sanjay Ghodawat International School · CBSE
I completed my senior secondary education in Science from Sanjay Ghodawat International School, where I excelled in my studies and developed a strong foundation in core subjects like PCM and prepared for competitive exams like JEE, MHTCET, COMEDK etc.
Score : 80%
Secondary Education · Shantiniketan School · CBSE
I completed my secondary education at Shantiniketan School, where I built a solid academic foundation and consistently performed well in my studies. During this time, I actively focused on core subjects and cultivated the discipline and curiosity that shaped my interest in pursuing higher education in Science and Technology.
Extra-Curricular: Cricket | Fast Bowler , Music | Guitar & Piano
Score : 94.6%
educationJourney.ts
const educationJourney = {
degrees: [
{
title: "Bachelors in Electronics and Telecommunication",
institution: "Pune Institute of Computer Technology (PICT)",
period: "Aug 2023 - June 2027",
note: "CGPA: 9.3 / 10",
},
{
title: "4.0 Technologies",
institution: "NxtWave Disruptive Technologies",
period: "Oct 2023 - June 2027",
note: "Program in emerging technologies",
},
{
title: "Senior Secondary Education (Science)",
institution: "Sanjay Ghodawat International School (CBSE)",
period: "June 2021 - June 2023",
},
{
title: "Secondary Education",
institution: "Shantiniketan School (CBSE)",
period: "June 2016 - June 2021",
},
],
};
console.log(`My education includes:`);
educationJourney.degrees.forEach(d => console.log(`- ${d.title} at ${d.institution} (${d.period})${d.note ? ' — ' + d.note : ''}`));