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

TypeScriptTypeScriptJavaScriptJavaScriptReactReactNext.jsNext.jsReact NativeReact NativeReduxReduxMobXMobXZustandZustand

Plugins

FirebaseFirebasePush NotificationsPush NotificationsIn-App-PurchaseIn-App-PurchaseGoogle MapGoogle MapSocial LoginSocial LoginREST APIREST API

Payment Gateway

RazorpayRazorpayStripeStripeIn App PurchaseIn App PurchaseGoogle PayGoogle Pay

Analytics &Crash Reporting

Firebase Analytics & CrashlyticsFirebase Analytics & CrashlyticsAmplitudeAmplitudeMeta AnalyticsMeta Analytics

Testing & Deployment

JestJestReact Testing LibraryReact Testing LibraryGoogle Play StoreGoogle Play StoreApp StoreApp StoreWebWeb

Tools, Utilities & Version Control

Android StudioAndroid StudioVisual Studio CodeVisual Studio CodeXCodeXCodePostmanPostmanGitGitGitHubGitHub

Project Management Tools

AsanaAsanaSlackSlackJiraJira

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