Skip to content

Instantly share code, notes, and snippets.

@flaviodesousa
Created July 8, 2022 06:47
Show Gist options
  • Save flaviodesousa/0e7b1bd3d9d9d655145b96bb259b56f7 to your computer and use it in GitHub Desktop.
Save flaviodesousa/0e7b1bd3d9d9d655145b96bb259b56f7 to your computer and use it in GitHub Desktop.
resume.json
{
"basics": {
"name": "Flávio de Sousa",
"label": "Software Engineer",
"image": "",
"email": "resume.json@flaviodesousa.com",
"phone": "+49 176 8085 8357",
"url": "https://flaviodesousa.com",
"summary": "I am a Software Developer with a track of several successful projects using C (mostly under UNIX), C++ (STL, MFC), Java, C# (MFC, WCF), Perl, Python (Django), UNIX, Oracle. I have led small teams of developers, setup productive development environments and have a solid background of timely and quality deliveries.",
"location": {
"city": "Leipzig",
"countryCode": "DE"
},
"profiles": [{
"network": "GitHub",
"username": "flaviodesousa",
"url": "https://github.com/flaviodesousa"
},{
"network": "LinkedIn",
"username": "flaviodesousa",
"url": "https://www.linkedin.com/in/flaviodesousa"
},{
"network": "stack overflow",
"username": "flaviodesousa",
"url": "https://stackoverflow.com/users/1486562/flaviodesousa"
}]
},
"work": [{
"name": "igniti",
"position": "Senior Software Developer",
"url": "https://igniti.de",
"startDate": "2021-09-01",
"summary": "Developer at igniti's Digital Solutions branch",
"highlights": [
"Refractive Eye Surgery Workplace. Windows based refractive laser eye surgery control station, coordinating several devices to perform a laser eye surgery. The core was written in C++11 with Microsoft Visual Studio using MFC and Boost libraries."
]
},{
"name": "ipoque",
"position": "Senior Software Engineer",
"url": "https://ipoque.com",
"startDate": "2014-08-18",
"endDate": "2021-08-31",
"summary": "Core platform developer",
"highlights": [
"Linux based real-time traffic analyzer. NetReporter is a highly scalable (from one to 100+ cores) application able to handle 100 Gbps traffic in real-time doing traffic classification, filtering and delivering the results to aggregating processors. The core was written in C and C++17 with supporting environment using Python, Gitlab, Jenkins, and Docker."
]
}],
"education": [{
"institution": "UniEURO",
"url": "https://www.unieuro.edu.br",
"area": "Software Engineering",
"studyType": "Specialization",
"startDate": "2010-03-01",
"endDate": "2011-02-28",
},{
"institution": "AIEC",
"url": "https://www.aiec.br/",
"area": "Business Administration",
"studyType": "Bachelor",
"startDate": "2004-01-01",
"endDate": "2008-12-31",
}],
"skills": [{
"name": "Web Development (Placeholder)",
"level": "Master",
"keywords": [
"HTML",
"CSS",
"JavaScript"
]
}],
"languages": [{
"language": "English",
"fluency": "Fluent (C1)"
},{
"language": "German",
"fluency": "Intermediate (B2)"
},{
"language": "Portuguese",
"fluency": "Native speaker"
}],
"interests": [{
"name": "Wildlife (Placeholder)",
"keywords": [
"Ferrets",
"Unicorns"
]
}],
"references": [{
"name": "Jane Doe",
"reference": "Reference…"
}],
"projects": [{
"name": "Project",
"description": "Description…",
"highlights": [
"Won award at AIHacks 2016"
],
"keywords": [
"HTML"
],
"startDate": "2019-01-01",
"endDate": "2021-01-01",
"url": "https://project.com/",
"roles": [
"Team Lead"
],
"entity": "Entity",
"type": "application"
}]
}
@flaviodesousa
Copy link
Author

@flaviodesousa
Copy link
Author

Still WIP

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment