fix: update skillsData to include missing technologies

This commit is contained in:
2025-08-29 14:31:13 -03:00
parent d7a3de843c
commit 4a7b5c1091

View File

@@ -3,10 +3,10 @@ import {useTranslations} from 'next-intl';
import { motion } from 'framer-motion'; import { motion } from 'framer-motion';
const skillsData = { const skillsData = {
backend: [".NET (Framework, Core)", "C#", "Node.js", "Entity Framework"], backend: [".NET (Framework, Core)", "C#", "Node.js", "Express.js", "Entity Framework"],
frontend: ["Angular", "TypeScript", "Next.js", "React", "HTML5 & CSS3"], frontend: ["React", "Next.js", "Angular", "TypeScript", "HTML5 & CSS3"],
databases: ["Oracle", "SQL Server", "Elasticsearch", "Redis"], databases: ["SQL Server", "Oracle", "MariaDB", "Redis", "Elasticsearch"],
cloud: ["Azure", "Docker", "RabbitMQ", "Git", "Kibana"] cloud: ["Azure", "Docker", "RabbitMQ", "Git", "Gitea", "Traefik", "Prometheus", "Grafana", "N8N"]
}; };
const SkillPill = ({ skill }: { skill: string }) => ( const SkillPill = ({ skill }: { skill: string }) => (