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, 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/uiNodeJS Python DockerExpressExpressJSMongoDBMongoDBGitGitGitHubVercelPostmanPostmanLinuxLinuxmacOSRedisWindowspnpmnpmyarnRadix UI

skills.ts

const mySkills = [
  "HTML", "CSS", "JavaScript", "TypeScript", "ReactJS", "NextJS",
  "Tailwind CSS", "shadcn/ui", "NodeJS", "Python", "Docker", "ExpressJS",
  "MongoDB", "Git", "GitHub", "Vercel", "Postman", "Linux",
  "macOS", "Redis", "Windows", "pnpm", "npm", "yarn",
  "Radix UI",
];

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

console.log(getSkills());