From 05158c21ddd926b6b03a29964cf39837c6f7fec2 Mon Sep 17 00:00:00 2001 From: Rafael Bomfim <58951965+rafaelbomfimjr@users.noreply.github.com> Date: Tue, 24 Sep 2024 12:39:35 -0300 Subject: [PATCH] =?UTF-8?q?Novas=20atualiza=C3=A7=C3=B5es=20Front=20(#332)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Fabrício Carraro --- _data/cards/pt_BR/angular-fundamentals.yaml | 3 +++ _data/cards/pt_BR/angular-rendering.yaml | 3 +++ _data/cards/pt_BR/css-fundamentals.yaml | 6 ++++++ _data/cards/pt_BR/dom-fundamentals.yaml | 3 +++ _data/cards/pt_BR/graphql.yaml | 7 +++++-- _data/cards/pt_BR/javascript-es6.yaml | 3 +++ _data/cards/pt_BR/micro-frontend.yaml | 6 ++++++ _data/cards/pt_BR/nestjs-fundamentals.yaml | 6 ++++++ _data/cards/pt_BR/service-workers.yaml | 6 ++++++ 9 files changed, 41 insertions(+), 2 deletions(-) diff --git a/_data/cards/pt_BR/angular-fundamentals.yaml b/_data/cards/pt_BR/angular-fundamentals.yaml index b105d97aa..eadd30607 100644 --- a/_data/cards/pt_BR/angular-fundamentals.yaml +++ b/_data/cards/pt_BR/angular-fundamentals.yaml @@ -34,6 +34,9 @@ alura-contents: - type: ARTICLE title: "Como começar com Angular" link: https://www.alura.com.br/artigos/como-comecar-com-angular + - type: ARTICLE + title: "Fundamentos de Angular e TypeScript" + link: https://www.alura.com.br/artigos/fundamentos-de-angular-typescript - type: ARTICLE title: "Angular: como funciona um componente?" link: https://www.alura.com.br/artigos/angular-como-funciona-um-componente diff --git a/_data/cards/pt_BR/angular-rendering.yaml b/_data/cards/pt_BR/angular-rendering.yaml index eaad1636e..00a07daa7 100644 --- a/_data/cards/pt_BR/angular-rendering.yaml +++ b/_data/cards/pt_BR/angular-rendering.yaml @@ -20,6 +20,9 @@ contents: title: "Introdução a Renderização Dinâmica" link: https://reulison.com.br/renderizacao-dinamica/ alura-contents: + - type: ARTICLE + title: "Desbravando o SSR no Angular 17" + link: https://www.alura.com.br/artigos/ssr-angular-17 - type: SITE title: "Primeiras aulas do curso Angular: explorando o framework" link: https://www.alura.com.br/conteudo/angular-comecando-framework diff --git a/_data/cards/pt_BR/css-fundamentals.yaml b/_data/cards/pt_BR/css-fundamentals.yaml index 7bac54670..df2746d8d 100644 --- a/_data/cards/pt_BR/css-fundamentals.yaml +++ b/_data/cards/pt_BR/css-fundamentals.yaml @@ -89,6 +89,12 @@ alura-contents: - type: ARTICLE title: "Como fazer Grids e a Responsividade na Web" link: https://www.alura.com.br/artigos/como-fazer-grids-e-a-responsividade-na-web + - type: ARTICLE + title: "Como criar animações incríveis com CSS" + link: https://www.alura.com.br/artigos/animacoes-com-css + - type: ARTICLE + title: "Houdini CSS: um jeito mágico de criar estilos personalizados" + link: https://www.alura.com.br/artigos/houdini-css - type: YOUTUBE title: "Alura: CSS FlexBox: Dicas para começar" link: https://www.youtube.com/watch?v=326-B1avuYo diff --git a/_data/cards/pt_BR/dom-fundamentals.yaml b/_data/cards/pt_BR/dom-fundamentals.yaml index fff8842da..31ea54269 100644 --- a/_data/cards/pt_BR/dom-fundamentals.yaml +++ b/_data/cards/pt_BR/dom-fundamentals.yaml @@ -27,6 +27,9 @@ alura-contents: - type: COURSE title: "Curso JavaScript: manipulando o DOM" link: https://cursos.alura.com.br/course/javascript-manipulando-elementos-dom + - type: ARTICLE + title: "Guia para manipular eventos no DOM com JavaScript: técnicas e exemplos práticos" + link: https://www.alura.com.br/artigos/eventos-do-dom - type: CHALLENGE title: "7 Days of Code: JavaScript e DOM" link: https://7daysofcode.io/matricula/javascript-e-dom diff --git a/_data/cards/pt_BR/graphql.yaml b/_data/cards/pt_BR/graphql.yaml index 97efcc111..349568fcd 100644 --- a/_data/cards/pt_BR/graphql.yaml +++ b/_data/cards/pt_BR/graphql.yaml @@ -34,11 +34,14 @@ alura-contents: title: "Hipsters.tech: Python, GraphQL e Serverless no Zé Delivery (Hipsters On The Road 53)" link: https://www.alura.com.br/podcast/python-graphql-e-serverless-no-ze-delivery-hipsters-on-the-road-53-a804 - type: COURSE - title: "Curso React: consumindo GraphQL com Apollo Client" - link: https://cursos.alura.com.br/course/react-consumindo-graphql-apollo-client + title: "React: executando consultas dinâmicas com Apollo Client" + link: https://cursos.alura.com.br/course/react-executando-consultas-dinamicas-apollo-client - type: COURSE title: "Curso React: combinando Context API e Apollo Client" link: https://cursos.alura.com.br/course/react-combinando-context-api-apollo-client - type: COURSE title: "Curso de React Query: gerenciando HTTP State" link: https://cursos.alura.com.br/course/react-query-gerenciando-http-state + - type: COURSE + title: "React Query: manipulando interações com mutations" + link: https://www.alura.com.br/curso-online-react-query-manipulando-interacoes-mutations diff --git a/_data/cards/pt_BR/javascript-es6.yaml b/_data/cards/pt_BR/javascript-es6.yaml index 839c0fc85..8889c9b6d 100644 --- a/_data/cards/pt_BR/javascript-es6.yaml +++ b/_data/cards/pt_BR/javascript-es6.yaml @@ -27,3 +27,6 @@ alura-contents: - type: YOUTUBE title: "Alura: JavaScript avançado I: ES6, orientação a objetos e padrões de projetos" link: https://www.youtube.com/watch?v=T-JVRDnykYg + - type: COURSE + title: "JavaScript: evoluindo a sua aplicação com ES6+" + link: https://www.alura.com.br/curso-online-javascript-evoluindo-sua-aplicacao-es6 diff --git a/_data/cards/pt_BR/micro-frontend.yaml b/_data/cards/pt_BR/micro-frontend.yaml index c95ae9d5f..2e48c1c75 100644 --- a/_data/cards/pt_BR/micro-frontend.yaml +++ b/_data/cards/pt_BR/micro-frontend.yaml @@ -34,3 +34,9 @@ alura-contents: - type: SITE title: "Idwall e a Evolução da stack de Javascript" link: https://cursos.alura.com.br/extra/cases/idwall-e-a-evolucao-da-stack-de-javascript-z1290 + - type: ARTICLE + title: "Monorepos descomplicados: explorando o NX" + link: https://www.alura.com.br/artigos/monorepos-nx + - type: COURSE + title: "Single SPA: roteando micro front-ends de forma avançada" + link: https://www.alura.com.br/curso-online-single-spa-roteando-micro-frontends-forma-avancada \ No newline at end of file diff --git a/_data/cards/pt_BR/nestjs-fundamentals.yaml b/_data/cards/pt_BR/nestjs-fundamentals.yaml index 2b675d677..1be88439b 100644 --- a/_data/cards/pt_BR/nestjs-fundamentals.yaml +++ b/_data/cards/pt_BR/nestjs-fundamentals.yaml @@ -40,3 +40,9 @@ alura-contents: - type: COURSE title: "Nest.js: adicionando funcionalidades com Redis, JWT e logging" link: https://cursos.alura.com.br/course/nest-js-funcionalidades-redis-jwt-logging + - type: COURSE + title: "Formação Next.js: autenticação e gestão de sessão" + link: https://www.alura.com.br/formacao-next-js-autenticacao-gestao-sessao + - type: ARTICLE + title: "Segurança do Next.js 14+ com Middlewares" + link: https://www.alura.com.br/artigos/next-js-middlewares diff --git a/_data/cards/pt_BR/service-workers.yaml b/_data/cards/pt_BR/service-workers.yaml index be88c59fd..c79caf0d6 100644 --- a/_data/cards/pt_BR/service-workers.yaml +++ b/_data/cards/pt_BR/service-workers.yaml @@ -24,9 +24,15 @@ alura-contents: - type: ARTICLE title: "Offline Web" link: https://www.alura.com.br/artigos/palestra-offline-web-com-service-workers + - type: ARTICLE + title: "Desvendando os service workers: ciclo de vida e atualização" + link: https://www.alura.com.br/artigos/service-worker - type: podcast title: "Hipsters.tech: Progressive Web Apps - Hipsters 03" link: https://www.alura.com.br/podcast/progressive-web-apps-hipsters-03-a583 - type: YOUTUBE title: "O que é uma Progressive Web App (PWA)?" link: https://www.youtube.com/watch?v=UeMkXvmk68Q + - type: COURSE + title: "Formação React: construindo PWA’s modernas e eficientes" + link: https://www.alura.com.br/formacao-react-construindo-pwas-modernas-eficientes