Skip to content

Commit

Permalink
Merge pull request alura#28 from felipefrancisco/correct-type-casing
Browse files Browse the repository at this point in the history
Corrigir a padronização de `contents.type` de letras minúsculas para caixa alta
  • Loading branch information
fabriciocarraro authored Sep 14, 2022
2 parents e1bef85 + fda4c01 commit fac9b1b
Show file tree
Hide file tree
Showing 48 changed files with 381 additions and 381 deletions.
8 changes: 4 additions & 4 deletions _data/blocks/apollo-client.pt_BR.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@ key-objectives:
- Conectar com uma API
aditional-objectives:
contents:
- type: site
- type: SITE
title: "Documentação: Apollo Client (inglês)"
link: https://www.apollographql.com/docs/react/
- type: article
- type: ARTICLE
title: "Consumindo API GraphQL usando React e Apollo Client"
link: https://dev.to/mensonones/consumindo-api-graphql-usando-react-e-apollo-client-4blo
alura-contents:
- type: course
- type: COURSE
title: "Curso GraphQL: construindo uma API com Apollo Server"
link: https://www.alura.com.br/curso-online-graphql-construindo-api-apollo-server
- type: course
- type: COURSE
title: "Curso GraphQL: integração de dados e relacionamentos"
link: https://www.alura.com.br/curso-online-graphql-integracao-dados-relacionamentos
12 changes: 6 additions & 6 deletions _data/blocks/babel-fundamentals.pt_BR.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,22 +5,22 @@ key-objectives:
- Compreender como Babel converte a sintaxe para JavaScript
aditional-objectives:
contents:
- type: site
- type: SITE
title: "Documentação: What is Babel? (inglês)"
link: https://babeljs.io/docs/en/
- type: article
- type: ARTICLE
title: "O que é babel?"
link: https://coodesh.com/blog/dicionario/o-que-e-babel/
- type: article
- type: ARTICLE
title: "React e Babel — Como melhorar o desempenho de suas aplicações com plugins, presets e benchmark!"
link: https://medium.com/nossa-coletividad/react-e-babel-como-melhorar-o-desempenho-de-suas-aplica%C3%A7%C3%B5es-com-plugins-presets-e-benchmark-fb35700a52e9
- type: youtube
- type: YOUTUBE
title: "Matheus Castiglioni: React, Babel e Webpack, o que é tudo isso?"
link: https://www.youtube.com/watch?v=y5B0MXmt428
- type: youtube
- type: YOUTUBE
title: "web3escola: Introdução ao React - Babel"
link: https://www.youtube.com/watch?v=jSGg2j2UNr4
alura-contents:
- type: course
- type: COURSE
title: "Curso JavaScript: salvando dados localmente com IndexedDB"
link: https://www.alura.com.br/curso-online-javascript-es6-orientacao-a-objetos-parte-3
14 changes: 7 additions & 7 deletions _data/blocks/color-systems.pt_BR.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,25 +5,25 @@ key-objectives:
- Definir uma paleta de cores que faça sentido para determinada interface
aditional-objectives:
contents:
- type: article
- type: ARTICLE
title: "Cores em UI: Um Guia Rápido Para Usar em Seus Projetos"
link: https://medium.com/aela/cores-em-ui-um-guia-r%C3%A1pido-para-usar-em-seus-projetos-31ccffe3e16b
- type: article
- type: ARTICLE
title: "A Psicologia das cores e sua relação com o UX Design"
link: https://brasil.uxdesign.cc/a-psicologia-das-cores-e-sua-rela%C3%A7%C3%A3o-com-o-ux-design-af02460639cd
- type: youtube
- type: YOUTUBE
title: "kacio.design: Aplicação de Cores - Princípios do UI"
link: https://www.youtube.com/watch?v=C_VhzEyqT6U
alura-contents:
- type: course
- type: COURSE
title: "Curso Cores para Designers: escolhendo e trabalhando com cores em um projeto"
link: https://www.alura.com.br/curso-online-cores-para-seu-projeto
- type: site
- type: SITE
title: "Primeiras aulas do curso Cores: sistemas básicos e paletas"
link: https://www.alura.com.br/conteudo/fundamentos-da-cor
- type: course
- type: COURSE
title: "Cores: sistemas básicos e paletas"
link: https://www.alura.com.br/curso-online-fundamentos-da-cor
- type: course
- type: COURSE
title: "Curso Design editorial: criação de materiais gráficos"
link: https://www.alura.com.br/curso-online-design-editorial
12 changes: 6 additions & 6 deletions _data/blocks/command-line-fundamentals.pt_BR.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,22 +5,22 @@ key-objectives:
- Conhecer os principais comandos
aditional-objectives:
contents:
- type: site
- type: SITE
title: "Microsoft Docs: Como usar argumentos de linha de comando para terminal do Windows"
link: https://docs.microsoft.com/pt-br/windows/terminal/command-line-arguments?tabs=windows
- type: youtube
- type: YOUTUBE
title: "Estevan Maito: Linha de comando básica - 8 comandos mais frequentes - WINDOWS e LINUX"
link: https://www.youtube.com/watch?v=rKBqXJZocYk
- type: youtube
- type: YOUTUBE
title: "Ninja do Linux: Comandos básicos da linha de comando do Linux"
link: https://www.youtube.com/watch?v=rs_yshFGu8E
alura-contents:
- type: article
- type: ARTICLE
title: "CMD: dicas para trabalhar no prompt do Windows"
link: https://www.alura.com.br/artigos/cmd-dicas-para-trabalhar-no-prompt-do-windows
- type: site
- type: SITE
title: "Primeiras aulas do Curso Windows Prompt: Trabalhando na linha de comando"
link: https://www.alura.com.br/conteudo/prompt
- type: course
- type: COURSE
title: "Curso Windows Prompt: Trabalhando na linha de comando"
link: https://www.alura.com.br/curso-online-prompt
22 changes: 11 additions & 11 deletions _data/blocks/create-react-app.pt_BR.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,23 +6,23 @@ key-objectives:
- Criar uma aplicação funcional do zero
aditional-objectives:
contents:
- type: site
- type: SITE
title: "React: Documentação - Crie um novo React App"
link: https://pt-br.reactjs.org/docs/create-a-new-react-app.html#gatsby-focus-wrapper
- type: site
- type: SITE
title: "React: Documentação - Usando TypeScript com Create React App"
link: https://pt-br.reactjs.org/docs/static-type-checking.html#using-typescript-with-create-react-app
- type: site
- type: SITE
title: "MDN Web Docs: Começando com React - Configurando seu primeiro app React"
link: https://developer.mozilla.org/pt-BR/docs/Learn/Tools_and_testing/Client-side_JavaScript_frameworks/React_getting_started#configurando_seu_primeiro_app_react
- type: youtube
- type: YOUTUBE
title: "Mario Souto - Dev Soutinho: Como começar a estruturar um projeto React? com NextJS, Styled Components"
link: https://www.youtube.com/watch?v=mJK5oGixSYo
- type: youtube
- type: YOUTUBE
title: "Mario Souto - Dev Soutinho: Do Zero ao React | Como fazer o React e aprender a ideia do Virtual DOM na prática"
link: https://www.youtube.com/watch?v=5MzOCxSWrrc
alura-contents:
- type: article
- type: ARTICLE
title: "React: componentes com Styled Components"
link: https://www.alura.com.br/artigos/react-componentes-com-styled-components
- type: podcast
Expand All @@ -31,19 +31,19 @@ alura-contents:
- type: podcast
title: "Hipsters.tech: Do Front End ao React"
link: https://www.hipsters.tech/do-front-end-ao-react-hipsters-ponto-tech-258/
- type: course
- type: COURSE
title: "Imersão React: AluraFlix"
link: https://cursos.alura.com.br/imersoes/aulas/aula-1-react-components-e-aluraflix-c18
- type: course
- type: COURSE
title: "Imersão React: AluraQuiz"
link: https://cursos.alura.com.br/imersoes/aulas/aula-1-react-styled-components-e-next-js-c33
- type: course
- type: COURSE
title: "Imersão React: AluraKut"
link: https://cursos.alura.com.br/imersoes/aulas/aula-1-components-com-react-styled-components-e-nextjs-c53
- type: course
- type: COURSE
title: "Imersão React: AluraCord"
link: https://cursos.alura.com.br/imersoes/aulas/aula-01-criando-o-nosso-projeto-aluracord-c68
- type: course
- type: COURSE
title: "Curso React: escrevendo com Typescript"
link: https://www.alura.com.br/curso-online-react-modernizando-escrever-typescript
- type: challenge
Expand Down
44 changes: 22 additions & 22 deletions _data/blocks/css-fundamentals.pt_BR.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,74 +24,74 @@ aditional-objectives:
- Bootstrap e frameworks de CSS
- Pré-processadores
contents:
- type: site
- type: SITE
title: "MDN Web Docs: Iniciando com CSS"
link: https://developer.mozilla.org/pt-BR/docs/Learn/CSS/First_steps/Getting_started
- type: site
- type: SITE
title: "MDN Web Docs: Seletores"
link: https://developer.mozilla.org/pt-BR/docs/Learn/CSS/Building_blocks/Selectors
- type: site
- type: SITE
title: "MDN Web Docs: Cascata e herança"
link: https://developer.mozilla.org/pt-BR/docs/Learn/CSS/Building_blocks/Cascade_and_inheritance
- type: site
- type: SITE
title: "MDN Web Docs: Propriedade 'display'"
link: https://developer.mozilla.org/pt-BR/docs/Web/CSS/display
- type: site
- type: SITE
title: "MDN Web Docs: Conceitos básicos de Flexbox"
link: https://developer.mozilla.org/pt-BR/docs/Web/CSS/CSS_Flexible_Box_Layout/Basic_Concepts_of_Flexbox
- type: site
- type: SITE
title: "MDN Web Docs: Grid Layout"
link: https://developer.mozilla.org/pt-BR/docs/Web/CSS/CSS_Grid_Layout/Basic_Concepts_of_Grid_Layout
- type: youtube
- type: YOUTUBE
title: "Rafaella Ballerini: O QUE É CSS?"
link: https://www.youtube.com/watch?v=LWU2OR19ZG4
- type: youtube
- type: YOUTUBE
title: "Rafaella Ballerini: FLEXBOX CSS! Como posicionar elementos na página web - parte 1"
link: https://www.youtube.com/watch?v=KbjLtEgmZ_E
- type: youtube
- type: YOUTUBE
title: "Rafaella Ballerini: FLEXBOX CSS! Como posicionar elementos na página web - parte 2"
link: https://www.youtube.com/watch?v=hjz6ezV9_uc
- type: youtube
- type: YOUTUBE
title: "Matheus Castiglioni: Arquitetura CSS - BEM"
link: https://www.youtube.com/watch?v=yKPXW9aSxQI
- type: youtube
- type: YOUTUBE
title: "Matheus Castiglioni: CSS Grid Layout"
link: https://www.youtube.com/watch?v=HBlBNAtFcdw
- type: youtube
- type: YOUTUBE
title: "Mario Souto - Dev Soutinho: Como centralizar no CSS"
link: https://www.youtube.com/watch?v=Cu-HP-gvggg
alura-contents:
- type: podcast
title: "Hipster 09 - CSS: Cansei de Ser Simples"
link: https://www.hipsters.tech/css-cansei-de-ser-simples-hipsters-09/
- type: article
- type: ARTICLE
title: "HTML, CSS e Javascript, quais as diferenças?"
link: https://www.alura.com.br/artigos/html-css-e-js-definicoes
- type: article
- type: ARTICLE
title: "Guia de unidades no CSS"
link: https://www.alura.com.br/artigos/guia-de-unidades-no-css
- type: article
- type: ARTICLE
title: "CSS: Guia do Flexbox"
link: https://www.alura.com.br/artigos/css-guia-do-flexbox
- type: article
- 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: youtube
- type: YOUTUBE
title: "Alura: CSS FlexBox: Dicas para começar"
link: https://www.youtube.com/watch?v=326-B1avuYo
- type: youtube
- type: YOUTUBE
title: "Alura: Box Model e Sizing no CSS"
link: https://www.youtube.com/watch?v=qcNUxyOWXIw
- type: youtube
- type: YOUTUBE
title: "Alura: Curso de HTML5 e CSS3"
link: https://www.youtube.com/watch?v=78AyiuxYceg
- type: course
- type: COURSE
title: "Apostila: Desenvolvimento Web com HTML, CSS e JavaScript"
link: https://www.alura.com.br/apostila-html-css-javascript
- type: course
- type: COURSE
title: "Formação HTML e CSS"
link: https://www.alura.com.br/formacao-html-e-css
- type: course
- type: COURSE
title: "HTML e CSS: responsividade com mobile-first"
link: https://www.alura.com.br/curso-online-html-css-responsividade-mobile-first
- type: challenge
Expand Down
22 changes: 11 additions & 11 deletions _data/blocks/css-in-js.pt_BR.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,37 +7,37 @@ key-objectives:
- Conhecer Styled-JSX
aditional-objectives:
contents:
- type: site
- type: SITE
title: "React: Documentação - Estilização e CSS"
link: https://pt-br.reactjs.org/docs/faq-styling.html
- type: site
- type: SITE
title: "Microsoft Docs: Edição de estilo das estruturas CSS-in-JS"
link: https://docs.microsoft.com/pt-br/microsoft-edge/devtools-guide-chromium/css/css-in-js
- type: site
- type: SITE
title: "Chrome Developers: CSS-in-JS support in DevTools (inglês)"
link: https://developer.chrome.com/blog/css-in-js/
- type: youtube
- type: YOUTUBE
title: "Mario Souto - Dev Soutinho: Os poderes do CSS in JS"
link: https://www.youtube.com/watch?v=QdfjWRc4ySA
- type: youtube
- type: YOUTUBE
title: "Mario Souto - Dev Soutinho: CSS-in-JS na prática! Criando componentes com React e CSS no NextJS"
link: https://www.youtube.com/watch?v=aDKxJfJiM28
- type: article
- type: ARTICLE
title: "A Thorough Analysis of CSS-in-JS (inglês)"
link: https://css-tricks.com/a-thorough-analysis-of-css-in-js/
alura-contents:
- type: article
- type: ARTICLE
title: "CSS com NextJS"
link: https://www.alura.com.br/artigos/css-com-next-js
- type: course
- type: COURSE
title: "Imersão React: AluraCord - Aula 01"
link: https://cursos.alura.com.br/imersoes/aulas/aula-01-criando-o-nosso-projeto-aluracord-c68
- type: site
- type: SITE
title: "Primeiras aulas do curso React: abstraindo seu CSS com Styled Components"
link: https://www.alura.com.br/conteudo/react-styled-components
- type: course
- type: COURSE
title: "Curso React: abstraindo seu CSS com Styled Components"
link: https://www.alura.com.br/curso-online-react-styled-components
- type: course
- type: COURSE
title: "Curso React: escrevendo com Typescript"
link: https://www.alura.com.br/curso-online-react-modernizando-escrever-typescript
16 changes: 8 additions & 8 deletions _data/blocks/cypress.pt_BR.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,28 +5,28 @@ key-objectives:
- Criar e executar testes
aditional-objectives:
contents:
- type: site
- type: SITE
title: "Cypress: Documentação (inglês)"
link: https://docs.cypress.io/guides/getting-started/installing-cypress
- type: article
- type: ARTICLE
title: "Um Overview sobre Cypress.io — Framework de Automação de Testes end-to-end"
link: https://medium.com/@faelbercam/um-overview-sobre-cypress-io-framework-de-automa%C3%A7%C3%A3o-de-testes-end-to-end-dc438b9ee7a1
- type: youtube
- type: YOUTUBE
title: "Embaixadora da Qualidade: Guia Rápido Sobre Cypress"
link: https://www.youtube.com/watch?v=ZWF7QT3ogk0
- type: youtube
- type: YOUTUBE
title: "Otavio Lemos: Guia Rápido Sobre Cypress"
link: https://www.youtube.com/watch?v=e5SuUUFlDss
alura-contents:
- type: youtube
- type: YOUTUBE
title: "Alura: Testes em Javascript - Alura Live 50"
link: https://www.youtube.com/watch?v=r1rndQwFLMY
- type: site
- type: SITE
title: "Primeiras aulas do curso Cypress: automação de testes E2E"
link: https://www.alura.com.br/conteudo/cypress-automacao-testes-e2e
- type: course
- type: COURSE
title: "Curso Cypress: automação de testes E2E"
link: https://www.alura.com.br/curso-online-cypress-automacao-testes-e2e
- type: course
- type: COURSE
title: "Formação Carreira QA: processos e automação de testes"
link: https://www.alura.com.br/formacao-carreira-tester-qa
10 changes: 5 additions & 5 deletions _data/blocks/dapper.pt_BR.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,19 @@ key-objectives:
- Manipular bancos de dados
aditional-objectives:
contents:
- type: article
- type: ARTICLE
title: "Descomplicando o Dapper com .Net Core"
link: https://medium.com/jundevelopers/descomplicando-o-dapper-com-net-core-11118941e255
- type: article
- type: ARTICLE
title: ".NET 5 + Dapper: exemplos de implementação"
link: https://renatogroffe.medium.com/net-5-dapper-exemplos-de-implementa%C3%A7%C3%A3o-c3a9ce2be802
- type: article
- type: ARTICLE
title: "Introdução ao Dapper"
link: http://www.andrealveslima.com.br/blog/index.php/2017/10/04/introducao-ao-dapper/
- type: youtube
- type: YOUTUBE
title: "Leonardo Buta: Dapper - Introdução, conceitos e prática com .NET Core"
link: https://www.youtube.com/watch?v=MnfxKnY3bDI
alura-contents:
- type: youtube
- type: YOUTUBE
title: "Alura: O que é o Dapper?"
link: https://www.youtube.com/watch?v=-USSV3LfdYw
10 changes: 5 additions & 5 deletions _data/blocks/design-components.pt_BR.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,19 @@ key-objectives:
- Conhecer os componentes descrevem um layout ou interface
aditional-objectives:
contents:
- type: article
- type: ARTICLE
title: "Componentes Principais UI"
link: https://medium.com/@prikuwer/componentes-principais-ui-8b538a3aaaa5
- type: youtube
- type: YOUTUBE
title: "danielmacedoco: UI Design e Design System - Visão geral e prática sobre alguns componentes"
link: https://www.youtube.com/watch?v=VpgQNeSItpA
- type: youtube
- type: YOUTUBE
title: "4 Exemplos de Componentes interativos no Figma"
link: https://www.youtube.com/watch?v=mGL3jrY-OBc
alura-contents:
- type: course
- type: COURSE
title: "Curso Design System: criando componentes e documentando"
link: https://www.alura.com.br/curso-online-design-system-componentes-documentando
- type: course
- type: COURSE
title: "Curso Figma: conhecendo componentes da interface"
link: https://www.alura.com.br/curso-online-figma-conhecendo-componentes-interface
Loading

0 comments on commit fac9b1b

Please sign in to comment.