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
HTMLCSSJavaScriptReactJSNextJSTailwind CSS
Backend & Databases
NodeJSExpressJSMongoDB
Cloud & DevOps
AzureAzure DevOpsKubernetesDockerLinux
Tools & Platforms
GitGitHubPostmannpmmacOSWindows
skills.js
const getSkills = () => {
return mySkills.length > 0
? `I have skills in: ${mySkills.join(", ")}! 💻🚀`
: "Skills not found... imposter syndrome activated! 😱";
};
console.log(getSkills());