Skip to content
View junzhengca's full-sized avatar
🥼
ummm.... weird....
🥼
ummm.... weird....

Organizations

@GoogleCloudPlatform @EpicGames @cheapreats @wolfbeacon @hackthevalley @cms-urg @googlers @uoft-treat

Block or report junzhengca

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
junzhengca/README.md

Hi there 👋

My name is Jun.

Experiences

std::vector<Experience*> experiences;

Experience* google_experience = new Experience{
    "Google",
    "Software Engineer",
    "2021/09",
    std::nullopt,
    {"Agentspace", "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);

Education

std::vector<Education*> educations;

Education* uoft_education = new Education{
    "University of Toronto",
    "Bachelor of Science",
    "Computer Science",
    "2021/11"
};
educations.push_back(uoft_education);

Security Research

I also do some security research on the side, you can find me on various platforms using the handle antin0de.

TryHackMe

Pinned Loading

  1. gitscanner gitscanner Public

    Automatically clone and scan all public GitHub repositories for a given organization.

    Go 3

  2. Anduin2017/HowToCook Anduin2017/HowToCook Public

    程序员在家做饭方法指南。Programmer's guide about how to cook at home (Simplified Chinese only).

    Dockerfile 91.1k 10.4k