My name is Jun.
experiences := []*Experience{
&Experience{
Company: "Google",
Title: "Software Engineer",
Start: "2021/09",
End: nil,
},
&Experience{
Company: "Royal Bank of Canada",
Title: "Software Developer Intern",
Start: "2019/05",
End: "2019/08",
},
}
educations := []*Education{
&Education{
School: "University of Toronto",
Degree: "Bachelor of Science",
Major: "Computer Science",
CompeletionDate: "2021/11",
},
}
I also do some security research on the side, you can find me on various platforms using the handle antin0de
.