const harsh = {
location: "Indore, India",
role: ["Full Stack Developer", "Student"],
focus: "Building fast, scalable web apps",
fuel: "Curiosity × Consistency = Growth"
}; |
$ cat current_status.js
// What I'm up to 🎧
const currentStatus = {
learning: "System Design + Advanced DSA",
building: "Full Stack SaaS Application",
exploring: "Next.js 14 + AI Integration",
vibing: "Lofi beats + Late night coding 🌙"
};
|


