Skip to content

Instantly share code, notes, and snippets.

@jbonadiman
Last active December 1, 2023 13:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jbonadiman/358ef3e07b62a05a20f3bae9e0fc1067 to your computer and use it in GitHub Desktop.
Save jbonadiman/358ef3e07b62a05a20f3bae9e0fc1067 to your computer and use it in GitHub Desktop.
{
"$schema": "https://raw.githubusercontent.com/jsonresume/resume-schema/v1.0.0/schema.json",
"meta": {
"theme": "elegant"
},
"basics": {
"name": "João Vitor Bonadiman",
"email": "joao@bonadiman.dev",
"phone": "+351 931 324 743",
"location": {
"address": "Lisbon, Portugal"
},
"url": "https://joao.bonadiman.dev",
"profiles": [
{
"network": "LinkedIn",
"username": "jbonadiman",
"url": "https://www.linkedin.com/in/jbonadiman/"
},
{
"network": "GitHub",
"username": "jbonadiman",
"url": "https://github.com/jbonadiman"
}
]
},
"education": [
{
"institution": "Universidade Estácio de Sá",
"area": "Computer Science",
"studyType": "BSc.",
"startDate": "2019-07-01",
"endDate": "2023-07-15",
"location": "Brazil"
}
],
"work": [
{
"company": "Accenture",
"name": "Accenture",
"position": "Business Development Analyst",
"highlights": [
"Developed automations and webscrappers for an app that helped thousands of communications' technicians in their daily duty",
"Maintained and developed a strategical product for the microservices ecosystem in one of the majors telecommunications companies in Brazil",
"Worked in a side-project during the Covid pandemic to help small businesses connect to local consumers. It grew fast and even got some attention on TV news (https://youtu.be/6HG9znqqT2Q)"
],
"url": "https://www.accenture.com/",
"location": "Rio de Janeiro - Brazil",
"startDate": "2018-05-02",
"endDate": "2020-09-04"
},
{
"company": "Ambev Tech",
"name": "Ambev Tech",
"position": "Software Developer",
"highlights": [
"Implemented a system that allowed custom rules to validate all the orders in the company",
"Developed features and helped maintain an ecosystem of 10+ microservices responsible for validating every order made in the company",
"Helped in the redesign of the credit/financial module of the ERP that was used by every customer"
],
"url": "https://www.ambevtech.com.br/",
"location": "Remote (Brazil)",
"startDate": "2020-09-08",
"endDate": "2021-12-03"
},
{
"company": "Copastur",
"name": "Copastur",
"position": "Tech Lead | Senior Software Developer",
"highlights": [
"Designed and implemented a microservice responsible for all the message sending of the company (email, SMS, WhatsApp...)",
"Designed and developed an urban mobility app that could compare prices between different mobility services (99, Uber...) and automatically register the ride in the rider's company expenses",
"Designed a service responsible for governance/GDPR compliance of all customers' data"
],
"url": "https://www.copastur.com.br/",
"location": "Remote (Brazil)",
"startDate": "2021-12-06",
"endDate": "2023-07-26"
},
{
"company": "Aubay",
"name": "Aubay",
"position": "Senior Consultant",
"highlights": [],
"url": "https://www.aubay.pt/",
"location": "Lisbon - Portugal",
"startDate": "2023-08-21"
}
],
"skills": [
{
"name": "Backend Development",
"level": "Senior",
"keywords": [
"C# .NET",
"Python",
"Shell scripting",
"Golang",
"Java",
"Node.js",
"Test-Driven Development",
"Microservices"
]
},
{
"name": "DevOps",
"level": "Novice",
"keywords": [
"Kubernetes",
"Docker",
"CI/CD",
"Azure DevOps",
"Jenkins",
"Ansible"
]
}
],
"languages": [
{
"language": "Portuguese",
"fluency": "Native speaker"
},
{
"language": "English",
"fluency": "Fluent"
}
],
"projects": [],
"awards": []
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment