Skip to content

Commit 2b388e5

Browse files
authored
Atualização Tech Guide Mobile (#325)
1 parent 577684c commit 2b388e5

File tree

6 files changed

+49
-6
lines changed

6 files changed

+49
-6
lines changed

_data/cards/pt_BR/dart-fundamentals.yaml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@ contents:
2828
title: "Dotcode: Dart ou Flutter - Por onde começar?"
2929
link: https://youtu.be/s7VNmqw6wLM
3030
alura-contents:
31+
- type: ARTICLE
32+
title: "Dart: O que é? Como começar a estudar? Para quê serve?"
33+
link: https://www.alura.com.br/artigos/dart
3134
- type: YOUTUBE
3235
title: "Alura: Entendendo Input e Output no Dart"
3336
link: https://www.youtube.com/watch?v=LLmBWjF6F8M
@@ -47,6 +50,7 @@ alura-contents:
4750
title: "Dart: entendendo a Orientação a Objetos"
4851
link: https://cursos.alura.com.br/course/dart-entendendo-orientacao-objetos
4952
- type: COURSE
50-
title: "Dart: sintaxe, coleções e dinamismo"
51-
link: https://cursos.alura.com.br/course/dart-sintaxe-colecoes-dinamismo
52-
53+
title: "Dart: trabalhando com a sintaxe e configuração de projeto"
54+
link: https://cursos.alura.com.br/course/dart-trabalhando-sintaxe-configuracao-projeto
55+
56+

_data/cards/pt_BR/flutter-state-management.yaml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,17 @@ alura-contents:
3636
- type: ARTICLE
3737
title: "Como gerenciar estados com Flutter Provider"
3838
link: https://www.alura.com.br/artigos/como-gerenciar-estados-com-flutter-provider
39+
- type: ARTICLE
40+
title: "BloC ou Cubit no Flutter: qual escolher?"
41+
link: https://www.alura.com.br/artigos/bloco-c-cubit
42+
- type: ARTICLE
43+
title: "GetX: o canivete suíço do Flutter"
44+
link: https://www.alura.com.br/artigos/getx-canivete-suico
3945
# Esse curso será substituído em breve!
4046
- type: COURSE
4147
title: "Flutter: gerenciamento de estados com Provider"
4248
link: https://www.alura.com.br/curso-online-flutter-gerenciamento-de-estados-provider
4349
- type: COURSE
4450
title: "Formação: Gerenciamento de estados com Flutter"
4551
link: https://cursos.alura.com.br/formacao-gerenciamento-estados-flutter
46-
52+

_data/cards/pt_BR/flutter-testing.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,18 @@ alura-contents:
4242
- type: COURSE
4343
title: "Flutter: aplicando testes de unidade, de Widget e Mocks"
4444
link: https://www.alura.com.br/curso-online-flutter-testes-unidade-widget-mocks
45+
- type: COURSE
46+
title: "Flutter: criando testes automatizados de unidade, widgets e dublês"
47+
link: https://cursos.alura.com.br/course/flutter-criando-testes-automatizados-unidade-widgets-dubles
48+
- type: COURSE
49+
title: "Flutter: dominando testes de integração"
50+
link: https://cursos.alura.com.br/course/flutter-dominando-testes-integracao
51+
- type: COURSE
52+
title: "TDD em Flutter: desenvolvimento orientado a testes"
53+
link: https://cursos.alura.com.br/course/tdd-flutter-desenvolvimento-orientado-testes
54+
- type: COURSE
55+
title: "Testes no CI com Flutter: utilizando Bitrise, GitHub Actions e Codemagic"
56+
link: https://cursos.alura.com.br/course/testes-ci-flutter-utilizando-bitrise-github-actions-codemagic
4557
- type: ARTICLE
4658
title: "Testes no Flutter: O que é? Quando usar? Como começar a aprender?"
4759
link: https://www.alura.com.br/artigos/testes-flutter

_data/cards/pt_BR/ios-architecture.yaml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ alura-contents:
2727
- type: COURSE
2828
title: "Swift: aplicando o padrão arquitetural MVVM e boas práticas de separação de responsabilidades"
2929
link: https://cursos.alura.com.br/course/swift-padrao-arquitetural-mvvm-separacao-responsabilidades
30+
- type: COURSE
31+
title: "iOS: construindo um app de menu com arquitetura MVVM com ViewCode"
32+
link: https://cursos.alura.com.br/course/ios-construindo-app-menu-arquitetura-mvvm-view-code
3033
- type: COURSE
3134
title: "iOS: utilizando Server Driven UI no aplicativo"
3235
link: https://www.alura.com.br/curso-online-ios-utilizando-server-driven-ui-aplicativo
@@ -36,3 +39,15 @@ alura-contents:
3639
- type: COURSE
3740
title: "iOS com ViewCode: organize seu código com arquitetura MVP"
3841
link: https://www.alura.com.br/curso-online-ios-viewcode-organize-codigo-arquitetura-mvp
42+
- type: COURSE
43+
title: "iOS: construindo uma lista de tarefas com MVC com View Code"
44+
link: https://cursos.alura.com.br/course/ios-construindo-lista-tarefas-mvc-view-code
45+
- type: COURSE
46+
title: "iOS: construindo um app com arquitetura limpa e VIP com ViewCode"
47+
link: https://cursos.alura.com.br/course/ios-construindo-app-arquitetura-limpa-vip-view-code
48+
- type: COURSE
49+
title: "iOS: praticando clean code, injeção de dependências e orientação a protocolos"
50+
link: https://cursos.alura.com.br/course/ios-clean-code-injecao-dependencias-orientacao-protocolos
51+
- type: COURSE
52+
title: "iOS: escrevendo código de qualidade com SOLID em Swift"
53+
link: https://cursos.alura.com.br/course/ios-escrevendo-codigo-qualidade-solid-swift

_data/cards/pt_BR/ios-testing.yaml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,8 @@ contents:
1515
link: https://youtu.be/iQUo4_8AOX0
1616
alura-contents:
1717
- type: COURSE
18-
title: "iOS: testes de unidade e TDD"
19-
link: https://cursos.alura.com.br/course/ios-testes-unidade-tdd
18+
title: "iOS: melhorando o app com testes de unidade e TDD"
19+
link: https://cursos.alura.com.br/course/ios-melhorando-app-testes-unidade-tdd
20+
- type: COURSE
21+
title: "iOS: aplicando testes de unidade com mocks, stubs e outros frameworks"
22+
link: https://cursos.alura.com.br/course/ios-testes-unidade-mocks-stubs-outros-frameworks

_data/cards/pt_BR/swift-fundamentals.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@ contents:
3232
title: "Coleções Sets, explorando seu poder e peculiaridades. | Medium"
3333
link: https://medium.com/@msmatheusmatos/cole%C3%A7%C3%B5es-sets-explorando-seu-poder-e-peculiaridades-526ee361384a
3434
alura-contents:
35+
- type: ARTICLE
36+
title: "O que é iOS: o sistema operacional dos dispositivos móveis da Apple"
37+
link: https://www.alura.com.br/artigos/o-que-e-ios
3538
- type: ARTICLE
3639
title: "Closures no Swift: o que são e como utilizá-las"
3740
link: https://www.alura.com.br/artigos/closures-swift-como-utiliza-las

0 commit comments

Comments
 (0)