Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
8 changes: 4 additions & 4 deletions assets/js/data/library_content_data.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ const libraryContentData_ptBR = [
},
{
title: 'jujubaSVG',
support: ['Android', 'Flutter'],
desc: 'Uma biblioteca para manipular arquivos SVG em apps Android e Flutter, criada pela CodandoTV para facilitar o uso de SVGs dinâmicos no mobile.',
support: ['Android', 'Flutter', 'CMP'],
desc: 'Uma biblioteca para manipular arquivos SVG em apps Compose Multiplatform, Android e Flutter, criada pela CodandoTV para facilitar o uso de SVGs dinâmicos no mobile.',
img: 'assets/images/libs/jujubaSVG.png',
video: false,
multirepo: []
Expand Down Expand Up @@ -77,8 +77,8 @@ const libraryContentData_enUs = [
},
{
title: 'jujubaSVG',
support: ['Android', 'Flutter'],
desc: 'A library to manipulate SVG files in Android and Flutter apps, created by CodandoTV to facilitate the use of dynamic SVGs in mobile.',
support: ['Android', 'Flutter', 'CMP'],
desc: 'A library to manipulate SVG files in Android, Flutter, and CMP apps, created by CodandoTV to facilitate the use of dynamic SVGs in mobile.',
img: 'assets/images/libs/jujubaSVG.png',
video: false,
multirepo: []
Expand Down
12 changes: 6 additions & 6 deletions assets/js/data/speech_content_data.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ const speechContentData_ptBR = [
youtubeCategories: ["Android", "Flutter", "iOS"]
},
{
youtubeTitle: "Kotzilla no Compose Multiplatform: Setup Completo",
youtubeTitle: "Como Configurar o MCP da Kotzilla na Prática | IA com Contexto Real no Kotlin",
youtubeDescription: "Observabilidade gratuita para open source. Analise comportamento, performance e issues do seu app KMP.",
youtubeUrl: "https://www.youtube.com/embed/O9g7RX6OrRI",
youtubeCategories: ["CMP", "Observabilidade"]
youtubeUrl: "https://youtu.be/LyXl3EGrVWw?si=qCIxo-GotkLvktV7",
youtubeCategories: ["CMP", "Observabilidade", "IA"]
},
{
youtubeTitle: "Mockito no Flutter: Testes Unitários com Mocks",
Expand Down Expand Up @@ -57,10 +57,10 @@ const speechContentData_enUs = [
youtubeCategories: ["Android", "Flutter", "iOS"]
},
{
youtubeTitle: "Kotzilla on Compose Multiplatform: Complete Setup",
youtubeTitle: "How to Set Up Kotzilla's MCP in Practice | AI with Real Context in Kotlin",
youtubeDescription: "Free observability for open source. Analyze behavior, performance and issues of your KMP app.",
youtubeUrl: "https://www.youtube.com/embed/O9g7RX6OrRI",
youtubeCategories: ["CMP", "Observability"]
youtubeUrl: "https://youtu.be/LyXl3EGrVWw?si=qCIxo-GotkLvktV7",
youtubeCategories: ["CMP", "Observability", "IA"]
},
{
youtubeTitle: "Mockito in Flutter: Unit Testing with Mocks",
Expand Down