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.
HTMLCSSJavaScriptReactJSNextJSTailwind CSSNodeJSExpressJSMongoDBGitGitHubPostmanLinuxmacOSWindowsnpmDocker
skills.js
const mySkills = [
"HTML", "CSS", "JavaScript", "ReactJS", "NextJS", "Tailwind CSS", "NodeJS", "ExpressJS",
"MongoDB", "Git", "GitHub", "Postman", "Linux", "macOS", "Windows", "npm", "Docker"
];
const getSkills = () => {
return mySkills.length > 0
? `I have skills in: ${mySkills.join(", ")}! 💻🚀`
: "Skills not found... imposter syndrome activated! 😱";
};
console.log(getSkills());