interface Developer {
name: string;
role: string;
languages: string[];
expertise: string[];
currentlyLearning: string[];
challenge: string;
funFacts: string[];
}
const harshit: Developer = {
name: "Harshit Singh",
role: "Full Stack & Blockchain Developer",
languages: ["JavaScript", "TypeScript", "Java", "C++", "Solidity", "Rust"],
expertise: [
"React Ecosystem", "Node.js", "Web3 Development",
"Smart Contracts", "DeFi", "Cloud Architecture"
],
currentlyLearning: ["Ethereum & Hardhat", "Solana Development", "Web3 Security"],
challenge: "Building the future of decentralized web",
funFacts: [
"🚀 I dream in code and debug in my sleep",
"☕ Coffee is my programming fuel",
"🎯 Turning caffeine into smart contracts",
"🌟 Always shipping cool stuff"
]
};|
🔭 Working On
|
🌱 Learning
|
|
💬 Ask Me About
|
⚡ Fun Fact
|








