const aboutMe = {
name: "Parshav Dedhia",
profession: "Full Stack Developer | Blockchain Developer",
languages: ["JavaScript", "TypeScript", "Python", "Solidity"],
primaryLanguage: "JavaScript",
frameworks: ["React", "Next.js", "Flask", "Node.js"],
loves: ["Coding", "Learning New Tech", "Open Source"],
description: `Hi there! I'm a passionate developer who thrives at the intersection of
creativity and technology. Whether it's building scalable web apps,
crafting intuitive UIs, or demystifying blockchain, I'm always up for a challenge!`,
side-quests: [
"π Winner of DEVQUEST Hackathon",
"π Built 'Hiro', a real-time collaboration tool",
"π Developing 'Defendr', a smart contract vulnerability scanner",
],
tools: {
frontend: ["React", "Next.js", "Tailwind CSS"],
backend: ["Node.js", "Django", "Convex"],
database: ["Postgres", "MongoDB"],
devOps: ["Docker", "AWS", "GitHub Actions"],
misc: ["Django", "Flask"],
},
futureGoals: [
"π Dive deeper into AI-powered smart contract analysis.",
"π οΈ Contribute to open-source projects solving real-world problems.",
"π Build tools that make developers' lives easier."
],
contact: {
email: "dedhiaparshav@gmail.com",
linkedIn: "https://linkedin.com/in/parshav-dedhia",
portfolio: "https://parshav.me",
message() {
console.log(
`π« Feel free to reach out via email at ${this.email} or connect with me on LinkedIn!`
);
},
},
greet() {
console.log(
`Hello, world! I'm ${this.name}, a ${this.profession} driven by curiosity and (mogu mogu)! Let's build something awesome together!`
);
},
};
aboutMe.greet();
console.log("π Check out my latest projects and ideas!");
console.table(aboutMe.side-quests);
aboutMe.contact.message();
Backend: | |
Frontend: | |
Database: | |
DevOps: | |
Version Control: | |
IDEs: | |
Other Tools: | |
Operating Systems: |