Skip to content

Instantly share code, notes, and snippets.

@cultab
Last active September 4, 2025 18:52
Show Gist options
  • Select an option

  • Save cultab/0bdea2d425864b9a669602bbcb3e28aa to your computer and use it in GitHub Desktop.

Select an option

Save cultab/0bdea2d425864b9a669602bbcb3e28aa to your computer and use it in GitHub Desktop.
{
"$schema": "https://raw.githubusercontent.com/jsonresume/resume-schema/v1.0.0/schema.json",
"basics": {
"name": "Evangelos Katsandris",
"label": "Junior Software Engineer",
"_image": "https://cultab.xyz/profile.jpg",
"email": "[email protected]",
"phone": "+30 6980500604",
"url": "https://cultab.xyz",
"summary": "",
"location": {
"countryCode": "GR",
"address": "Voutakos",
"postalCode": "84400",
"city": "Paros",
"region": "Cyclades"
},
"profiles": [
{
"network": "LinkedIn",
"username": "Evangelos Katsandris",
"url": "https://www.linkedin.com/in/evangelos-katsandris/"
},
{
"network": "Github",
"username": "cultab",
"url": "https://github.com/cultab"
}
]
},
"work": [
{
"name": "MV Solution",
"position": "Part-Time Assitant Security Consultant",
"url": "https://mvsolution.gr",
"startDate": "2018",
"endDate": "2024-08",
"summary": "On and off part-time summer job of maintenance and installation of networking and security equipment.",
"highlights": [
"Installing IP cameras, Surveillance Recorders, Access Points, Point-to-Point Antennae, Routers and Switches.",
"Troubleshooting DSL connections with clients' ISPs.",
"Laying down hundreds of meters of CAT6 ethernet cabling."
],
"location": "Paros, Cyclades, Greece",
"description": ""
},
{
"name": "Hellenic Army 79th HNGBC Office of Research and Computer Science",
"url": "https://www.linkedin.com/company/11308257",
"position": "Reserve Private (RCS), Computer Programmer",
"startDate": "2024-12-09",
"endDate": "2025-08-14",
"summary": "Technical support, user training and security auditing on the 79th HNGBC's computer network.",
"highlights": [
"Setting up ESXi based virtualized Windows Server 2016-2019 servers for DNS, Active Directory and DHCP services.",
"Handling of Classified documments and information.",
"Security auditing and management of security and confidentiality software.",
"Local network administration and user management for the 79th HNGBC network on Active Directory",
"Repairing and maintaining personal computers and various electronic devices."
],
"location": "Samos, Northern Aegean, Greece"
}
],
"education": [
{
"institution": "University of West Attica",
"url": "https://uniwa.gr",
"area": "Informatics and Computer Engineering",
"studyType": "Intergrated Master of Engineering",
"startDate": "2017-01-01",
"endDate": "2024-06-30",
"score": "8.01"
}
],
"certificates": [
{
"name": "Ubiquiti Broadband Routing & Switching Specialist",
"date": "2022-05-22",
"issuer": "Ubiquiti Networks",
"_url": "ID: NZDoNHDMq3"
}
],
"publications": [
{
"name": "Parallel classification using support vector machines on Modern GPUs",
"releaseDate": "2024-03-22",
"url": "https://polynoe.lib.uniwa.gr/xmlui/handle/11400/6378",
"summary": "The objective of this thesis will be the design, development and evaluation of an efficient parallel SVM classifier in a CUDA programming environment. The development of the above classifier will be done using C/C++, while the evaluation will be performed in a real, modern environment using modern GPUs (NVIDIA 1060 and NVIDIA RTX TITAN) and will include comparisons (latency, speedup and accuracy of classification) with an equivalent sequential implementation."
}
],
"skills": [
{
"name": "Server Administration",
"level": "Intermediate",
"keywords": [
"shell automation",
"systemd",
"docker",
"podman",
"VMWare ESXi"
]
},
{
"name": "Programming Languages",
"level": "Advanced",
"keywords": [
"Go",
"C",
"C++",
"Python",
"R",
"Java"
]
},
{
"name": "CLI Tools",
"level": "Intermediate",
"keywords": [
"git",
"tmux",
"vim",
"ssh"
]
},
{
"name": "Packaging/Build Tools",
"level": "Beginner",
"keywords": [
"maven",
"gradle",
"CMake",
"GNU gmake",
"poetry",
"nix flakes"
]
}
],
"languages": [
{
"language": "Greek",
"fluency": "Native Speaker"
},
{
"language": "English",
"fluency": "Fluent"
},
{
"language": "German",
"fluency": "Beginner"
}
],
"interests": [
{
"name": "Watersports",
"keywords": [
"Wingsurfing",
"Dinghy Sailing"
]
},
{
"name": "Open Source",
"keywords": [
"cli tools",
"neovim plugins"
]
}
],
"projects": [
{
"name": "themr",
"startDate": "2021-07-03",
"endDate": "2025",
"description": "A cli tool to change configuration values in many files at once.",
"highlights": [
"Dec 4, 2021: Rewrote from Python to Go in order to leverage multithreading effectively"
],
"url": "https://github.com/cultab/themr"
}
],
"meta": {
"theme": "jsonresume-theme-professional",
"__theme": "jsonresume-theme-stackoverflow",
"_theme": "jsonresume-theme-caffeine",
"version": "v1.0.0",
"canonical": "https://github.com/jsonresume/resume-schema/blob/v1.0.0/schema.json"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment