Skills & Tools

Learned by coding all night and debugging all day!

As a full-stack Software Engineer, I specialize in building scalable web applications using modern technologies such as Next.js, React, and Tailwind CSS. I'm also expanding my expertise into mobile development with React Native and Expo to create cross-platform solutions.

HTMLCSSJavaScriptJavaScriptTypeScriptReactJSNextJSTailwind CSSshadcn/uishadcn/uiNodeJSExpressExpressJSMongoDBMongoDBGitGitGitHubVercelPostmanPostmanLinuxLinuxmacOSWindowspnpmnpmyarnDockerDockerRadix UI

skills.ts

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

const getSkills = () => {
  return mySkills.length > 0 
    ? `I have skills in: ${mySkills.join(", ")}! 💻🚀`
    : "Skills not found... Panic!";
};

console.log(getSkills());