@@ -79,19 +79,19 @@ const translations = {
7979 // Timeline
8080 timeline : {
8181 2024 : {
82- title : 'Solution Engineer - Stefanini ' ,
82+ title : 'Solution Engineer - Quali IT ' ,
8383 description : 'Liderança técnica em soluções de automação e integrações backend/frontend'
8484 } ,
8585 2023 : {
86- title : 'RPA Developer - Cogna Educação ' ,
87- description : 'Desenvolvimento de scripts e APIs em Python com integração a bancos relacionais '
86+ title : 'RPA Developer - Operador Nacional do Sistema Elétrico (ONS) ' ,
87+ description : 'Desenvolvimento e manutenção de automações RPA para processos do setor elétrico '
8888 } ,
8989 2022 : {
90- title : 'RPA Developer - BIP ' ,
90+ title : 'RPA Developer - Tata Consultancy Services (TCS) ' ,
9191 description : 'Criação e suporte a soluções RPA utilizando UiPath e Automation Anywhere'
9292 } ,
9393 2019 : {
94- title : 'RPA Developer Junior - Accenture ' ,
94+ title : 'RPA Developer Junior - Infosys ' ,
9595 description : 'Criação e suporte a soluções RPA com foco em eficiência operacional'
9696 }
9797 } ,
@@ -101,29 +101,33 @@ const translations = {
101101 tag : 'Minha trajetória' ,
102102 title : 'Experiência Profissional' ,
103103 items : {
104- stefanini : {
104+ qualiit : {
105105 title : 'Solution Engineer' ,
106+ company : 'Quali IT' ,
106107 item1 : 'Liderança técnica em soluções de automação e integrações backend/frontend' ,
107108 item2 : 'Aplicação de padrões arquiteturais (camadas, modularização e APIs)' ,
108109 item3 : 'Práticas de DevOps e versionamento de código com Azure DevOps' ,
109110 item4 : 'Desenvolvimento de automações integradas a bancos relacionais'
110111 } ,
111- cogna : {
112+ ons : {
112113 title : 'RPA Developer' ,
113- item1 : 'Desenvolvimento de scripts e APIs em Python com integração a bancos relacionais' ,
114- item2 : 'Criação de soluções com Power Automate e RPA' ,
115- item3 : 'Participação em rotinas de deploy contínuo (CI/CD) e versionamento com Git' ,
116- item4 : 'Implementação de boas práticas de código limpo e testes unitários'
114+ company : 'ONS' ,
115+ item1 : 'Desenvolvimento e manutenção de automações RPA para processos do setor elétrico' ,
116+ item2 : 'Integração de sistemas e dados com UiPath e Python' ,
117+ item3 : 'Participação em projetos de automação de processos críticos' ,
118+ item4 : ''
117119 } ,
118- bip : {
120+ tcs : {
119121 title : 'RPA Developer' ,
122+ company : 'TCS' ,
120123 item1 : 'Criação e suporte a soluções RPA utilizando UiPath e Automation Anywhere' ,
121124 item2 : 'Desenvolvimento de scripts em Python e .NET (C#)' ,
122125 item3 : 'Implementação de dashboards para monitoramento de bots' ,
123126 item4 : 'Participação em projetos de modernização de sistemas legados'
124127 } ,
125- accenture : {
128+ infosys : {
126129 title : 'RPA Developer Junior' ,
130+ company : 'Infosys' ,
127131 item1 : 'Criação e suporte a soluções RPA com UiPath e Automation Anywhere' ,
128132 item2 : 'Foco na eficiência operacional e suporte a clientes' ,
129133 item3 : 'Integração de sistemas via API'
@@ -227,17 +231,11 @@ const translations = {
227231 subject : 'Assunto' ,
228232 message : 'Mensagem' ,
229233 submit : 'Enviar Mensagem' ,
230- name : {
231- placeholder : 'Seu nome'
232- } ,
233- email : {
234- placeholder : 'seu@email.com'
235- } ,
236- subject : {
237- placeholder : 'Assunto da mensagem'
238- } ,
239- message : {
240- placeholder : 'Escreva sua mensagem aqui...'
234+ placeholders : {
235+ name : 'Seu nome' ,
236+ email : 'seu@email.com' ,
237+ subject : 'Assunto da mensagem' ,
238+ message : 'Escreva sua mensagem aqui...'
241239 }
242240 }
243241 } ,
@@ -327,19 +325,19 @@ const translations = {
327325 // Timeline
328326 timeline : {
329327 2024 : {
330- title : 'Solution Engineer - Stefanini ' ,
328+ title : 'Solution Engineer - Quali IT ' ,
331329 description : 'Technical leadership in automation solutions and backend/frontend integrations'
332330 } ,
333331 2023 : {
334- title : 'RPA Developer - Cogna Educação ' ,
335- description : 'Development of scripts and APIs in Python with integration to relational databases '
332+ title : 'RPA Developer - ONS (National Electric System Operator) ' ,
333+ description : 'Development and maintenance of RPA automations for the electric sector '
336334 } ,
337335 2022 : {
338- title : 'RPA Developer - BIP ' ,
336+ title : 'RPA Developer - Tata Consultancy Services (TCS) ' ,
339337 description : 'Creation and support of RPA solutions using UiPath and Automation Anywhere'
340338 } ,
341339 2019 : {
342- title : 'RPA Developer Junior - Accenture ' ,
340+ title : 'RPA Developer Junior - Infosys ' ,
343341 description : 'Creation and support of RPA solutions focused on operational efficiency'
344342 }
345343 } ,
@@ -349,29 +347,33 @@ const translations = {
349347 tag : 'My journey' ,
350348 title : 'Professional Experience' ,
351349 items : {
352- stefanini : {
350+ qualiit : {
353351 title : 'Solution Engineer' ,
352+ company : 'Quali IT' ,
354353 item1 : 'Technical leadership in automation solutions and backend/frontend integrations' ,
355354 item2 : 'Application of architectural patterns (layers, modularization and APIs)' ,
356355 item3 : 'DevOps practices and code versioning with Azure DevOps' ,
357356 item4 : 'Development of automations integrated with relational databases'
358357 } ,
359- cogna : {
358+ ons : {
360359 title : 'RPA Developer' ,
361- item1 : 'Development of scripts and APIs in Python with integration to relational databases' ,
362- item2 : 'Creation of solutions with Power Automate and RPA' ,
363- item3 : 'Participation in continuous deployment (CI/CD) routines and versioning with Git' ,
364- item4 : 'Implementation of clean code best practices and unit tests'
360+ company : 'ONS' ,
361+ item1 : 'Development and maintenance of RPA automations for the electric sector' ,
362+ item2 : 'System and data integration with UiPath and Python' ,
363+ item3 : 'Participation in critical process automation projects' ,
364+ item4 : ''
365365 } ,
366- bip : {
366+ tcs : {
367367 title : 'RPA Developer' ,
368+ company : 'TCS' ,
368369 item1 : 'Creation and support of RPA solutions using UiPath and Automation Anywhere' ,
369370 item2 : 'Development of scripts in Python and .NET (C#)' ,
370371 item3 : 'Implementation of dashboards for bot monitoring' ,
371372 item4 : 'Participation in legacy system modernization projects'
372373 } ,
373- accenture : {
374+ infosys : {
374375 title : 'RPA Developer Junior' ,
376+ company : 'Infosys' ,
375377 item1 : 'Creation and support of RPA solutions with UiPath and Automation Anywhere' ,
376378 item2 : 'Focus on operational efficiency and customer support' ,
377379 item3 : 'System integration via API'
@@ -475,17 +477,11 @@ const translations = {
475477 subject : 'Subject' ,
476478 message : 'Message' ,
477479 submit : 'Send Message' ,
478- name : {
479- placeholder : 'Your name'
480- } ,
481- email : {
482- placeholder : 'your@email.com'
483- } ,
484- subject : {
485- placeholder : 'Message subject'
486- } ,
487- message : {
488- placeholder : 'Write your message here...'
480+ placeholders : {
481+ name : 'Your name' ,
482+ email : 'your@email.com' ,
483+ subject : 'Message subject' ,
484+ message : 'Write your message here...'
489485 }
490486 }
491487 } ,
0 commit comments