Skip to content

Commit

Permalink
Update portfolio.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Shubham1632 authored Oct 30, 2024
1 parent 577145a commit 65bdce0
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions portfolio.js
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,17 @@ export const educationInfo = [
"Solved 450+ DSA quetions on various platform like leetcode and geeksforgeeks",
],
},
{
schoolName: "Politecnico Di Milano",
subHeader: "Msc Computer Science and Engineering (Artificial Intelligence)",
duration: "Sept 2024 - Present",
desc: "Studying Machine Learning and AI",
grade: "-",
descBullets: [
"Learning about foundation of AI as a Technology.",
"Learning to build and train Machine Learning Models.",
],
},
];

export const experience = [
Expand Down

0 comments on commit 65bdce0

Please sign in to comment.