Skills & Tools

Stuff i learned by coding all night

As a full-stack Software Engineer, I specialize in building web applications using modern technologies such as Next.js, React, and Tailwind CSS. I'm also well-versed in backend development with Node.js and Express, and I have experience with databases like MongoDB and MySQL. My skill set extends to cloud technologies like Docker, enabling me to deploy and manage applications efficiently.

Web Development

HTMLCSSJavaScriptJavaScriptReactJSNextJSTailwind CSS

Backend & Databases

NodeJSExpressExpressJSMongoDBMongoDB

Cloud & DevOps

AzureIcon-devops-261Azure DevOpsKubernetesDockerDockerLinuxLinux

Tools & Platforms

GitGitGitHubPostmanPostmannpmmacOSWindows

skills.js

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

console.log(getSkills());