1// Sobre mim - Desenvolvedor Full Stack
2const wellyton = {
3 nome: "Wellyton Oliveira",
4 idade: 36,
5 profissao: "Desenvolvedor Full Stack",
6 localizacao: "Brasil, São Paulo",
7
8 skills: {
9 frontend: ["Vue.js","React","Next.js","Expo","TypeScript","JavaScript","HTML5","CSS3","Tailwind CSS","Bootstrap"],
10 backend: ["PHP","CodeIgniter","Laravel","Node.js","Express.js","NestJS","Python","FastAPI","Java Spring Boot"],
11 database: ["MySQL","PostgreSQL","SQL Server","MongoDB","Redis"],
12 tools: ["Git","Docker","CI/CD","GitHub Actions","Azure Pipelines","Microsoft Azure","OpenAI GPT","MCP","Microsoft Azure AI","Google APIs","WhatsApp API","Flutter"]
13 },
14
15 experiencia: "8+ anos",
16
17 resumo: function() {
18 return `Desenvolvedor apaixonado por criar soluções
19 elegantes e eficientes.`;
20 },
21
22 contato: {
23 email: "wellytonmarcos@gmail.com",
24 linkedin: "https://www.linkedin.com/in/wellytonoliveira",
25 github: "https://github.com/wellytonmarcos"
26 }
27};
28
29export default wellyton;