File tree Expand file tree Collapse file tree 6 files changed +49
-6
lines changed Expand file tree Collapse file tree 6 files changed +49
-6
lines changed Original file line number Diff line number Diff line change @@ -28,6 +28,9 @@ contents:
28
28
title : " Dotcode: Dart ou Flutter - Por onde começar?"
29
29
link : https://youtu.be/s7VNmqw6wLM
30
30
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
31
34
- type : YOUTUBE
32
35
title : " Alura: Entendendo Input e Output no Dart"
33
36
link : https://www.youtube.com/watch?v=LLmBWjF6F8M
@@ -47,6 +50,7 @@ alura-contents:
47
50
title : " Dart: entendendo a Orientação a Objetos"
48
51
link : https://cursos.alura.com.br/course/dart-entendendo-orientacao-objetos
49
52
- 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
+
Original file line number Diff line number Diff line change @@ -36,11 +36,17 @@ alura-contents:
36
36
- type : ARTICLE
37
37
title : " Como gerenciar estados com Flutter Provider"
38
38
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
39
45
# Esse curso será substituído em breve!
40
46
- type : COURSE
41
47
title : " Flutter: gerenciamento de estados com Provider"
42
48
link : https://www.alura.com.br/curso-online-flutter-gerenciamento-de-estados-provider
43
49
- type : COURSE
44
50
title : " Formação: Gerenciamento de estados com Flutter"
45
51
link : https://cursos.alura.com.br/formacao-gerenciamento-estados-flutter
46
-
52
+
Original file line number Diff line number Diff line change @@ -42,6 +42,18 @@ alura-contents:
42
42
- type : COURSE
43
43
title : " Flutter: aplicando testes de unidade, de Widget e Mocks"
44
44
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
45
57
- type : ARTICLE
46
58
title : " Testes no Flutter: O que é? Quando usar? Como começar a aprender?"
47
59
link : https://www.alura.com.br/artigos/testes-flutter
Original file line number Diff line number Diff line change @@ -27,6 +27,9 @@ alura-contents:
27
27
- type : COURSE
28
28
title : " Swift: aplicando o padrão arquitetural MVVM e boas práticas de separação de responsabilidades"
29
29
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
30
33
- type : COURSE
31
34
title : " iOS: utilizando Server Driven UI no aplicativo"
32
35
link : https://www.alura.com.br/curso-online-ios-utilizando-server-driven-ui-aplicativo
@@ -36,3 +39,15 @@ alura-contents:
36
39
- type : COURSE
37
40
title : " iOS com ViewCode: organize seu código com arquitetura MVP"
38
41
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
Original file line number Diff line number Diff line change @@ -15,5 +15,8 @@ contents:
15
15
link : https://youtu.be/iQUo4_8AOX0
16
16
alura-contents :
17
17
- 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
Original file line number Diff line number Diff line change @@ -32,6 +32,9 @@ contents:
32
32
title : " Coleções Sets, explorando seu poder e peculiaridades. | Medium"
33
33
link : https://medium.com/@msmatheusmatos/cole%C3%A7%C3%B5es-sets-explorando-seu-poder-e-peculiaridades-526ee361384a
34
34
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
35
38
- type : ARTICLE
36
39
title : " Closures no Swift: o que são e como utilizá-las"
37
40
link : https://www.alura.com.br/artigos/closures-swift-como-utiliza-las
You can’t perform that action at this time.
0 commit comments