Skills & Tools

Learned by coding all night and debugging all day!

I specialize in building full-stack web applications using modern technologies like Next.js, React, Tailwind CSS, and Node.js. On the backend, I work with MongoDB, Express, Convex, and secure auth systems like Clerk and JWT. I’m also diving into tools like Docker and Redis to improve backend performance and scalability.

Whether it's real-time collaboration using Socket.io or crafting beautiful UI with Shadcn, I love working across the stack and exploring new tools to build better, faster, and smarter.

HTMLCSSJavaScriptJavaScriptTypeScriptReactJSNextJSTailwind CSSshadcn/uishadcn/uiNodeJSExpressExpressJSMongoDBMongoDBGitGitGitHubVercelPostmanPostmanLinuxLinuxmacOSWindowspnpmnpmyarnDockerDockerRadix UI

skills.ts

const mySkills = [
  "HTML", "CSS", "JavaScript", "TypeScript", "React.js", "Next.js", "Tailwind CSS",
  "shadcn/ui", "Node.js", "Express.js", "MongoDB", "Git", "GitHub", "Vercel", 
  "Postman", "Linux", "Windows", "pnpm", "npm", "Socket.io", "REST APIs"
];

const getSkills = () => {
  return mySkills.length
    ? `Tech stack I work with: ${mySkills.join(", ")} 💡🚀`
    : "Uh-oh... skills not loaded!";
};

console.log(getSkills());