Education

I learned a lot, but the real learning happens in the code editor!

Education has been the solid ground from which I launched my exploration into computer science and AI/ML. Along the way, practical projects and coding sessions have sharpened my technical foundation well beyond the classroom.

  1. Bachelor of Engineering in Computer Science (AI & ML) · Global Academy of Technology, BengaluruCurrent

    Pursuing B.E. in Computer Science with a focus on Artificial Intelligence and Machine Learning. Building a robust foundation in theory and hands-on development, with a current CGPA of 8.56.

  2. Pre-University (PCM & CS) · Vidyavahini PU College, Tumkur

    Studied Physics, Chemistry, Mathematics, and Computer Science during pre-university, achieving 89.67%. Key exposure to computer fundamentals and analytical thinking.

educationJourney.ts

const educationJourney = {
  degree: "Bachelor of Life Lessons (and Code)",
  courses: [
    "Advanced Caffeine Dependency",
    "Procrastination 101",
    "Debugging: The Final Frontier",
  ],
};

console.log(`My Education: ${educationJourney.degree}`);
educationJourney.courses.forEach(course => console.log(`- ${course}`));