Last active
February 18, 2026 12:56
-
-
Save kostasmaneadis/e6abd897830c2223a8054d164e1fb877 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| { | |
| "basics": { | |
| "name": "Konstantinos Maneadis", | |
| "label": "Lead Full Stack Developer", | |
| "email": "kmaneadis@gmail.com", | |
| "phone": "+30-6943-968-774", | |
| "url": "https://github.com/kostasmaneadis", | |
| "summary": "Lead Full Stack Developer with 5+ years of experience specializing in Secure Web Architectures, PKI, and Cryptography. Expert in .NET and Vue.js, with a proven track record of building mission-critical security infrastructure.", | |
| "location": { | |
| "city": "Thessaloniki", | |
| "countryCode": "GR" | |
| }, | |
| "profiles": [ | |
| { | |
| "network": "LinkedIn", | |
| "username": "kmaneadis", | |
| "url": "https://linkedin.com/in/kmaneadis" | |
| }, | |
| { | |
| "network": "GitLab", | |
| "username": "kmaneadis", | |
| "url": "https://gitlab.com/kmaneadis" | |
| }, | |
| { | |
| "network": "GitHub", | |
| "username": "kostasmaneadis", | |
| "url": "https://github.com/kostasmaneadis" | |
| } | |
| ], | |
| "image": "https://media.licdn.com/dms/image/v2/C4D03AQEgQ3cWt8uung/profile-displayphoto-shrink_400_400/profile-displayphoto-shrink_400_400/0/1536343975322?e=1773273600&v=beta&t=K51SklbpxkycfzcJeAX9gqZaItzDqhjqzFrS_SsZkBY" | |
| }, | |
| "work": [ | |
| { | |
| "name": "HARICA CA", | |
| "position": "Lead Software Developer", | |
| "startDate": "2020-10-01", | |
| "summary": "Leading the architecture and development of the Cert Manager project, focusing on PKI, security hardening, and scalable full-stack solutions.", | |
| "highlights": [ | |
| "Developed a Flexible ACME service implementation with External Account Binding (EAB), empowering organization admins to enforce custom validation rules and domain constraints for automated issuance.", | |
| "Architected and implemented MPIC (Multi-Perspective Issuance Corroboration) for domain validation to prevent DNS/BGP hijacking.", | |
| "Engineered a secure API Key Management system with granular RBAC for automated certificate lifecycle management.", | |
| "Developed custom .NET middleware for automated evidence retrieval with on-the-fly decryption logic.", | |
| "Optimized bulk certificate issuance and revocation processes for high-performance enterprise requirements.", | |
| "Designed and deployed a secure proxy for .onion v3 domains on the Tor Network.", | |
| "Modernized organizational administrative dashboards using Vue.js and TypeScript." | |
| ] | |
| }, | |
| { | |
| "name": "Battlenet GS", | |
| "position": "Technical Engineer", | |
| "startDate": "2018-10-01", | |
| "endDate": "2021-02-01", | |
| "summary": "Infrastructure management and automation for high-scale server environments.", | |
| "highlights": [ | |
| "Automated deployment and maintenance for 117 dedicated servers using PowerShell, Python, and Node.js.", | |
| "Managed and optimized custom Windows Server 2019 images." | |
| ] | |
| } | |
| ], | |
| "education": [ | |
| { | |
| "institution": "International Hellenic University", | |
| "area": "Information and Electronic Engineering", | |
| "studyType": "Bachelor of Science", | |
| "startDate": "2012-01-01", | |
| "endDate": "2020-01-01", | |
| "courses": [ | |
| "Thesis: E-commerce and Shopping Cart technologies (ReactJs, NodeJs)", | |
| "Project: e-Agelies Desktop App (.NET Core, WPF MaterialUI)" | |
| ] | |
| } | |
| ], | |
| "skills": [ | |
| { | |
| "name": "Backend", | |
| "keywords": [ | |
| "C#", | |
| ".NET Core6,7,8,9", | |
| "Identity Core", | |
| "SignalR", | |
| "Web API", | |
| "Node.js" | |
| ] | |
| }, | |
| { | |
| "name": "Frontend", | |
| "keywords": [ | |
| "Vue.js", | |
| "Vuex", | |
| "React", | |
| "TypeScript", | |
| "Blazor", | |
| "SASS", | |
| "Webpack" | |
| ] | |
| }, | |
| { | |
| "name": "Security & Tools", | |
| "keywords": [ | |
| "PKI", | |
| "Cryptography", | |
| "RBAC", | |
| "Tor Network", | |
| "Docker", | |
| "PowerShell", | |
| "Python" | |
| ] | |
| }, | |
| { | |
| "name": "Testing", | |
| "keywords": [ | |
| "xUnit", | |
| "Jest" | |
| ] | |
| } | |
| ], | |
| "languages": [ | |
| { | |
| "language": "Greek", | |
| "fluency": "Native speaker" | |
| }, | |
| { | |
| "language": "English", | |
| "fluency": "Full Professional Proficiency" | |
| } | |
| ] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment