Skills & Tools

Learned by coding all night and debugging all day!

As a Software Development Engineer with expertise in distributed systems and microservices, I specialize in building scalable backend solutions using Golang, Java, and Python. I have extensive experience with cloud technologies, DevOps practices, and modern frontend frameworks. My focus is on creating fault-tolerant, high-performance systems that can handle enterprise-scale workloads.

GolangJavaPythonJavaScriptJavaScriptC++SQLSpring BootNode.jsExpressExpress.jsFlaskgRPCMicroservicesREST APIsTemporalReact.jsNext.jsTailwind CSSHTML5CSS3AWSGCPDockerDockerKubernetesTerraformCI/CDHelmPrometheusJenkinsPostgreSQLMySQLMongoDBMongoDBRedisPrisma ORMGitGitGitHubTypeScriptRabbitMQFastAPI

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