Skip to content

Instantly share code, notes, and snippets.

@lukilukeskywalker
Last active July 21, 2022 10:28
Show Gist options
  • Save lukilukeskywalker/4453e80263c38b395e6df97eab65bb68 to your computer and use it in GitHub Desktop.
Save lukilukeskywalker/4453e80263c38b395e6df97eab65bb68 to your computer and use it in GitHub Desktop.
{
"meta": {
"theme": "elegant"
},
"basics": {
"name": "Lukas Gdanietz de Diego",
"label": "Programmer",
"image": "https://i.imgur.com/OOdv0OI.jpg",
"email": "lukasgdanietz@gmail.com",
"phone": "+34 683400490",
"url": "https://lukilukeskywalker.me",
"summary": "Curious and passionate college student with interests in electronics, Information Technologies and robotics. \n I use creative aproaches to solve different problems that appear on daily basis. Also I have a great attention to detail and I am willing to learn about my mistakes and improve",
"location": {
"address": "Navaespino 26",
"postalCode": "28260",
"city": "Galapagar",
"countryCode": "ES",
"region": "Madrid"
},
"profiles": [
{
"network": "Instagram",
"username": "lukilukeskywalker",
"url": "https://www.instagram.com/lukilukeskywalker/"
},
{
"network": "Linkedin",
"username": "lgdanietz",
"url": "https://www.linkedin.com/in/lgdanietz/"
},
{
"network": "Github",
"username": "lukilukeskywalker",
"url": "https://github.com/lukilukeskywalker"
}
]
},
"work": [{
"name": "Hago Feinwerktechnik",
"position": "Summer Job",
"location": "Waldshut, Germany",
"url": "https://www.hago-ft.de/",
"summary": "Summer Job over a period of 2 months each year",
"startDate": "2016-07-01",
"endDate": "2019-09-01"
},
{
"name": "Hava Shapiro",
"position": "Technician, Praxis",
"location": "London",
"summary": "Praxis job with ERASMUS+ program in London",
"startDate": "2017-03-01",
"endDate": "2017-06-01"
}],
"volunteer": [{
"organization": "Board of European Students of Engineering",
"position": "Volunteer",
"url": "https://bestmadrid.org/",
"startDate": "2019-01-01",
"endDate": "2023-01-01",
"summary": "BEST strives to help European students of technology to become more internationally minded, by reaching a better understanding of European cultures and developing capacities to work on an international basis. Therefore we create opportunities for the students to meet and learn from one another through our academic and non-academic events and educational symposia.",
"highlights": [
"IT coordinator 2019-2020"
]
}],
"education": [
{
"institution": "Universidad Politecnica de Madrid",
"url": "https://upm.es/",
"area": "Telecomunications Electronics Engineering",
"studyType": "Bachelor",
"startDate": "2017-09-01",
"endDate": "2023-01-01",
"courses": [
"C/C++", "Java", "VHDL"
]
},
{
"institution": "Juan de la Cierva",
"area": "Electronics",
"studyType": "Certificate of Higher Education",
"startDate": "2015-09-01",
"endDate": "2017-06-30",
"courses": [
"C/C++", "PIC16 Ensambler", "KICAD", "Proteus", "Digital Design"
]
}
],
"certificates": [{
"name": "Labour Risks Prevention Course",
"date": "2019-04-07",
"issuer": "Laborali",
"url": "https://www.laborali.es/"
}],
"skills": [{
"name": "PCB Development",
"level": "Master",
"keywords": [
"KiCad",
"Proteus",
"Eagle"
]
},
{
"name": "3D Design",
"level": "Master",
"keywords": [
"FreeCad"
]
}],
"languages": [{
"language": "Spanish",
"fluency": "Native speaker"
},
{
"language": "German",
"fluency": "C1"
},
{
"language": "English",
"fluency": "C1"
}
],
"interests": [{
"name": "Engineering",
"keywords": [
"Electronics",
"3D Printing",
"Robotics"
]
}],
"projects": [{
"name": "AETEL Lights",
"description": "MQTT Controlable RGB Lights for an electronics student asociation in the UPM",
"keywords": [
"IOT", "Arduino", "MQTT"
],
"url": "https://github.com/aetel/luces"
}]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment