console.log("Hello World π");
const about = { name: "Raghav Sethi", position: "graduate π¨βπ", techStack: { languages: ["typescript"], frontend: ["nextjs", "tailwind"], backend: ["express"], database: ["mysql", "postgresql"], other: ["webSockets", "docker"] }, currentAdventure: "learning vim", interests: ["tech", "cars", "understanding & improving things"], whileAFK: "you will find me singing, cooking π³ or tinkering with tech π€", };
console.log("Have a great day! π»");