My name is Jun.
std::vector<Experience*> experiences;
Experience* google_experience = new Experience{
"Google",
"Software Engineer",
"2021/09",
std::nullopt,
{"Gemini Enterprise", "NotebookLM Enterprise"}
};
experiences.push_back(google_experience);
Experience* rbc_experience = new Experience{
"Royal Bank of Canada",
"Software Developer Intern",
"2019/05",
"2019/08",
{"Technology and Operations"}
};
experiences.push_back(rbc_experience);std::vector<Education*> educations;
Education* uoft_education = new Education{
"University of Toronto",
"Bachelor of Science",
"Computer Science",
"2021/11"
};
educations.push_back(uoft_education);I also do some security research on the side, you can find me on various platforms using the handle antin0de.
Here are some tools I find useful. I'm not affiliated with any of them; I just think they're genuinely good. Most of them are free, so please contribute financially if you have the means. Let's keep the open-source and free software communities thriving!
- Disk Wipe - Windows portable USB / disk wiping software, great if you want to dispose some SSDs or USB drives.







