In a world of centralized solutions, be the decentralized revolution you want to see
When I'm not optimizing gas fees, I'm probably meditating on the next blockchain innovation or hiking somewhere with terrible WiFi but spectacular views.
// SPDX-License-Identifier: MIT
pragma solidity ^0.8.20;
contract AboutEric {
string public mission = "Building the decentralized future, one block at a time";
uint256 public web3ExperienceYears = 3;
uint256 public web2ExperienceYears = 2;
bool public openToWork = true;
string public portfolio = "https://eric-johnson-web3.top";
function getSkills() public pure returns (string[] memory) {
string[] memory skills = new string[](10);
skills[0] = "Solidity";
skills[1] = "React/Next.js";
skills[2] = "TypeScript";
skills[3] = "Wagmi/Viem";
skills[4] = "The Graph";
skills[5] = "IPFS";
skills[6] = "Smart Contract Security";
skills[7] = "Gas Optimization";
skills[8] = "Layer 2 Solutions";
skills[9] = "NFT Development";
return skills;
}
function contactMe() public view returns (string memory) {
require(openToWork, "Currently unavailable, but feel free to connect!");
return "Let's build something amazing together!";
}
}
- Smart Contract Sorcery: Crafting secure, gas-optimized contracts that even Vitalik would nod approvingly at
- Front-end Wizardry: Building seamless dApp experiences with Next.js, Wagmi, and Viem that make Web3 accessible to everyone
- Decentralized Architecture: Designing systems that would make centralized services jealous (looking at you, AWS)
- Gas Optimization: Because nobody likes paying more ETH than necessary, especially not me!
Conjured a staking platform where your tokens work for you while you sleep. Integrated Chainlink oracles for reliable price feeds and Layer 2 solutions to keep those gas fees from burning a hole in your digital wallet.
Architected an NFT marketplace where digital artists can thrive. Implemented IPFS for decentralized storage because your digital art deserves better than a centralized server that could disappear tomorrow.
Stats are cool, but they don't show the hours debugging a smart contract at 3 AM or the joy when you finally get that complex state management working just right.
You'll find me exploring nature, cycling through new cities, or deep in meditation trying to visualize Ethereum's state trie. Yes, I'm that kind of blockchain enthusiast!
"The best way to predict the future is to build it... on a blockchain." - Me, probably after too much coffee
For a deeper dive into my blockchain journey, check out my portfolio. Open to remote Web3 opportunities worldwide. Let's redefine what's possible in the decentralized world!