Skip to content

Instantly share code, notes, and snippets.

@Iannery
Last active August 28, 2022 18:27
Show Gist options
  • Save Iannery/8952943d195fb63a75341dc57d25a9aa to your computer and use it in GitHub Desktop.
Save Iannery/8952943d195fb63a75341dc57d25a9aa to your computer and use it in GitHub Desktop.
{
"$schema": "https://raw.githubusercontent.com/jsonresume/resume-schema/v1.0.0/schema.json",
"basics": {
"name": "Ian Nery Bandeira",
"label": "Programmer",
"image": "http://s.gravatar.com/avatar/146d04f8b4f9bab5b13f366dc151ad24?s=460",
"email": "iannerybandeira@gmail.com",
"phone": "+55 61 99414-7634",
"summary": "Born and raised in Brasilia, the capital of Brazil. University of Brasilia (UNB) Computer Science MSc. (in progress). Currently researching Software Requirements, Usability, and Software Engineering focused towards solutions aimed at vulnerable population groups, and is interested in Mobile App Development, Web Development, User Experience, User Research, and Programming Teaching Methodologies.",
"location": {
"address": "CCSW 1",
"city": "Brasilia",
"region": "Brazil"
},
"profiles": []
},
"volunteer": [
{
"organization": "University of Brasilia",
"position": "In-class Tutor",
"startDate": "2018-02-01",
"endDate": "2022-05-06",
"summary": "Actively assisting freshmen in the university's first programming and algorithms subject, and supporting the professors coordinating the subject in developing and correcting the subject's activities."
}
],
"education": [
{
"institution": "University of Brasilia",
"url": "https://international.unb.br",
"area": "Computer Science",
"studyType": "Bachelor of Science",
"startDate": "2017-07-09",
"endDate": "2022-05-06",
"score": "4.2/5.0"
},
{
"institution": "University of Brasilia",
"url": "https://international.unb.br",
"area": "Computer Science",
"studyType": "Master of Science",
"startDate": "2022-07-10"
}
],
"skills": [
{
"name": "Programming Languages",
"keywords": [
"C",
"Python",
"HTML",
"CSS",
"Javascript"
]
},
{
"name": "Technologies",
"keywords": [
"Git",
"React Native",
"ReactJS",
"NextJS"
]
}
],
"languages": [
{
"language": "Portuguese",
"fluency": "Native speaker"
},
{
"language": "English",
"fluency": "Fluent"
},
{
"language": "Spanish",
"fluency": "Beginner"
}
],
"work": [
{
"company": "DENASUS, University of Brasília (UNB)",
"summary": "DENASUS is the brazilian national audit department of the Unified Public Health System. My task is to aid the developers and other researchers to extract, visualize, and publish relevant data to both stakeholders and the academic community.",
"location": "Brazil",
"position": "Researcher",
"startDate": "2021-08-20"
},
{
"company": "Flow Tecnologias Empáticas",
"summary": "I work on developing metrics and solutions for integrating psychophysiological data, such as electrodermal activity and heart rate, into different development environments.",
"location": "Brazil",
"position": "Software Developer, Researcher",
"startDate": "2022-04-15",
"highlights": [
"Startup comprised of 10 people",
"Making a Unity plugin to connect psychophysiological user data to gather playtest analytics and change game mechanics",
"Researching how these metrics can support the development and testing of other user-interacting products"
]
},
{
"summary": "Escritório Social Virtual (ESVirtual) is a cross-platform mobile application designed to support the resocialization process of former inmates. It uses geo-referencing to facilitate the location of services in the network of social public facilities, including health facilities, social services, shelters, community restaurants, places for providing free legal assistance and for obtaining basic civil documentation.",
"keywords": [
"React Native",
"CSS",
"Javascript"
],
"location": "Brazil",
"position": "Frontend Developer, Researcher, UX Designer",
"startDate": "2020-03-05",
"endDate": "2022-02-28",
"url": "https://esv.bitbucket.io/indexEn.html",
"highlights": [
"Team of 15 people",
"Frontend developed with React Native",
"Assisted with prototyping in Figma",
"Conducted Usability Tests with end-users"
],
"company": "Brazilian National Council of Justice (CNJ), University of Brasília (UNB)"
}
],
"projects": [
],
"meta": {
"theme": "onepage",
"canonical": "https://raw.githubusercontent.com/jsonresume/resume-schema/master/resume.json",
"version": "v1.0.0",
"lastModified": "2017-12-24T15:53:00"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment