Last active
July 1, 2024 08:48
-
-
Save ObserverOfTime/c1d5d812134aa2356ee190a741b4e39e to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"$schema": "https://raw.githubusercontent.com/jsonresume/resume-schema/v1.0.0/schema.json", | |
"basics": { | |
"url": "https://observeroftime.github.io/", | |
"name": "Ioannis Somos", | |
"label": "Cybersecurity MSc graduate", | |
"email": "[email protected]", | |
"summary": "Jack of all traits, master of Kotlin. Open Source enthusiast fixated on security.", | |
"location": { | |
"city": "Athens", | |
"countryCode": "GR" | |
}, | |
"profiles": [ | |
{ | |
"username": "ObserverOfTime", | |
"network": "GitHub", | |
"url": "https://github.com/ObserverOfTime" | |
}, | |
{ | |
"username": "@[email protected]", | |
"network": "Mastodon", | |
"url": "https://uwu.social/@chronobserver" | |
}, | |
{ | |
"username": "@instrumentalist:yuri.im", | |
"network": "Element", | |
"url": "https://matrix.to/#/@instrumentalist:yuri.im" | |
} | |
] | |
}, | |
"education": [ | |
{ | |
"url": "https://mscis.cs.aueb.gr/", | |
"studyType": "Master's", | |
"institution": "Athens University of Economics and Business", | |
"area": "Information Systems Development and Security", | |
"startDate": "2022-10-10", | |
"endDate": "2024-02-29", | |
"courses": [ | |
"Penetration Testing", | |
"Software & Network Security", | |
"Applied Cryptography", | |
"Information Law", | |
"Digital Forensics" | |
] | |
}, | |
{ | |
"url": "https://dit.hua.gr/", | |
"studyType": "Bachelor's", | |
"institution": "Harokopio University of Athens", | |
"area": "Informatics and Telematics", | |
"startDate": "2016-10-03", | |
"endDate": "2022-02-23", | |
"courses": [ | |
"Web Development", | |
"Artificial Intelligence", | |
"Data Mining", | |
"Information System Security", | |
"Compilers" | |
] | |
} | |
], | |
"languages": [ | |
{ | |
"language": "Greek", | |
"fluency": "Mother tongue" | |
}, | |
{ | |
"language": "English", | |
"fluency": "EDI JETSET 7 (C2)\nCambridge B2 First" | |
}, | |
{ | |
"language": "German", | |
"fluency": "Goethe-Zertifikat B1" | |
} | |
], | |
"volunteer": [ | |
{ | |
"url": "https://2017.fosscomm.gr/", | |
"summary": "FOSSCOMM 2017", | |
"position": "Video Streamer", | |
"highlights": [ | |
"Helped organise and set up the conference.", | |
"Responsible for streaming one of the venues.", | |
"Attended the Linux Metrics Workshop." | |
], | |
"organization": "Harokopio University of Athens", | |
"startDate": "2017-11-03", | |
"endDate": "2017-11-05" | |
} | |
], | |
"awards": [ | |
{ | |
"title": "Hacktoberfest 2022", | |
"date": "2022-10-31", | |
"awarder": "DigitalOcean" | |
}, | |
{ | |
"title": "Hacktoberfest 2021", | |
"date": "2021-10-31", | |
"awarder": "DigitalOcean" | |
}, | |
{ | |
"title": "Hacktoberfest 2020", | |
"date": "2020-10-31", | |
"awarder": "DigitalOcean" | |
}, | |
{ | |
"title": "Hacktoberfest 2019", | |
"date": "2019-10-31", | |
"awarder": "DigitalOcean" | |
} | |
], | |
"certificates": [ | |
{ | |
"name": "Information Security", | |
"issuer": "freeCodeCamp", | |
"date": "2023-12-12", | |
"url": "https://www.freecodecamp.org/certification/chronobserver/information-security-v7" | |
} | |
], | |
"projects": [ | |
{ | |
"name": "py-tree-sitter", | |
"url": "https://github.com/tree-sitter/py-tree-sitter", | |
"description": "Python bindings to the Tree-sitter parsing library", | |
"type": "application", | |
"roles": ["Core Maintainer"], | |
"entity": "Tree-sitter", | |
"startDate": "2024-02-26" | |
}, | |
{ | |
"name": "nvim-treesitter", | |
"url": "https://github.com/nvim-treesitter/nvim-treesitter", | |
"description": "Tree-sitter configurations and abstraction layer for Neovim.", | |
"type": "application", | |
"roles": ["Core Maintainer"], | |
"entity": "nvim-treesitter", | |
"startDate": "2022-11-25" | |
}, | |
{ | |
"name": "Tachiyomi Extensions", | |
"url": "https://github.com/CodeSpoof/tachiyomi-extensions/tree/master^", | |
"description": "Source extensions for the Tachiyomi app.", | |
"type": "application", | |
"roles": ["Contributor"], | |
"entity": "Tachiyomi", | |
"startDate": "2018-11-26", | |
"endDate": "2023-12-07", | |
"keywords": ["Kotlin", "Android"] | |
}, | |
{ | |
"name": "MangAdventure", | |
"url": "https://github.com/mangadventure/MangAdventure", | |
"description": "A feature-rich manga/comic hosting CMS.", | |
"type": "application", | |
"roles": ["Co-Author"], | |
"startDate": "2018-08-21", | |
"keywords": ["Python", "Django"] | |
} | |
], | |
"skills": [ | |
{ | |
"name": "Mobile Development", | |
"level": "master", | |
"keywords": [ | |
"Kotlin", | |
"Android SDK", | |
"Jetpack Compose" | |
] | |
}, | |
{ | |
"name": "System Administration", | |
"level": "advanced", | |
"keywords": [ | |
"Linux", | |
"Bash", | |
"NGINX" | |
] | |
}, | |
{ | |
"name": "Web Development", | |
"level": "advanced", | |
"keywords": [ | |
"JavaScript", | |
"Django", | |
"TypeScript", | |
"Svelte" | |
] | |
}, | |
{ | |
"name": "Software Development", | |
"level": "intermediate", | |
"keywords": [ | |
"C", | |
"Python", | |
"Rust", | |
"Lua" | |
] | |
}, | |
{ | |
"name": "Cybersecurity", | |
"level": "intermediate", | |
"keywords": [ | |
"Penetration Testing", | |
"Digital Forensics" | |
] | |
} | |
], | |
"interests": [ | |
{"name": "Kotlin"}, | |
{"name": "Python"}, | |
{"name": "Security"}, | |
{"name": "Open Source"}, | |
{"name": "Linux"}, | |
{"name": "Tree-sitter"}, | |
{"name": "Neovim"} | |
], | |
"meta": { | |
"canonical": "https://gist.github.com/ObserverOfTime/c1d5d812134aa2356ee190a741b4e39e", | |
"lastModified": "2024-07-01T11:47:23+03:00", | |
"version": "0.1.6", | |
"theme": "relaxed", | |
"x-lang": "en", | |
"x-size": "10pt" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment