shubhamkumar.base.eth
My decentralized identity on-chain โ forever mine.
class AboutMe {
constructor() {
this.name = "Shubham Kumar";
this.age = 20;
this.location = "๐ India";
this.darkMode = true;
this.roles = [
"Full-Stack Developer",
"Tech Explorer",
"Side Project Builder",
"Lifelong Learner"
];
this.status = {
learning: ["Cybersecurity", "Blockchain"],
workingOn: [
"[Blockchain], [AI Agent]",
"[OpenSource Contribution]"
]
};
this.skills = {
languages: [
"C", "C++", "Java", "Python", "JavaScript", "HTML", "CSS"
],
frameworks: [
"React", "Node.js", "Tailwind CSS", "Next.js", "Express.js", "Vue.js"
],
tools: [
"Postman", "Linux", "Docker", "Git", "VS Code", "Nginx", "Webpack", "Firebase"
]
};
this.web3 = {
ens: "shubhamkumar.base.eth",
chain: "Base"
};
}
}
const shubham = new AboutMe();