Skip to content

Atualização do Tech Guide Escola de Programação #342

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 30 commits into from
Nov 8, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
eeabcdb
Update git-and-github-fundamentals.yaml
jeniblodev Nov 8, 2024
bb2a3b1
Update csharp-memory-management.yaml
jeniblodev Nov 8, 2024
b46e5ef
Update csharp-collections.yaml
jeniblodev Nov 8, 2024
8673a86
Update csharp-testing.yaml
jeniblodev Nov 8, 2024
84c8952
Update ado-dot-net.yaml
jeniblodev Nov 8, 2024
1e815e7
Update entity-framework-core.yaml
jeniblodev Nov 8, 2024
c734ae8
Update linq.yaml
jeniblodev Nov 8, 2024
4a378de
Update data-structures.yaml
jeniblodev Nov 8, 2024
c6db2c6
Update asp-net-core.yaml
jeniblodev Nov 8, 2024
c724ec1
Update dependency-injection.yaml
jeniblodev Nov 8, 2024
3807831
Update microservices.yaml
jeniblodev Nov 8, 2024
c0b74cd
Update reflection-and-attributes.yaml
jeniblodev Nov 8, 2024
20e8dea
Update solid.yaml
jeniblodev Nov 8, 2024
4720c40
Update clean-architecture.yaml
jeniblodev Nov 8, 2024
9b2ef66
Update csharp.yaml
jeniblodev Nov 8, 2024
6d21e0e
Update jvm.yaml
jeniblodev Nov 8, 2024
f8aef2e
Update java-spring-boot.yaml
jeniblodev Nov 8, 2024
5afeb56
Update java-build-tools.yaml
jeniblodev Nov 8, 2024
5aaa465
Update kotlin-fundamentals.yaml
jeniblodev Nov 8, 2024
9cbfe3f
Update nodejs-testing.yaml
jeniblodev Nov 8, 2024
dbbc305
Update nodejs-orm.yaml
jeniblodev Nov 8, 2024
a571084
Update nestjs-fundamentals.yaml
jeniblodev Nov 8, 2024
c072a1d
Update graphql.yaml
jeniblodev Nov 8, 2024
f9602a3
Update apollo-client.yaml
jeniblodev Nov 8, 2024
ba5dbcd
Update php-collections.yaml
jeniblodev Nov 8, 2024
595b7d3
Update php-api.yaml
jeniblodev Nov 8, 2024
edf099c
Update php-testing.yaml
jeniblodev Nov 8, 2024
d986869
Update python-fundamentals.yaml
jeniblodev Nov 8, 2024
98a5309
Update django.yaml
jeniblodev Nov 8, 2024
d7128a4
Update python-dunder-methods.yaml
jeniblodev Nov 8, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions _data/cards/pt_BR/ado-dot-net.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,4 @@ contents:
title: "André Lima: Salvando arquivos no banco de dados com C# e ADO.NET"
link: https://www.youtube.com/watch?v=2H3Hc0ZFGjY
alura-contents:
- type: SITE
title: "Apostila: Orientação a Objetos em C# - Capítulo 8 - Acesso a banco de dados"
link: https://biblioteca.alura.tech/bitstream/123456789/77/1/Araujo_Everton_Orienta%C3%A7%C3%A3o%20a%20objetos%20em%20C%23.pdf

4 changes: 2 additions & 2 deletions _data/cards/pt_BR/apollo-client.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ contents:
link: https://medium.com/@gustavo93.lima/apollo-client-angular-7-configurando-apollo-client-com-o-poderoso-ng-add-a7788b63d4b3
alura-contents:
- type: COURSE
title: "Curso React: consumindo GraphQL com Apollo Client"
link: https://cursos.alura.com.br/course/react-consumindo-graphql-apollo-client
title: "Curso 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
Expand Down
12 changes: 3 additions & 9 deletions _data/cards/pt_BR/asp-net-core.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,6 @@ contents:
- type: YOUTUBE
title: "Teacher Mauro Duarte: C# Introdução ao Asp.Net Core MVC"
link: https://www.youtube.com/watch?v=lwVvrRIS7aI
- type: YOUTUBE
title: "Thiago Pelissari: .Net Framework VS .Net Core - Qual é a diferença ?"
link: https://www.youtube.com/watch?v=PM1JKY41wnw
alura-contents:
- type: PODCAST
title: "Hipsters.tech: ASP.NET Core – Hipsters 108"
Expand All @@ -34,15 +31,12 @@ alura-contents:
- type: ARTICLE
title: "Como criar uma calculadora de IMC com ASP.NET Core Blazor"
link: https://www.alura.com.br/artigos/como-criar-calculadora-imc-com-asp-net-core-blazor
- type: ARTICLE
title: "Configurando e rodando ASP.NET MVC no Mac OS"
link: https://www.alura.com.br/artigos/configurando-e-rodando-asp-net-mvc-no-mac-os
- type: YOUTUBE
title: "Alura: Criando sua primeira aplicação .NET Core no Linux"
link: https://www.youtube.com/watch?v=UZQqXPuKr1s
- type: YOUTUBE
title: "Alura: ASP NET.Core - Alura Live 32"
link: https://www.youtube.com/watch?v=qVddNI13AUo
- type: COURSE
title: "Curso .NET 6: criando uma web API"
link: https://cursos.alura.com.br/course/dotnet-criando-web-api
- type: COURSE
title: "Formação ASP.Net Core: crie aplicações com C#, .NET, Entity Framework e LINQ"
link: https://cursos.alura.com.br/formacao-dotnet
2 changes: 1 addition & 1 deletion _data/cards/pt_BR/clean-architecture.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ alura-contents:
link: https://cursos.alura.com.br/extra/alura-mais/clean-architecture-arquitetura-limpa-o-que-e--c204
- type: PODCAST
title: "Hipsters.tech: Clean Architeture - Hipsters Ponto Tech 254"
link: https://www.alura.com.br/artigos/o-que-e-clean-code
link: https://www.hipsters.tech/clean-architeture-hipsters-ponto-tech-254/
- type: YOUTUBE
title: "Alura: Arquitetura de sistemas"
link: https://www.youtube.com/watch?v=oedWxgAZc2A
Expand Down
8 changes: 4 additions & 4 deletions _data/cards/pt_BR/csharp-collections.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ alura-contents:
title: "Apostila: C# e Orientação a Objetos - Facilitando o trabalho com coleções através das listas"
link: https://www.alura.com.br/apostila-csharp-orientacao-objetos/trabalhando-com-listas#facilitando-o-trabalho-com-colecoes-atraves-das-listas
- type: COURSE
title: "Curso C# Collections parte 1: Listas, arrays, listas ligadas, dicionários e conjuntos"
link: https://cursos.alura.com.br/course/csharp-collections
title: "Curso C#: consumindo API, gravando arquivos e utilizando o LINQ"
link: https://cursos.alura.com.br/course/c-sharp-consumindo-api-gravando-arquivos-linq
- type: COURSE
title: "Curso C# Collections parte 2: Coleções ordenadas, arrays multidimensionais e LINQ"
link: https://cursos.alura.com.br/course/csharp-collections-parte-2
title: "Curso C#: Trabalhando com Arrays e Coleções"
link: https://cursos.alura.com.br/course/csharp-arrays-colecoes
3 changes: 3 additions & 0 deletions _data/cards/pt_BR/csharp-memory-management.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ contents:
- type: SITE
title: "Microsoft Docs: Gerenciamento automático de memória"
link: https://docs.microsoft.com/pt-br/dotnet/standard/automatic-memory-management
- type: SITE
title: "Microsoft Docs: Gerenciamento da memória e coleta de lixo (GC) no ASP.NET Core"
link: https://learn.microsoft.com/pt-br/aspnet/core/performance/memory?view=aspnetcore-8.0
- type: ARTICLE
title: "Gerenciamento de memória — C#"
link: https://medium.com/@mateusgoncalvesgeracino/gerenciamento-de-mem%C3%B3ria-c-bcb5f2c89464
Expand Down
3 changes: 0 additions & 3 deletions _data/cards/pt_BR/csharp-testing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,6 @@ alura-contents:
- type: PODCAST
title: "Hipsters.tech: Testes Automatizados"
link: https://cursos.alura.com.br/extra/hipsterstech/testes-automatizados-hipsters-51-a535
- type: YOUTUBE
title: "Alura: Curso de Testes: TDD com C#"
link: https://www.youtube.com/watch?v=DZSgaWE5XFk
- type: COURSE
title: "C#: aprenda a criar testes limpos com boas práticas"
link: https://cursos.alura.com.br/course/csharp-criar-testes-limpos-boas-praticas
Expand Down
2 changes: 1 addition & 1 deletion _data/cards/pt_BR/data-structures.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ alura-contents:
title: "Curso PHP: dominando as Collections"
link: https://cursos.alura.com.br/course/php-dominando-collections
- type: COURSE
title: "Curso Python: avançando na linguagem"
title: "Curso Python: crie a sua primeira aplicação"
link: https://cursos.alura.com.br/course/python-crie-sua-primeira-aplicacao
- type: CHALLENGE
title: "7 Days of Code: Estruturas de Dados"
Expand Down
7 changes: 2 additions & 5 deletions _data/cards/pt_BR/dependency-injection.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,5 @@ alura-contents:
title: "Injeção de dependências: O que é?"
link: https://cursos.alura.com.br/extra/alura-mais/injecao-de-dependencias-o-que-e--c224
- type: COURSE
title: "Curso C# Reflection parte 2: implementando injeção de dependência do zero"
link: https://cursos.alura.com.br/course/reflection-parte-2
- type: COURSE
title: "Curso Mocks em C#: testes de Integração com xUnit e Moq"
link: https://cursos.alura.com.br/course/csharp-testes-de-integracao-com-xunit-e-moq
title: "Curso C# Reflection: manipule dinamicamente tipos e assemblies"
link: https://cursos.alura.com.br/course/csharp-reflection-manipule-dinamicamente-tipos-assemblies
5 changes: 1 addition & 4 deletions _data/cards/pt_BR/django.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,6 @@ alura-contents:
- type: ARTICLE
title: "Django e Django Rest: Diferenças e aplicações"
link: https://www.alura.com.br/artigos/django-django-rest-diferencas
- type: YOUTUBE
title: "Alura: Python na web com Django"
link: https://www.youtube.com/watch?v=URfpp5s_CkI
- type: YOUTUBE
title: "Alura: Criando uma API com Django - Hipsters Ponto Talks 11"
link: https://www.youtube.com/watch?v=BKChTO8GADk
Expand All @@ -55,4 +52,4 @@ alura-contents:
link: https://www.youtube.com/watch?v=vhv82UCIt3k
- type: COURSE
title: "Formação Django"
link: https://cursos.alura.com.br/formacao-django
link: https://cursos.alura.com.br/formacao-django
5 changes: 4 additions & 1 deletion _data/cards/pt_BR/entity-framework-core.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,8 @@ contents:
link: https://www.youtube.com/watch?v=ZaVyLFTDuIQ
alura-contents:
- type: COURSE
title: ".NET: persistindo dados com Entity Framework Core"
title: "Curso .NET: persistindo dados com Entity Framework Core"
link: https://cursos.alura.com.br/course/dot-net-persistindo-dados-entity-framework-core
- type: COURSE
title: "Formação: Aprofunde em.NET com Entity Framework Core"
link: https://cursos.alura.com.br/formacao-dot-net-avancando-ef-core
6 changes: 6 additions & 0 deletions _data/cards/pt_BR/git-and-github-fundamentals.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,12 @@ alura-contents:
- type: ARTICLE
title: "Mais git com o hub: a linha de comando do Github"
link: https://www.alura.com.br/artigos/github-na-linha-de-comando
- type: PODCAST
title: "Hipsters 184: Guia do Iniciante em Github"
link: https://cursos.alura.com.br/extra/hipsterstech/guia-do-iniciante-em-github-hipsters-184-a378
- type: SITE
title: "GitHub: diferentes maneiras de compartilhar seu projeto"
link: https://cursos.alura.com.br/extra/alura-mais/github-diferentes-maneiras-de-compartilhar-seu-projeto-c2002
- type: SITE
title: "Websérie: Git e Github para Sobrevivência"
link: https://www.alura.com.br/webseries/git-e-github-para-sobrevivencia
Expand Down
3 changes: 0 additions & 3 deletions _data/cards/pt_BR/graphql.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@ contents:
- type: SITE
title: "RedHat: O que é GraphQL?"
link: https://www.redhat.com/pt-br/topics/api/what-is-graphql
- type: ARTICLE
title: "GraphQL: O que é e como usar"
link: https://medium.com/@emerson_pereira/introdu%C3%A7%C3%A3o-a-graphql-cbd1697784bf
- type: ARTICLE
title: "Dev.to: Entendendo um pouco sobre o que é GraphQL"
link: https://dev.to/amaurygoncalves/entendendo-um-pouco-sobre-o-que-e-graphql-9l7
Expand Down
4 changes: 2 additions & 2 deletions _data/cards/pt_BR/java-build-tools.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ alura-contents:
title: "Alura: Começando com o Gradle: Tasks e comandos básicos"
link: https://www.youtube.com/watch?v=uX6Ezf73OEY
- type: COURSE
title: "Curso Maven: gerenciamento de dependências e build de aplicações Java"
link: https://cursos.alura.com.br/course/maven-gerenciamento-dependencias-build-aplicacoes-java
title: "Curso Maven: gerencie dependências e faça o build de aplicações Java"
link: https://cursos.alura.com.br/course/maven-gerencie-dependencias-build-aplicacoes-java
6 changes: 3 additions & 3 deletions _data/cards/pt_BR/java-spring-boot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ contents:
title: "Dev Multitask: 5 coisas para saber de Spring ANTES de cair no Spring Boot!"
link: https://youtu.be/4pj1EPgacg8
alura-contents:
- type: YOUTUBE
title: "Alura: Criando um projeto com Spring Boot em 5 minutos"
link: https://www.youtube.com/watch?v=-U9QpXcCh10
- type: COURSE
title: "Formação Java e Spring Boot"
link: https://www.alura.com.br/formacao-spring-boot-3
- type: COURSE
title: "Formação Java Web: crie aplicações usando Spring Boot"
link: https://cursos.alura.com.br/formacao-java-web-spring-boot
3 changes: 0 additions & 3 deletions _data/cards/pt_BR/jvm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,6 @@ alura-contents:
- type: PODCAST
title: "Hipsters.tech: E o futuro do Java! – Hipsters 27"
link: https://www.hipsters.tech/e-o-futuro-do-java-hipsters-27/
- type: YOUTUBE
title: "Alura: JVM do Java 8"
link: https://www.youtube.com/watch?v=IujuK83NXCI
- type: YOUTUBE
title: "Alura: Java é lento? JIT e Otimizações na Java Virtual Machine"
link: https://www.youtube.com/watch?v=rrhO_P0IM3s
3 changes: 0 additions & 3 deletions _data/cards/pt_BR/kotlin-fundamentals.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,6 @@ contents:
- type: SITE
title: "Explorando a documentação: Números em Kotlin"
link: https://dev.to/kotlinautas/explorando-a-documentacao-numeros-em-kotlin-15go
- type: ARTICLE
title: "Kotlin - Variáveis e Nullable"
link: https://medium.com/luizalabs/kotlin-vari%C3%A1veis-e-nullable-8dd977bc376
- type: YOUTUBE
title: "Kotlin // Dicionário do Programador"
link: https://youtu.be/BfjRYBN7Ur8
Expand Down
3 changes: 3 additions & 0 deletions _data/cards/pt_BR/linq.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,6 @@ alura-contents:
- type: COURSE
title: "Curso C#: consumindo API, gravando arquivos e utilizando o LINQ"
link: https://cursos.alura.com.br/course/c-sharp-consumindo-api-gravando-arquivos-linq
- type: COURSE
title: "Curso C# LINQ: explorando ferramentas de consulta"
link: https://cursos.alura.com.br/course/chsharp-linq-explorando-ferramentas-consulta
5 changes: 1 addition & 4 deletions _data/cards/pt_BR/microservices.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,6 @@ alura-contents:
- type: YOUTUBE
title: "Alura: O que são Microsserviços?"
link: https://www.youtube.com/watch?v=jSnLOoGjQ80
- type: YOUTUBE
title: "Alura: Fundamentos de Microsserviços"
link: https://www.youtube.com/watch?v=KMzE6y8ACnU
- type: PODCAST
title: "Hipsters.tech: Microserviços - Hipsters 17"
link: https://www.alura.com.br/podcast/microservicos-hipsters-17-a569
Expand All @@ -53,4 +50,4 @@ alura-contents:
link: https://cursos.alura.com.br/course/fundamentos-microsservicos-aprofundando-conceitos
- type: COURSE
title: "Curso Microsserviços na prática: entendendo a tomada de decisões"
link: https://cursos.alura.com.br/course/Microsservicos-pratica-tomada-decisoes
link: https://cursos.alura.com.br/course/Microsservicos-pratica-tomada-decisoes
7 changes: 2 additions & 5 deletions _data/cards/pt_BR/nestjs-fundamentals.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,8 @@ alura-contents:
title: "Alura: Conhecendo NestJS | AluraMais"
link: https://www.youtube.com/watch?v=YHpG6t91oW8
- type: COURSE
title: "Curso NestJS: criando uma API Rest com TypeScript"
link: https://cursos.alura.com.br/course/nestjs-api-rest-typescript
- type: COURSE
title: "Curso de APIs REST com NestJS: buscas, validação, serialização e detalhes arquiteturais"
link: https://cursos.alura.com.br/course/api-rest-nestjs-busca-validacao-serializacao-arquitetura
title: "Nest.js: criando uma API Restful"
link: https://cursos.alura.com.br/course/nestjs-criando-api-resftul
- 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
Expand Down
3 changes: 0 additions & 3 deletions _data/cards/pt_BR/nodejs-orm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@ contents:
- type: SITE
title: "Sequelize - documentação oficial"
link: https://sequelize.org/
- type: ARTICLE
title: "ORM: entenda o que é e saiba como usar no desenvolvimento"
link: https://blog.revelo.com.br/orm/
- type: ARTICLE
title: "O que é ORM - Mapeamento objeto-relacional"
link: https://dev.to/biosbug/o-que-e-orm-mapeamento-objeto-relacional-2m8n
Expand Down
3 changes: 0 additions & 3 deletions _data/cards/pt_BR/nodejs-testing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,6 @@ alura-contents:
- type: SITE
title: "Livro: JavaScript Assertivo"
link: https://www.casadocodigo.com.br/products/livro-javascript-assertivo
- type: ARTICLE
title: "Testes em JavaScript"
link: https://www.alura.com.br/artigos/testes-em-javascript
- type: COURSE
title: "Curso Node.js: testes unitários e de integração"
link: https://cursos.alura.com.br/course/nodejs-testes-unitarios-integracao
Expand Down
5 changes: 1 addition & 4 deletions _data/cards/pt_BR/php-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@ key-objectives:
- Saber fazer requisições autenticadas para Web APIs
aditional-objectives:
contents:
- type: ARTICLE
title: "Criar e consumir uma API RESTful no PHP Laravel"
link: https://www.twilio.com/blog/criar-e-consumir-uma-api-restful-no-php-laravel
- type: ARTICLE
title: "cURL com PHP para APIs RESTful"
link: https://imasters.com.br/back-end/curl-com-php-para-apis-restfull
Expand All @@ -32,4 +29,4 @@ alura-contents:
- type: COURSE
title: "Curso Laravel: construindo APIs"
link: https://www.alura.com.br/curso-online-laravel-construindo-apis


5 changes: 1 addition & 4 deletions _data/cards/pt_BR/php-collections.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@ contents:
- type: SITE
title: "Documentação: Arrays"
link: https://www.php.net/manual/pt_BR/language.types.array.php
- type: ARTICLE
title: "Collections no PHP – Array com super poderes"
link: https://blog.erikfigueiredo.com.br/collections-no-php-array-com-super-poderes/
- type: ARTICLE
title: "Como trabalhar com Iterators e Collections em PHP"
link: https://www.devmedia.com.br/como-trabalhar-com-iterators-e-collections-em-php/29016
Expand All @@ -35,4 +32,4 @@ alura-contents:
- type: COURSE
title: "Curso PHP: dominando as Collections"
link: https://www.alura.com.br/curso-online-php-dominando-collections


3 changes: 0 additions & 3 deletions _data/cards/pt_BR/php-testing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,6 @@ alura-contents:
- type: COURSE
title: "Curso Testes de integração com PHP: testando o acesso à API e ao banco de dados"
link: https://cursos.alura.com.br/course/php-testes-integracao
- type: COURSE
title: "Curso PHP e Selenium: testes de ponta a ponta"
link: https://cursos.alura.com.br/course/php-testes-end-to-end
- type: COURSE
title: "Curso PHP e Behavior Driven Development: BDD com Behat"
link: https://cursos.alura.com.br/course/php-introducao-bdd
3 changes: 0 additions & 3 deletions _data/cards/pt_BR/python-dunder-methods.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@ contents:
- type: SITE
title: "Acervo Lima: Métodos mágicos ou Dunder"
link: https://acervolima.com/personalize-sua-classe-python-com-metodos-magic-ou-dunder/
- type: SITE
title: "Python - Métodos especiais"
link: http://www.estruturas.ufpr.br/material/computacaoCientifica/classes/metodosespeciais/
- type: YOUTUBE
title: "Eduardo Mendes: Objetos e métodos especiais (dunders)"
link: https://www.youtube.com/watch?v=syctPjStwQU
Expand Down
3 changes: 0 additions & 3 deletions _data/cards/pt_BR/python-fundamentals.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,6 @@ contents:
- type: ARTICLE
title: "Introdução ao Python"
link: https://medium.com/@goularteduarda.a/introdu%C3%A7%C3%A3o-ao-python-d30c29eba0d6
- type: YOUTUBE
title: "Dabieu: Introdução à programação com Python - Conceitos Básicos"
link: https://www.youtube.com/watch?v=uKq3Scxz0cU
- type: YOUTUBE
title: "Eduardo Mendes: Curso introdutório de Python"
link: https://www.youtube.com/watch?v=yTQDbqmv8Ho
Expand Down
11 changes: 4 additions & 7 deletions _data/cards/pt_BR/reflection-and-attributes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,8 @@ contents:
link: https://www.youtube.com/watch?v=XkgeNMvZyzo
alura-contents:
- type: COURSE
title: "Curso Java Reflection parte 1: entendendo a metaprogramação"
link: https://cursos.alura.com.br/course/java-reflection-meta-programacao
title: "Curso Java Reflection: simplifique a conversão de objetos"
link: https://cursos.alura.com.br/course/java-reflection-simplifique-conversao-objetos
- type: COURSE
title: "Curso Java Reflection parte 2: Anotações e Injeção de Dependências"
link: https://cursos.alura.com.br/course/java-reflection-anotacoes-injecao-dependencia
- type: COURSE
title: "Curso Metaprogramação com PHP: API de Reflection"
link: https://cursos.alura.com.br/course/metaprogramacao-php-api-reflection
title: "Curso C# Reflection: manipule dinamicamente tipos e assemblies"
link: https://cursos.alura.com.br/course/csharp-reflection-manipule-dinamicamente-tipos-assemblies
3 changes: 0 additions & 3 deletions _data/cards/pt_BR/solid.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@ contents:
- type: ARTICLE
title: "Princípios de S.O.L.I.D em C# — Guia prático"
link: https://medium.com/beelabacademy/princ%C3%ADpios-de-s-o-l-i-d-em-c-guia-pr%C3%A1tico-cbb1e6584284
- type: ARTICLE
title: "Princípios SOLID que todos desenvolvedores deveriam saber"
link: https://rafaelcruz.azurewebsites.net/2019/05/11/principios-solid-que-todos-desenvolvedores-deveriam-saber/
- type: YOUTUBE
title: "Filipe Deschamps: SOLID fica fácil com Essas Ilustrações"
link: https://www.youtube.com/watch?v=6SfrO3D4dHM
Expand Down
4 changes: 1 addition & 3 deletions _data/guides/pt_BR/csharp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@ expertise:
priority: 9
- csharp-serialization:
priority: 6
- csharp-networking-and-sockets:
priority: 6
- asp-net-core:
priority: 7
- dapper:
Expand Down Expand Up @@ -89,4 +87,4 @@ collaboration:
priority: 5
optional: true
video: https://www.youtube.com/watch?v=RtwvUNvabPA&list=PLh2Y_pKOa4UeBQNf1JQzc4SfegYR0gO-N&index=4&ab_channel=Alura


Loading