diff --git a/_data/cards/pt_BR/ado-dot-net.yaml b/_data/cards/pt_BR/ado-dot-net.yaml index fbc0eca90..d02a083ae 100644 --- a/_data/cards/pt_BR/ado-dot-net.yaml +++ b/_data/cards/pt_BR/ado-dot-net.yaml @@ -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 \ No newline at end of file + diff --git a/_data/cards/pt_BR/apollo-client.yaml b/_data/cards/pt_BR/apollo-client.yaml index 2485eceed..fca89bd6f 100644 --- a/_data/cards/pt_BR/apollo-client.yaml +++ b/_data/cards/pt_BR/apollo-client.yaml @@ -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 diff --git a/_data/cards/pt_BR/asp-net-core.yaml b/_data/cards/pt_BR/asp-net-core.yaml index f05bd2717..950b468e5 100644 --- a/_data/cards/pt_BR/asp-net-core.yaml +++ b/_data/cards/pt_BR/asp-net-core.yaml @@ -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" @@ -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 diff --git a/_data/cards/pt_BR/clean-architecture.yaml b/_data/cards/pt_BR/clean-architecture.yaml index fbeb427d7..05c8c7240 100644 --- a/_data/cards/pt_BR/clean-architecture.yaml +++ b/_data/cards/pt_BR/clean-architecture.yaml @@ -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 diff --git a/_data/cards/pt_BR/csharp-collections.yaml b/_data/cards/pt_BR/csharp-collections.yaml index 52a72181b..db99642fa 100644 --- a/_data/cards/pt_BR/csharp-collections.yaml +++ b/_data/cards/pt_BR/csharp-collections.yaml @@ -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 \ No newline at end of file + title: "Curso C#: Trabalhando com Arrays e Coleções" + link: https://cursos.alura.com.br/course/csharp-arrays-colecoes diff --git a/_data/cards/pt_BR/csharp-memory-management.yaml b/_data/cards/pt_BR/csharp-memory-management.yaml index a62de9299..e996e0df0 100644 --- a/_data/cards/pt_BR/csharp-memory-management.yaml +++ b/_data/cards/pt_BR/csharp-memory-management.yaml @@ -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 diff --git a/_data/cards/pt_BR/csharp-testing.yaml b/_data/cards/pt_BR/csharp-testing.yaml index 11cb6b27e..1c3caf655 100644 --- a/_data/cards/pt_BR/csharp-testing.yaml +++ b/_data/cards/pt_BR/csharp-testing.yaml @@ -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 diff --git a/_data/cards/pt_BR/data-structures.yaml b/_data/cards/pt_BR/data-structures.yaml index 1bc92c930..de5e2ccbd 100644 --- a/_data/cards/pt_BR/data-structures.yaml +++ b/_data/cards/pt_BR/data-structures.yaml @@ -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" diff --git a/_data/cards/pt_BR/dependency-injection.yaml b/_data/cards/pt_BR/dependency-injection.yaml index e67137256..97a03ea0f 100644 --- a/_data/cards/pt_BR/dependency-injection.yaml +++ b/_data/cards/pt_BR/dependency-injection.yaml @@ -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 \ No newline at end of file + title: "Curso C# Reflection: manipule dinamicamente tipos e assemblies" + link: https://cursos.alura.com.br/course/csharp-reflection-manipule-dinamicamente-tipos-assemblies diff --git a/_data/cards/pt_BR/django.yaml b/_data/cards/pt_BR/django.yaml index d68e74ff5..809969549 100644 --- a/_data/cards/pt_BR/django.yaml +++ b/_data/cards/pt_BR/django.yaml @@ -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 @@ -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 \ No newline at end of file + link: https://cursos.alura.com.br/formacao-django diff --git a/_data/cards/pt_BR/entity-framework-core.yaml b/_data/cards/pt_BR/entity-framework-core.yaml index 8fe87134c..9551f1e13 100644 --- a/_data/cards/pt_BR/entity-framework-core.yaml +++ b/_data/cards/pt_BR/entity-framework-core.yaml @@ -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 diff --git a/_data/cards/pt_BR/git-and-github-fundamentals.yaml b/_data/cards/pt_BR/git-and-github-fundamentals.yaml index 518cac933..849961c1d 100644 --- a/_data/cards/pt_BR/git-and-github-fundamentals.yaml +++ b/_data/cards/pt_BR/git-and-github-fundamentals.yaml @@ -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 diff --git a/_data/cards/pt_BR/graphql.yaml b/_data/cards/pt_BR/graphql.yaml index 349568fcd..077bcf272 100644 --- a/_data/cards/pt_BR/graphql.yaml +++ b/_data/cards/pt_BR/graphql.yaml @@ -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 diff --git a/_data/cards/pt_BR/java-build-tools.yaml b/_data/cards/pt_BR/java-build-tools.yaml index a743d6b73..5e6687dcb 100644 --- a/_data/cards/pt_BR/java-build-tools.yaml +++ b/_data/cards/pt_BR/java-build-tools.yaml @@ -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 \ No newline at end of file + 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 diff --git a/_data/cards/pt_BR/java-spring-boot.yaml b/_data/cards/pt_BR/java-spring-boot.yaml index 81a7eb791..4ee9688cb 100644 --- a/_data/cards/pt_BR/java-spring-boot.yaml +++ b/_data/cards/pt_BR/java-spring-boot.yaml @@ -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 diff --git a/_data/cards/pt_BR/jvm.yaml b/_data/cards/pt_BR/jvm.yaml index 2881e5e72..ca887ff5a 100644 --- a/_data/cards/pt_BR/jvm.yaml +++ b/_data/cards/pt_BR/jvm.yaml @@ -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 diff --git a/_data/cards/pt_BR/kotlin-fundamentals.yaml b/_data/cards/pt_BR/kotlin-fundamentals.yaml index 1d7e54c3b..c3ee8a386 100644 --- a/_data/cards/pt_BR/kotlin-fundamentals.yaml +++ b/_data/cards/pt_BR/kotlin-fundamentals.yaml @@ -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 diff --git a/_data/cards/pt_BR/linq.yaml b/_data/cards/pt_BR/linq.yaml index 90550d4e3..a99636023 100644 --- a/_data/cards/pt_BR/linq.yaml +++ b/_data/cards/pt_BR/linq.yaml @@ -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 diff --git a/_data/cards/pt_BR/microservices.yaml b/_data/cards/pt_BR/microservices.yaml index c58d3a3c1..68bf8dae8 100644 --- a/_data/cards/pt_BR/microservices.yaml +++ b/_data/cards/pt_BR/microservices.yaml @@ -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 @@ -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 \ No newline at end of file + link: https://cursos.alura.com.br/course/Microsservicos-pratica-tomada-decisoes diff --git a/_data/cards/pt_BR/nestjs-fundamentals.yaml b/_data/cards/pt_BR/nestjs-fundamentals.yaml index 1be88439b..01181a092 100644 --- a/_data/cards/pt_BR/nestjs-fundamentals.yaml +++ b/_data/cards/pt_BR/nestjs-fundamentals.yaml @@ -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 diff --git a/_data/cards/pt_BR/nodejs-orm.yaml b/_data/cards/pt_BR/nodejs-orm.yaml index 71eed061b..ea3aef9cd 100644 --- a/_data/cards/pt_BR/nodejs-orm.yaml +++ b/_data/cards/pt_BR/nodejs-orm.yaml @@ -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 diff --git a/_data/cards/pt_BR/nodejs-testing.yaml b/_data/cards/pt_BR/nodejs-testing.yaml index 1c6e4a30f..7665898d6 100644 --- a/_data/cards/pt_BR/nodejs-testing.yaml +++ b/_data/cards/pt_BR/nodejs-testing.yaml @@ -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 diff --git a/_data/cards/pt_BR/php-api.yaml b/_data/cards/pt_BR/php-api.yaml index a8f31c84d..f2186f631 100644 --- a/_data/cards/pt_BR/php-api.yaml +++ b/_data/cards/pt_BR/php-api.yaml @@ -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 @@ -32,4 +29,4 @@ alura-contents: - type: COURSE title: "Curso Laravel: construindo APIs" link: https://www.alura.com.br/curso-online-laravel-construindo-apis - \ No newline at end of file + diff --git a/_data/cards/pt_BR/php-collections.yaml b/_data/cards/pt_BR/php-collections.yaml index dd9379c76..6f8404c34 100644 --- a/_data/cards/pt_BR/php-collections.yaml +++ b/_data/cards/pt_BR/php-collections.yaml @@ -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 @@ -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 - \ No newline at end of file + diff --git a/_data/cards/pt_BR/php-testing.yaml b/_data/cards/pt_BR/php-testing.yaml index 97b43e6e2..01fedd2fc 100644 --- a/_data/cards/pt_BR/php-testing.yaml +++ b/_data/cards/pt_BR/php-testing.yaml @@ -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 diff --git a/_data/cards/pt_BR/python-dunder-methods.yaml b/_data/cards/pt_BR/python-dunder-methods.yaml index f14d4cb40..7737a1917 100644 --- a/_data/cards/pt_BR/python-dunder-methods.yaml +++ b/_data/cards/pt_BR/python-dunder-methods.yaml @@ -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 diff --git a/_data/cards/pt_BR/python-fundamentals.yaml b/_data/cards/pt_BR/python-fundamentals.yaml index ace6da3a2..31cf376fe 100644 --- a/_data/cards/pt_BR/python-fundamentals.yaml +++ b/_data/cards/pt_BR/python-fundamentals.yaml @@ -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 diff --git a/_data/cards/pt_BR/reflection-and-attributes.yaml b/_data/cards/pt_BR/reflection-and-attributes.yaml index 6f34cbac2..2ad5cbad0 100644 --- a/_data/cards/pt_BR/reflection-and-attributes.yaml +++ b/_data/cards/pt_BR/reflection-and-attributes.yaml @@ -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 diff --git a/_data/cards/pt_BR/solid.yaml b/_data/cards/pt_BR/solid.yaml index fb91410d9..050ccab51 100644 --- a/_data/cards/pt_BR/solid.yaml +++ b/_data/cards/pt_BR/solid.yaml @@ -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 diff --git a/_data/guides/pt_BR/csharp.yaml b/_data/guides/pt_BR/csharp.yaml index 0f0b55c55..40cf91778 100644 --- a/_data/guides/pt_BR/csharp.yaml +++ b/_data/guides/pt_BR/csharp.yaml @@ -32,8 +32,6 @@ expertise: priority: 9 - csharp-serialization: priority: 6 - - csharp-networking-and-sockets: - priority: 6 - asp-net-core: priority: 7 - dapper: @@ -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 - \ No newline at end of file +