Portfolio

~/about/education.tstypescript
export const education = {
  degree: {
    school: 'Rizvi College of Engineering, Mumbai',
    program: 'B.E. in AI & Data Science (Honours in Cyber Security)',
    period: 'Jul 2021 — May 2025',
    cgpa: '8.66 / 10',
  },
  awards: [
    "2nd place — PVPIT 'Brain-it-on 2.0' National Hackathon (1,500+ teams, 15 states)",
    'Finalist — ADCET Hackathon 2k24 (top 10 of 500+ teams)',
    'Finalist — KJSCE Crackathon 2k23',
  ],
  certifications: [
    'AWS Academy Cloud Foundations (2024)',
    'Deep Learning — IIT Ropar NPTEL (2024)',
    'Natural Language Processing — IIT Kharagpur NPTEL (2023)',
  ],
} as const