I worked in Developer Relations (DevRel), helping bridge the gap between developers and our technology. My role involved creating technical content, engaging with the developer community, and supporting adoption through documentation, tutorials, and events.
A minimalistic blockchain implementation in Python 3, created to gain a deeper understanding of blockchain fundamentals such as:
⚡︎ Hashing blocks using SHA-256
⚡︎ Linking blocks via cryptographic hashes
⚡︎ Dynamically generating new blocks
A 2-month course focused on Solana blockchain, cryptography, smart contracts, Solana ecosystem, and building decentralized applications (dApps).
Created an ERC-20 token on the Ethereum Sepolia testnet. Developed a smart contract in Solidity, deployed it, and interacted with it on the blockchain to understand tokenization mechanics.
Developed a mini-game in C with a graphical interface. The project involved creating a window with real-time animations and interactive gameplay mechanics.
Built an IRC server in C++98 following the IRC protocol standards. Implemented core server commands and ensured compatibility with traditional IRC clients.