Skip to content

Instantly share code, notes, and snippets.

@felipecrs
Last active August 29, 2020 19:59
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 felipecrs/752f9ab929a558847557d791171f08a6 to your computer and use it in GitHub Desktop.
Save felipecrs/752f9ab929a558847557d791171f08a6 to your computer and use it in GitHub Desktop.
{
"$schema": "https://json.schemastore.org/resume",
"meta": {
"canonical": "https://gist.githubusercontent.com/felipecrs/752f9ab929a558847557d791171f08a6/raw/resume.json",
"theme": "kendall"
},
"basics": {
"name": "Felipe Santos",
"label": "Computer Engineer",
"image": "https://gist.githubusercontent.com/felipecrs/752f9ab929a558847557d791171f08a6/raw/889871dad358a7e461bff9c84b0063d98eca3295/picture.jpg",
"email": "felipecassiors@gmail.com",
"phone": "+55 (35) 998450190",
"url": "https://felipesantos.dev",
"summary": "A Computer Engineer with great experience in CI/CD and Cloud-Native technologies and problem-solving skills. Passionate for open source.",
"location": {
"address": "Rua Josino Tenório Rocha, 73",
"city": "Conceição dos Ouros",
"region": "MG",
"postalCode": "37548-000",
"countryCode": "BR"
},
"profiles": [
{
"url": "https://github.com/felipecrs",
"username": "felipecrs",
"network": "GitHub"
},
{
"url": "https://linkedin.com/in/felipecassiors",
"username": "felipecassiors",
"network": "LinkedIn"
},
{
"url": "https://sourcerer.io/felipecassiors",
"username": "felipecassiors",
"network": "Sourcerer"
},
{
"url": "https://profile.codersrank.io/user/felipecassiors",
"username": "felipecassiors",
"network": "CodersRank"
}
]
},
"skills": [
{
"name": "Software Development",
"level": "",
"keywords": [
"TypeScript / JavasScript / Node.js",
"Shell Script",
"Java",
"Groovy",
"PowerShell",
"Python",
"Go",
"C++",
"REST"
]
},
{
"name": "DevOps",
"level": "",
"keywords": [
"Docker",
"Kubernetes",
"Linux",
"Jenkins",
"Vagrant",
"Git",
"Gerrit",
"GitHub",
"Gradle",
"Maven",
"CI / CD"
]
},
{
"name": "Database",
"level": "",
"keywords": ["SQL", "MongoDB", "MySQL", "Postgres", "Oracle", "SQLite"]
},
{
"name": "Network Management",
"level": "",
"keywords": ["Windows Server", "DNS", "Spiceworks", "Active Directory"]
}
],
"languages": [
{
"language": "Portuguese",
"fluency": "Native"
},
{
"language": "English",
"fluency": "Fluent"
},
{
"language": "Spanish",
"fluency": "Beginner"
}
],
"work": [
{
"name": "Instituto Nacional de Telecomunicações - Inatel",
"position": "System Specialist",
"url": "https://inatel.br/icc",
"location": "Santa Rita do Sapucaí, MG. Brazil",
"startDate": "2020-07-01",
"summary": "Software Development for Ericsson focused on CI / CD and Cloud-Native technologies."
},
{
"name": "Instituto Nacional de Telecomunicações - Inatel",
"position": "System Specialist Intern",
"url": "https://inatel.br/icc",
"location": "Santa Rita do Sapucaí, MG. Brazil",
"startDate": "2018-10-01",
"endDate": "2020-07-01",
"summary": "Software Development Internship for Ericsson, embracing web back-end and CI / CD technologies."
},
{
"name": "Gabriele Confecção",
"position": "Information Technology Technician",
"location": "Cachoeira de Minas, MG. Brazil",
"startDate": "2015-07-01",
"endDate": "2018-10-01",
"summary": "Computer maintenance and network management."
}
],
"education": [
{
"institution": "Instituto Nacional de Telecomunicações - Inatel",
"area": "Computer Engineering",
"studyType": "Bachelor's",
"url": "https://inatel.br/vestibular/engenharia-de-computacao",
"startDate": "2015-07-01",
"endDate": "2020-07-26"
},
{
"institution": "Escola Técnica de Eletrônica \"Francisco Moreira da Costa\" - ETE \"FMC\"",
"area": "Industrial Automation Technician",
"studyType": "Technician",
"url": "https://www.etefmc.com.br/curso-de-automacao-industrial",
"startDate": "2013-01-01",
"endDate": "2014-12-31"
}
],
"publications": [
{
"name": "Price Search",
"publisher": "Instituto Nacional de Telecomunicações - Inatel",
"releaseDate": "2020-07-21",
"summary": "An open source project for search and comparison of prices in local establishments (Undergraduate Thesis in Portuguese)",
"url": "https://github.com/price-search/paper/releases/download/2020-21-07/Price_Search.pdf"
},
{
"name": "Dev Ubuntu 20.04",
"publisher": "DEV",
"releaseDate": "2020-05-26",
"summary": "The history of a Virtual Machine managed as a Docker image",
"url": "https://dev.to/felipecassiors/dev-ubuntu-20-04-the-history-of-a-virtual-machine-managed-as-a-docker-image-5ahh"
}
],
"projects": [
{
"name": "Digital BSS",
"description": "Catalog Manager and Order Care",
"entity": "Ericsson",
"url": "https://www.ericsson.com/en/portfolio/digital-services/digital-bss",
"roles": ["DevOps", "Software Developer"],
"startDate": "2018-08-01",
"keywords": ["JavaScript", "Java", "Shell Script"]
},
{
"name": "bindl",
"description": "An utility to download binaries for different platforms",
"url": "https://github.com/felipecrs/bindl#readme",
"startDate": "2020-06-28",
"keywords": ["TypeScript", "NPM"]
},
{
"name": "vscode-shellcheck",
"description": "An extension to use shellcheck in vscode",
"url": "https://github.com/timonwong/vscode-shellcheck#readme",
"startDate": "2020-05-07",
"highlights": ["Bundled the shellcheck binaries with the extension, so it works without additional installations"],
"keywords": ["TypeScript", "VSCode"],
"type": "Volunteering"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment