Skip to content

Instantly share code, notes, and snippets.

@vifino
Last active April 9, 2023 13:59
Show Gist options
  • Save vifino/a6ab38a563ddb7ecea012df0fe5f122b to your computer and use it in GitHub Desktop.
Save vifino/a6ab38a563ddb7ecea012df0fe5f122b to your computer and use it in GitHub Desktop.
{
"$schema": "https://github.com/jsonresume/resume-schema/raw/master/schema.json",
"basics": {
"name": "Adrian Pistol",
"label": "Computer Whisperer",
"email": "vifino+cv@posteo.net",
"summary": "Creative and Experienced IT Problem Solver",
"location": {
"city": "Frankfurt",
"region": "Hesse",
"countryCode": "DE"
},
"profiles": [
{
"network": "GitHub",
"username": "vifino",
"url": "https://github.com/vifino"
},
{
"network": "LinkedIn",
"username": "adrian-pistol",
"url": "https://de.linkedin.com/in/adrian-pistol"
}
]
},
"work": [
{
"name": "efero GmbH",
"company": "efero GmbH",
"position": "IT Consultant",
"url": "https://efero.de",
"startDate": "2019-03-01",
"endDate": "2023-03-31",
"summary": "Development and Refactoring of Software, System Administration",
"highlights": [
"Test-driven Development",
"Scalable Web Architecture",
"Wrote VM Hypervisor Management Software",
"Maintainance on 1M+ Lines Codebases"
]
},
{
"name": "efero GmbH",
"company": "efero GmbH",
"position": "Senior Network Engineer",
"url": "https://efero.de/ip-transit/",
"startDate": "2019-08-15",
"endDate": "2023-03-31",
"summary": "Designed, built and operates efero ISP Services",
"highlights": [
"Built and designed the ISP Branch of efero GmbH",
"RIPE IRRDB Administration",
"Designed and created MPLS Backbone",
"MANRS-Compliant Autonomous System"
]
}
],
"volunteer": [
{
"organization": "Freifunk Frankfurt am Main",
"position": "Member",
"url": "https://ffm.freifunk.net/",
"startDate": "2022-02-15",
"summary": "Administrative duties and creative problem solving",
"highlights": [
"DNS and Network automatisation",
"Hardware Setup and Debugging at Refugee Homes"
]
},
{
"organization": "Chaos Computer Club",
"position": "Member",
"url": "https://www.ccc.de/",
"startDate": "2018-03-07",
"summary": "Well-known Member of the CCC and CCC-FFM",
"highlights": [
"Built the critical rC3 Network Infrastructure in 2020 with over 200 Gigabit/s"
]
}
],
"certificates": [
{
"name": "IPv6 Certification - Sage Level",
"date": "2014-12-11",
"issuer": "Hurricane Electrics",
"url": "https://ipv6.he.net/certification/create_badge.php?pass_name=vifino&badge=2"
}
],
"skills": [
{
"name": "Programming",
"level": "Master",
"keywords": [
"C",
"Rust",
"Go",
"Lua",
"Python"
]
},
{
"name": "Service Provider Networking",
"level": "Advanced",
"keywords": [
"Ansible",
"BGP",
"IPv6",
"MPLS",
"RPKI",
"MANRS",
"Juniper JunOS",
"Arista EOS",
"Cisco IOS"
]
},
{
"name": "Systems Administrator",
"level": "Master",
"keywords": [
"Linux",
"OpenBSD",
"FreeBSD",
"POSIX Shell",
"IRC"
]
},
{
"name": "Electronics",
"level": "Intermediate",
"keywords": [
"PCB Design",
"KiCAD",
"Hand-Assembly of PCBs",
"Limited Production Run of PCBs",
"Electrical Fault Finding"
]
}
],
"languages": [
{
"language": "German",
"fluency": "Native speaker"
},
{
"language": "English",
"fluency": "Native speaker"
}
],
"projects": [
{
"name": "SLED",
"type": "Open Source",
"description": "LED Matrix Effect Controller",
"url": "https://github.com/shinyblink/sled",
"highlights": [
"Created Project",
"Modular Architecture",
"Portable to *NIX systems and Micro Controllers",
"Runs on a Calculator"
]
}
],
"meta": {
"theme": "verbum"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment