Skip to content

Commit

Permalink
Merge pull request #13 from vncsmyrnk/new-paragraph
Browse files Browse the repository at this point in the history
Adding new description paragraph
  • Loading branch information
vncsmyrnk authored May 15, 2024
2 parents 072c69e + 860b842 commit e42e347
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions app/public/locales/en/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
},
"paragraph-1": "APIs and Web APIs are <underline>indispensable</underline> for digital integrations, serving as the linchpin that enables seamless communication and collaboration between disparate systems and services. These APIs provide standardized interfaces that <underline>allow</underline> different software applications to interact, share data, and execute functions across the web.",
"paragraph-2": "My passion is creating these REST APIs with tools such as Python, Node.js, Java, and PHP. This is the area in which I specialize and continuously develop myself every day. I believe that <highlight>DevOps</highlight>, <highlight>DevSecOps</highlight>, <highlight>CI/CD</highlight> and <highlight>Agile Frameworks</highlight> practices are essential for applications to be developed collaboratively and in an organized manner, significantly reducing potential problems and bugs even before they reach production environments.",
"paragraph-3": "As seen on this page, I also have experience in creating web interfaces with JavaScript frameworks. <highlight>Full-stack</highlight> skills are important for developing comprehensive and suitable applications.",
"certifications": {
"title": "My certifications and accomplishments"
}
Expand Down
1 change: 1 addition & 0 deletions app/public/locales/pt-BR/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
},
"paragraph-1": "APIs e Web APIs são <underline>essenciais</underline> para integrações digitais, servindo como o ponto central que possibilita a comunicação e colaboração contínuas entre sistemas e serviços diversos. Essas APIs fornecem interfaces padronizadas que <underline>permitem</underline> que diferentes aplicativos interajam, compartilhem dados e executem funções pela web.",
"paragraph-2": "Minha paixão é criar essas APIs REST com ferramentas como Python, Node.js, Java e PHP. Essa é a área para o qual me especializo e me desenvolvo a cada dia. Acredito que práticas de <highlight>DevOps</highlight>, <highlight>DevSecOps</highlight>, <highlight>CI/CD</highlight> e <highlight>Frameworks ágeis</highlight>são essenciais para que as aplicações sejam desenvolvidas de forma colaborativa e organizada, reduzindo significativamente problemas e bugs mesmo antes de chegarem aos ambientes de produção",
"paragraph-3": "Como visto nesta página, também tenho experiência na criação de interfaces web com frameworks JavaScript. Habilidades <highlight>Full-stack</highlight> são importantes para o desenvolvimento de aplicações abrangentes e adequadas.",
"certifications": {
"title": "Meu certificados e conquistas"
}
Expand Down
2 changes: 2 additions & 0 deletions app/src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -284,6 +284,8 @@ def analyze():
<p><Trans i18nKey="about.paragraph-1" components={{ underline: <span className="underline" />, strong: <strong /> }} /></p>
<br />
<p><Trans i18nKey="about.paragraph-2" components={{ highlight: <span className="text-blue-700 dark:text-blue-400 font-semibold" />, strong: <strong /> }} /></p>
<br />
<p><Trans i18nKey="about.paragraph-3" components={{ highlight: <span className="text-blue-700 dark:text-blue-400 font-semibold" />, strong: <strong /> }} /></p>
</div>
</div>
<div className="mt-7">
Expand Down

0 comments on commit e42e347

Please sign in to comment.