Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/isaackogan/isaackogan

Repository for my website, personal README
https://github.com/isaackogan/isaackogan

Last synced: 17 days ago
JSON representation

Repository for my website, personal README

Awesome Lists containing this project

README

        

## Hey, I'm Isaac! 👋

- Working on scraping libraries for every platform!
- Reach me at [[email protected]](mailto:[email protected]) for questions, concerns, and with dog photos
- Connect with me on [LinkedIn](https://www.linkedin.com/in/isaackogan/).

```protobuf
message IsaacKogan {
required int32 age = 20;
required Schools schools = 3;
required Languages languages = 4;

message Schools {
required string university = 1; // York University, BSc (Class of 2026)
required string highSchool = 2; // Westmount C.I. & King City S.S.
required string middleSchool = 3; // Academy for Gifted Children - P.A.C.E.
}

message Languages {
required int32 python = 1;
required int32 typescript = 2;
required int32 php = 3;
required int32 java = 4;
}
}

```