Last active
November 30, 2023 20:06
-
-
Save pedrohba1/f09576950ae692dfe36546d8a6eaa2b9 to your computer and use it in GitHub Desktop.
Meu currículo utilizando o JSON resume.
This file contains hidden or 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
{ | |
"basics": { | |
"name": "Pedro Henrique Bufulin de Almeida", | |
"label": "Software Engineer", | |
"picture": "https://avatars2.githubusercontent.com/u/39497156?s=400&u=e67843a6334422a4398c78ba8590675aa0460bdd&v=4", | |
"email": "[email protected]", | |
"phone": "(55) (34) 9 9904-2502", | |
"summary": "A Computer Science student dedicated to Web based software, distributed systems and smart contracts.", | |
"location": { | |
"countryCode": "BR", | |
"address": "Santa Mônica, Rua marciano santos 99 apartamento 402", | |
"postalCode": "38408-112", | |
"city": "Uberlândia", | |
"region": "Minas Gerais" | |
}, | |
"profiles": [ | |
{ | |
"network": "Linkedin", | |
"username": "pedro-henrique-bufulin-de-almeida-6a7375160", | |
"url": "https://www.linkedin.com/in/pedro-henrique-bufulin-de-almeida-6a7375160/" | |
}, | |
{ | |
"network": "GitHub", | |
"username": "pedrohba1", | |
"url": "https://github.com/pedrohba1" | |
} | |
] | |
}, | |
"work": [ | |
{ | |
"name": "Inngage - Engajamento de Usuários", | |
"position":"Full Stack developer", | |
"summary": "Inngage is a company that provides a platform for other companies where they can manage and schedule customized push notifications. In this company I developed multiple frontend capabilities that increased app usage from push notifications", | |
"startDate": "2019-07-31", | |
"endDate": "2020-01-31", | |
"website": "https://www.linkedin.com/company/inngage-engajamento-mobile/" | |
}, | |
{ | |
"name": "Getmore - Strategic loyalty & incentives solutions for your business. Cashback, Rewards, Gamification and Payments.", | |
"position": "Frontend Developer", | |
"summary": "Getmore is a company that makes cashback solutions for multiple businesses and banks. In this company I developed control panel front-ends and mobile web app for users", | |
"startDate": "2021-03-01", | |
"endDate": "2021-11-01", | |
"website": "https://www.getmore.com.br/" | |
}, | |
{ | |
"name": "Equals9", | |
"position":"Tech Lead", | |
"highlights": [ | |
"Developed an open source tournament management system", | |
"Integrated off-chain user data with The Graph Protocol for better user experience" | |
], | |
"summary": "Equals9 develops a e-sports tournament managing software where users can join and earn using cryptocurrency tokens, In Equals9 I developed the EqualsSport software's back-end, front-end and smart contracts.", | |
"startDate": "2021-11-01", | |
"website": "https://www.equals9.com/" | |
}, | |
{ | |
"name": "Bitboundaire", | |
"position":"Smart Contract Software Engineer", | |
"summary": "Bitboundarie develops general software. I developed a smart contract related software.", | |
"startDate": "2022-05-01", | |
"endDate": "2023-01-01", | |
"website": "https://www.bitboundaire.com/" | |
} | |
], | |
"volunteer": [ | |
{ | |
"organization": "Free Private Cities Inc.", | |
"position": "Translator", | |
"website": "https://www.linkedin.com/company/freeprivatecities/", | |
"startDate": "2019-04-30", | |
"endDate": "2019-06-30" | |
} | |
], | |
"education": [ | |
{ | |
"institution": "UFU - Universidade Federal de Uberlândia", | |
"area": "Computer Science", | |
"studyType": "Bachelor", | |
"startDate": "2017-02-01", | |
"endDate": "2024-04-01" | |
} | |
], | |
"skills": [ | |
{ | |
"name": "Smart contracts & blockchain", | |
"level": "Advanced", | |
"keywords":[ | |
"Audits", | |
"Chainlink integration", | |
"The Graph Protocol", | |
"ERC20", | |
"ERC1155", | |
"ERC721", | |
"hardhat", | |
"foundry" | |
] | |
}, | |
{ | |
"name": "Backend", | |
"level": "Advanced", | |
"keywords": [ | |
"PostgreSQL", | |
"Redis", | |
"Nestjs", | |
"Serverless", | |
"gRPC" | |
] | |
}, | |
{ | |
"name": "Frontend", | |
"level": "Advanced", | |
"keywords": [ | |
"React", | |
"Nextjs", | |
"Vuejs", | |
"React Native", | |
"tailwind", | |
"styled-components", | |
"reactQuery", | |
"redux", | |
"Jquery" | |
] | |
}, | |
{ | |
"name":"Development Tools", | |
"keywords": [ | |
"Git", | |
"Docker", | |
"Nx", | |
"Linux", | |
"Turbo repo" | |
] | |
}, | |
{ | |
"name":"Programming Languages (ordered by proficiency)", | |
"keywords": [ | |
"Javascript & Typescript", | |
"Solidity", | |
"Python", | |
"Golang", | |
"Java", | |
"C++", | |
"C", | |
"Haskell", | |
"Prolog", | |
"PHP" | |
] | |
}, | |
{ | |
"name":"Devops", | |
"keywords": [ | |
"Kubernetes", | |
"Chainlink Node", | |
"Bitcoin Light Node" | |
] | |
} | |
], | |
"languages": [ | |
{ | |
"language": "Portuguese", | |
"fluency": "Native Speaker" | |
}, | |
{ | |
"language": "English", | |
"fluency": "Fluent" | |
} | |
], | |
"interests": [{ | |
"name": "Music", | |
"keywords": [ | |
"Ableton Live", | |
"Violin", | |
"Guitar" | |
] | |
} | |
], | |
"projects": [{ | |
"name": "Self-Sovereign Camera System", | |
"startDate": "2023-06-01", | |
"endDate": "2023-11-25", | |
"description": "The Self-Sovereign Camera System (SSCS) is an open-source, distributed camera surveillance solution with integrated facial and human detection capabilities.", | |
"highlights": [ | |
"Final year project at the Federal University of Uberlândia" | |
], | |
"url": "https://github.com/pedrohba1/SSCS" | |
}, | |
{ | |
"name": "Tournament Manager", | |
"startDate": "2022-01-28", | |
"endDate": "2023-02-03", | |
"description": "A simple usage tournament organizer that uses blossom's algorithm for pairings.", | |
"url": "https://github.com/pedrohba1/tournament-manager" | |
}, | |
{ | |
"name": "Peer Grading Protocol", | |
"startDate": "2023-06-23", | |
"endDate": "2023-12-01", | |
"description": "An overview of a Smart Contract that implements a trust- less and Game Theoric protocol where it is not necessary to expect participants to behave honestly, but act in such a way as to maximize their gains.", | |
"url": "https://github.com/PedroLeale/Peer-Grading-ETH" | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Can be accessed via:
https://registry.jsonresume.org/pedrohba1?theme=elegant