struct Developer {
name: &'static str,
location: &'static str,
role: &'static str,
blockchain: Vec<&'static str>,
web_stack: Vec<&'static str>,
currently_learning: Vec<&'static str>,
favorite_genre: &'static str,
chakra_nature: &'static str,
motto: &'static str,
}
impl Developer {
fn new() -> Self {
Developer {
name: "Abhishek Kumar",
location: "India πΎ",
role: "Web3 Developer | Blockchain Enthusiast ",
blockchain: vec!["Solidity", "Web3.js", "Solana", "zkProofs"],
web_stack: vec!["JavaScript", "TypeScript", "React", "Node.js", "MongoDB"],
currently_learning: vec!["Solana", "Zero-Knowledge Proofs", "High Frequency Systems"],
favorite_genre: "Shonen/Seinen/Isekai",
chakra_nature: "β‘ Lightning Release",
motto: "I am good. Believe it! π",
}
}
fn get_expertise(&self) -> Vec<&'static str> {
vec!["Web3", "MERN Stack", "Blockchain", "AI Integration"]
}
}- π¨ I'm currently working on: Web3 projects & Web3 x AI projects
- π₯ I'm looking to collaborate on: Blockchain projects, MERN stack applications, AI Tools
- π€ I'm looking for help with: Web3 Solana, zk, high frequency system
- π± I'm currently learning: Web3 Solana, zk, high frequency systems
- π¬ Ask me about: Web3, MERN
- β‘ Fun fact: I am good.
| Character | Anime | Why I Like Them |
|---|---|---|
| π Naruto | Naruto | Never gives up! |
| βοΈ Guts | Berserk | Pure determination |
| π₯ Natsu | Fairy Tail | Power of friendship |
| π Saitama | One Punch Man | Simple yet strong |




