developer.ts
// Initialize core developer profile
const developer = {
name: "Sourav Debnath",
role: "Full-Stack Web Developer",
stack: ["MERN", "Next.js", "TypeScript"],
status: "Building the web of tomorrow",
coffeeLevel: 100%,
};
// Awaiting instructions...
>