An open API service indexing awesome lists of open source software.

https://github.com/junzhengca/junzhengca


https://github.com/junzhengca/junzhengca

Last synced: 9 months ago
JSON representation

Awesome Lists containing this project

README

          

### Hi there 👋

My name is Jun.

#### Experiences

```golang
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",
},
}
```

#### Education

```golang
educations := []*Education{
&Education{
School: "University of Toronto",
Degree: "Bachelor of Science",
Major: "Computer Science",
CompeletionDate: "2021/11",
},
}
```

#### Security Research

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

TryHackMe