diff --git a/_data/cards/es/business-intelligence-fundamentals.yaml b/_data/cards/es/business-intelligence-fundamentals.yaml index 8fbcf2165..b097ac186 100644 --- a/_data/cards/es/business-intelligence-fundamentals.yaml +++ b/_data/cards/es/business-intelligence-fundamentals.yaml @@ -19,6 +19,9 @@ contents: title: "Extracción, transformación y carga de datos (ETL)" link: https://learn.microsoft.com/es-es/azure/architecture/data-guide/relational-data/etl alura-contents: + - type: ARTICLE + title: "¿Qué es Business Intelligence?" + link: https://www.aluracursos.com/blog/que-es-business-intelligence - type: ARTICLE title: "Power BI: ¿qué es?" link: https://www.aluracursos.com/blog/power-bi-que-es diff --git a/_data/cards/es/csharp-fundamentals.yaml b/_data/cards/es/csharp-fundamentals.yaml index adac3d63c..0b6cc5448 100644 --- a/_data/cards/es/csharp-fundamentals.yaml +++ b/_data/cards/es/csharp-fundamentals.yaml @@ -79,6 +79,9 @@ alura-contents: - type: ARTICLE title: "C#: entender clases y structs" link: https://www.aluracursos.com/blog/entender-clases-structs + - type: ARTICLE + title: "¿Cómo separar palabras en String con C#?" + link: https://www.aluracursos.com/blog/como-separar-palabras-en-string - type: COURSE title: "Formación C# y Orientación a Objetos" link: https://app.aluracursos.com/formacion-c-sharpe-orientacion-a-objetos diff --git a/_data/cards/es/data-structures.yaml b/_data/cards/es/data-structures.yaml index 2530593f6..415901619 100644 --- a/_data/cards/es/data-structures.yaml +++ b/_data/cards/es/data-structures.yaml @@ -50,6 +50,9 @@ alura-contents: - type: ARTICLE title: "Listas en Python: operaciones básicas" link: https://www.aluracursos.com/blog/listas-de-python-operaciones-basicas + - type: ARTICLE + title: "Estructura de datos: computación práctica con Java" + link: https://www.aluracursos.com/blog/estructura-de-datos-computacion-practica-con-java - type: COURSE title: "Python: avanzando en el lenguaje" link: https://app.aluracursos.com/course/python-avanzando-lenguaje diff --git a/_data/cards/es/data-visualization-bi.yaml b/_data/cards/es/data-visualization-bi.yaml index 9dd145823..ae594cf6a 100644 --- a/_data/cards/es/data-visualization-bi.yaml +++ b/_data/cards/es/data-visualization-bi.yaml @@ -46,6 +46,9 @@ contents: title: "Curso Completo de Google Looker Studio" link: https://www.youtube.com/watch?v=5HeGrmNJ0rY&ab_channel=PorterMetricsES alura-contents: + - type: ARTICLE + title: "¿Qué es Qlik?" + link: https://www.aluracursos.com/blog/qlik-que-es - type: COURSE title: "Formación Power BI" link: https://www.aluracursos.com/formacion-power-bi diff --git a/_data/cards/es/http-fundamentals.yaml b/_data/cards/es/http-fundamentals.yaml index ad49d7b18..6df1cb24b 100644 --- a/_data/cards/es/http-fundamentals.yaml +++ b/_data/cards/es/http-fundamentals.yaml @@ -57,6 +57,9 @@ alura-contents: - type: ARTICLE title: "HTTP: Diferencias entre GET y POST" link: https://www.aluracursos.com/blog/diferencias-entre-get-y-post + - type: ARTICLE + title: "Métodos de petición HTTP" + link: https://www.aluracursos.com/blog/metodos-de-peticion-http - type: COURSE title: "HTTP: La base de internet" link: https://app.aluracursos.com/course/http-base-internet diff --git a/_data/cards/es/javascript-fundamentals.yaml b/_data/cards/es/javascript-fundamentals.yaml index b11921c51..fd33b985c 100644 --- a/_data/cards/es/javascript-fundamentals.yaml +++ b/_data/cards/es/javascript-fundamentals.yaml @@ -107,6 +107,9 @@ alura-contents: - type: ARTICLE title: "Una guía para importar y exportar módulos con JavaScript" link: https://www.aluracursos.com/blog/una-guia-para-importar-exportar-modulos-con-java-script + - type: ARTICLE + title: "Javascript: ¿para qué sirve un array?" + link: https://www.aluracursos.com/blog/javascript-para-que-sirve-un-array - type: YOUTUBE title: "¿Qué es JavaScript?" link: https://www.youtube.com/watch?v=GJfOSoaXk4s&ab_channel=AluraLatam diff --git a/_data/cards/es/oop-concepts.yaml b/_data/cards/es/oop-concepts.yaml index 07a4bdfe3..4deb412ae 100644 --- a/_data/cards/es/oop-concepts.yaml +++ b/_data/cards/es/oop-concepts.yaml @@ -51,6 +51,9 @@ alura-contents: - type: ARTICLE title: "Cómo no aprender Java y Orientación a Objetos: getters y setters" link: https://www.aluracursos.com/blog/como-no-aprender-java-y-orientacion-a-objetos-getters-y-setters + - type: ARTICLE + title: "Ordenar una lista de objetos en Java" + link: https://www.aluracursos.com/blog/ordenar-una-lista-de-objetos-en-java - type: COURSE title: "Formación Java Orientado a Objetos" link: https://app.aluracursos.com/formacion-javaoo diff --git a/_data/cards/es/python-for-data-science.yaml b/_data/cards/es/python-for-data-science.yaml index 42c9883fd..82463e466 100644 --- a/_data/cards/es/python-for-data-science.yaml +++ b/_data/cards/es/python-for-data-science.yaml @@ -22,6 +22,12 @@ alura-contents: - type: YOUTUBE title: "¿Cómo es el día a día de una Científica de Datos?" link: https://www.youtube.com/watch?v=cOvpf3Q-ii4 + - type: YOUTUBE + title: "Descubre el poder de Python: El lenguaje de programación que revoluciona la industria" + link: https://www.youtube.com/watch?v=BxcMMgmLKTU&ab_channel=AluraLatam + - type: ARTICLE + title: "¿Qué es Python? Historia, sintaxis y una guía para iniciarse en el lenguaje" + link: https://www.aluracursos.com/blog/que-es-python-historia-guia-para-iniciar - type: ARTICLE title: "¿Cómo comparar objetos en Python?" link: https://www.aluracursos.com/blog/como-comparar-objetos-en-python