const bhavesh = {
location: "India ๐ฎ๐ณ",
education: "B.Tech CSE",
role: "Full Stack Developer",
techStack: [
"React",
"Node.js",
"Express",
"MongoDB",
"JavaScript",
"TypeScript",
"C++"
],
currentlyLearning: [
"Next.js",
"System Design"
],
hobbies: [
"Coding",
"Open Source",
"Competitive Programming"
]
};---


