Last active
March 5, 2026 02:53
-
-
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": "pedrohba18@gmail.com", | |
| "phone": "(55) (34) 9 9904-2502", | |
| "summary": "Solutions-oriented software engineer with 6 years of experience in distributed systems, blockchain infrastructure, and backend engineering. I design systems with a verification mindset, reasoning adversarially and building software that remains correct under stress. Most of my recent work is in Rust and Go, building high-performance infrastructure for blockchain data verification, distributed services, and cryptographic protocols. Computer Science graduate from the Federal University of Uberlândia. Founder of Bufulink and former engineer at Semiotic working on verification infrastructure for The Graph Protocol.", | |
| "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": "Full-stack development on a web application for managing and scheduling push notifications. Built backend services responsible for orchestrating notification delivery, normalized and maintained SQL databases, improved query performance, and refactored legacy code. Also developed frontend integrations with backend APIs.", | |
| "startDate": "2019-07-01", | |
| "endDate": "2020-01-01", | |
| "website": "https://www.linkedin.com/company/inngage-engajamento-mobile/" | |
| }, | |
| { | |
| "name": "Getmore", | |
| "position": "Frontend Developer", | |
| "summary": "Developed internal dashboards and monitoring tools used by administrators managing cashback systems for businesses and banks. Built frontend interfaces and mobile web applications using React and TypeScript.", | |
| "startDate": "2021-03-01", | |
| "endDate": "2021-11-01", | |
| "website": "https://www.getmore.com.br/" | |
| }, | |
| { | |
| "name": "Equals9", | |
| "position": "Tech Lead", | |
| "summary": "Led the development of an e-sports tournament management platform where users participated and earned cryptocurrency rewards. Worked across backend services, Solidity smart contracts, and frontend–contract integration.", | |
| "highlights": [ | |
| "Designed and implemented distributed backend services in Node.js running on AWS Lambda", | |
| "Built internal tooling for contract monitoring, liquidation handling, and wallet sponsorship", | |
| "Designed a secure Ethereum transaction signing system using AWS Nitro Enclaves to protect private keys", | |
| "Developed token distribution mechanisms and ran game-theoretic simulations to model participant incentives", | |
| "Released the tournament engine as open source" | |
| ], | |
| "startDate": "2021-12-01", | |
| "endDate": "2023-12-01", | |
| "website": "https://www.equals9.com/" | |
| }, | |
| { | |
| "name": "Bitboundaire", | |
| "position": "Smart Contract Software Engineer", | |
| "summary": "Developed smart contracts and built integrations between on-chain logic and off-chain data sources using Chainlink oracles.", | |
| "startDate": "2022-05-01", | |
| "endDate": "2023-01-01", | |
| "website": "https://www.bitboundaire.com/" | |
| }, | |
| { | |
| "name": "Semiotic Labs", | |
| "position": "Software Engineer", | |
| "summary": "Worked on Veemon, Rust-based infrastructure that validates blockchain data across EVM and non-EVM chains using cryptographic verification. Contributed to systems built on The Graph stack, including subgraphs and substreams.", | |
| "highlights": [ | |
| "Developed Rust software verifying the canonicalness and integrity of blockchain data", | |
| "Worked with The Graph indexing stack including subgraphs and substreams", | |
| "Built systems that verified off-chain Uniswap pool data on-chain using zero-knowledge proofs", | |
| "Contributed to a system integrating ODOS to liquidate idle protocol assets into USDC" | |
| ], | |
| "startDate": "2024-01-01", | |
| "endDate": "2026-02-01", | |
| "website": "https://www.semiotic.ai/" | |
| }, | |
| { | |
| "name": "Bufulink", | |
| "position": "Founder", | |
| "summary": "Founded and operated a software consultancy building backend systems, smart contract implementations and audits, infrastructure automation, chatbots, and internal tools for clients. Many projects focused on reducing operational overhead by automating manual processes.", | |
| "startDate": "2020-01-01", | |
| "website": "https://www.bufu.link/" | |
| } | |
| ], | |
| "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": [ | |
| "Solidity", | |
| "ERC20", | |
| "ERC721", | |
| "ERC1155", | |
| "Chainlink Oracles", | |
| "The Graph (Subgraphs)", | |
| "Hardhat", | |
| "Foundry" | |
| ] | |
| }, | |
| { | |
| "name": "Backend", | |
| "level": "Advanced", | |
| "keywords": [ | |
| "Rust", | |
| "Node.js", | |
| "PostgreSQL", | |
| "Redis", | |
| "gRPC", | |
| "Serverless (AWS Lambda)" | |
| ] | |
| }, | |
| { | |
| "name": "DevOps / Infrastructure", | |
| "keywords": [ | |
| "Docker", | |
| "Podman", | |
| "Kubernetes", | |
| "NixOS", | |
| "Linux", | |
| "Ethereum Nodes", | |
| "Chainlink Nodes" | |
| ] | |
| } | |
| ], | |
| "languages": [ | |
| { | |
| "language": "Portuguese", | |
| "fluency": "Native Speaker" | |
| }, | |
| { | |
| "language": "English", | |
| "fluency": "Fluent" | |
| } | |
| ], | |
| "interests": [ | |
| { | |
| "name": "Music", | |
| "keywords": [ | |
| "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 ranked players.", | |
| "url": "https://github.com/pedrohba1/tournament-manager" | |
| } | |
| ] | |
| } |
Author
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