Skills & Tools
Crafted through late-night coding and daytime bug hunts.
I believe that technology is advancing rapidly and is regularly updated. Therefore, I like to immerse myself in the latest tools and technologies to stay ahead of the curve and enhance my capabilities.
Dev Arsenal: Tools & Tech I Master
Frameworks / Languages
JavaScript
ZustandPlugins
Firebase
In-App-Purchase
REST APIPayment Gateway
Analytics &Crash Reporting
Meta AnalyticsTesting & Deployment
Jest
React Testing LibraryTools, Utilities & Version Control
Project Management Tools
Asanaskills.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());