Last active
February 24, 2023 15:04
-
-
Save izakdvlpr/799420d32431901034254b3659aea2cf to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"meta": { | |
"theme": "class" | |
}, | |
"basics": { | |
"name": "Isaque Lima", | |
"label": "Desenvolvedor", | |
"image": "https://media.discordapp.net/attachments/695861256921546753/1078692527936393366/WhatsApp_Image_2023-02-04_at_14.13.44.jpeg?width=605&height=605", | |
"email": "[email protected]", | |
"phone": "(31) 9 9860-4008", | |
"url": "https://izakdvlpr.com", | |
"summary": "Apaixonado por programação, tecnologia e pizza.", | |
"location": { | |
"city": "Vitória", | |
"region": "Espirito Santo" | |
}, | |
"profiles": [ | |
{ | |
"network": "Github", | |
"username": "izakdvlpr", | |
"url": "https://github.com/izakdvlpr" | |
}, | |
{ | |
"network": "Twitter", | |
"username": "izakdvlpr", | |
"url": "https://twitter.com/izakdvlpr" | |
}, | |
{ | |
"network": "Linkedin", | |
"username": "Isaque Lima", | |
"url": "https://www.linkedin.com/in/izakdvlpr" | |
} | |
] | |
}, | |
"work": [ | |
{ | |
"name": "Hitechline Tecnologia", | |
"position": "Software Engineer", | |
"url": "https://hitechline.com.br/", | |
"startDate": "2021-11-01", | |
"summary": "Software development company", | |
"highlights": ["FullStack Developer", "Mobile", "Backend"] | |
} | |
], | |
"awards": [], | |
"certificates": [ | |
{ | |
"name": "Ignite - ReactJS", | |
"date": "2021-02-07", | |
"issuer": "Rocketseat" | |
} | |
], | |
"publications": [], | |
"skills": [ | |
{ | |
"name": "Frontend", | |
"level": "Advanced", | |
"keywords": [ | |
"HTML", | |
"CSS", | |
"ReactJS", | |
"NextJS", | |
"Stitches", | |
"ChakraUI", | |
"RadixUI", | |
"TailwindCSS", | |
"Redux", | |
"Apollo" | |
] | |
}, | |
{ | |
"name": "Backend", | |
"level": "Advanced", | |
"keywords": [ | |
"TypeScript", | |
"NodeJS", | |
"GraphQL", | |
"gRPC", | |
"WS", | |
"Socket.io", | |
"Apache Kafka", | |
"Jest", | |
"Prisma", | |
"NestJS", | |
"AdonisJS", | |
"GoLang" | |
] | |
}, | |
{ | |
"name": "Mobile", | |
"level": "Advanced", | |
"keywords": ["Jetpack Compose", "Flutter"] | |
}, | |
{ | |
"name": "Database", | |
"level": "Advanced", | |
"keywords": ["MySQL", "PostgreSQL", "SQLite", "MongoDB", "Redis"] | |
}, | |
{ | |
"name": "devOPS", | |
"level": "Advanced", | |
"keywords": ["Docker", "Jenkins", "CircleCI", "Github Actions"] | |
} | |
], | |
"languages": [ | |
{ | |
"language": "Português", | |
"fluency": "Falante nativo" | |
}, | |
{ | |
"language": "Espanhol", | |
"fluency": "Falante nativo" | |
}, | |
{ | |
"language": "Inglês", | |
"fluency": "Intermediário" | |
}, | |
{ | |
"language": "Hebraico", | |
"fluency": "Apenas leitura" | |
} | |
], | |
"interests": [], | |
"references": [], | |
"projects": [ | |
{ | |
"name": "Rebimboka", | |
"description": "O Rebimboka ajuda a encontrar peças para seu veículo com poucos cliques.", | |
"keywords": [ | |
"Jetpack Compose", | |
"NextJS", | |
"ViteJS", | |
"ChakraUI", | |
"NodeJS", | |
"WS", | |
"Apache Kafka", | |
"PostgreSQL" | |
], | |
"url": "https://marinetes.com.br/" | |
}, | |
{ | |
"name": "Marinete's", | |
"description": "Viaje com um serviço de transporte executivo e com um motorista de segurança.", | |
"keywords": [ | |
"Jetpack Compose", | |
"NextJS", | |
"ViteJS", | |
"TailwindCSS", | |
"Prismic", | |
"NodeJS", | |
"WS", | |
"gRPC", | |
"Apache Kafka", | |
"MySQL" | |
], | |
"url": "https://marinetes.com.br/" | |
}, | |
{ | |
"name": "Urbano Norte", | |
"description": "Viaje com um serviço de transporte executivo e com um motorista de segurança.", | |
"keywords": ["NextJS", "TailwindCSS", "Prismic", "NodeJS", "MySQL"], | |
"url": "https://urbanonorte.app/" | |
}, | |
{ | |
"name": "Muoosic", | |
"description": "Encontre sua sintonia com a música em qualquer lugar, onde quiser e se aventure!", | |
"keywords": ["Jetpack Compose", "GoLang", "WS"], | |
"url": "https://muoosic.com/" | |
}, | |
{ | |
"name": "Skye", | |
"description": "Um bot brasileiro desenvolvido para gerenciar servidores de Discord.", | |
"keywords": ["NextJS", "NodeJS", "MongoDB"], | |
"url": "https://skyebot.website/" | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment