Skip to content

Instantly share code, notes, and snippets.

@ObserverOfTime
Last active February 29, 2024 20:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ObserverOfTime/c1d5d812134aa2356ee190a741b4e39e to your computer and use it in GitHub Desktop.
Save ObserverOfTime/c1d5d812134aa2356ee190a741b4e39e to your computer and use it in GitHub Desktop.
{
"$schema": "https://raw.githubusercontent.com/jsonresume/resume-schema/v1.0.0/schema.json",
"basics": {
"url": "https://observeroftime.github.io/",
"name": "Ioannis Somos",
"label": "AUEB MSCIS student",
"email": "chronobserver@disroot.org",
"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": "@chronobserver@uwu.social",
"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",
"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"
]
},
{
"name": "System Administration",
"level": "advanced",
"keywords": [
"Bash",
"Python",
"NGINX",
"Linux",
"Security"
]
},
{
"name": "Web Development",
"level": "advanced",
"keywords": [
"JavaScript",
"TypeScript",
"Django",
"Svelte"
]
},
{
"name": "Software Development",
"level": "intermediate",
"keywords": [
"C",
"C++",
"Rust",
"Lua"
]
}
],
"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-02-29T21:45:12+02:00",
"version": "0.1.4",
"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