Skills & Tools

Stuff i learned by coding all night

I have experience with modern web technologies such as Next.js, React, and Tailwind CSS. I'm also well-versed in backend development with Node.js and Express, as well as databases like MongoDB and MySQL. My skill set extends to cloud technologies like Docker, Kubernetes and Microsoft Azure enabling me to deploy and manage applications efficiently.

Web Development

HTMLCSSJavaScriptJavaScriptReactJSNextJSTailwind CSS

Backend & Databases

NodeJSExpressExpressJSMongoDBMongoDB

Cloud & DevOps

AzureIcon-devops-261Azure DevOpsKubernetesTerraformDockerDockerLinuxLinux

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());