Skip to content

Commit

Permalink
Merge branch 'next' into dependencies_release_7.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivy Feraco authored Jan 16, 2024
2 parents ab7d6ab + 1634b59 commit 8ebfbf7
Show file tree
Hide file tree
Showing 3 changed files with 76 additions and 4 deletions.
6 changes: 3 additions & 3 deletions learning-objectives/data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,9 +117,9 @@ firebase:
- auth
- firestore

front-end-web-dev:
- components
- state
# front-end-web-dev:
# - components
# - state
# - routing

angular:
Expand Down
38 changes: 37 additions & 1 deletion learning-objectives/intl/es.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,9 @@ browser/fetch:
js:
title: JavaScript

js/data-types:
title: Tipos de datos

js/data-types/primitive:
title: Tipos de datos primitivos
links:
Expand Down Expand Up @@ -227,6 +230,9 @@ js/semantics:
js/expression-vs-statement:
title: Diferenciar entre expresiones (expressions) y sentencias (statements)

js/modules:
title: Módulos

js/modules/es-modules:
title: Módulos de ECMAScript (ES Modules)
links:
Expand All @@ -241,6 +247,9 @@ js/modules/commonjs:
- title: "Modules: CommonJS modules - Node.js Docs"
url: https://nodejs.org/docs/latest/api/modules.html

js/testing:
title: Testing en Javascript

js/testing/unit:
title: Pruebas unitarias (unit tests)
links:
Expand Down Expand Up @@ -268,6 +277,9 @@ js/testing/compatibility:
js/linting:
title: Uso de linter (ESLINT)

js/async:
title: Asincronía

js/async/callbacks:
title: Callbacks
links:
Expand All @@ -285,6 +297,9 @@ js/async/promises:
scm:
title: Control de Versiones (Git y GitHub)

scm/git:
title: Git

scm/git/setup:
title: "Git: Instalación y configuración"

Expand All @@ -294,6 +309,9 @@ scm/git/intro:
scm/git/integration:
title: "Git: Integración de cambios entre ramas (branch, checkout, fetch, merge, reset, rebase, tag)"

scm/github:
title: GitHub

scm/github/setup:
title: "GitHub: Creación de cuenta y repos, configuración de llaves SSH"

Expand Down Expand Up @@ -720,7 +738,7 @@ java/spring-framework/spring-web/rest-controller:
java/spring-framework/spring-web/request-mapping:
title: RequestMapping

java/spring-framework/spring-web/spring-web/request-param:
java/spring-framework/spring-web/request-param:
title: RequestParam

java/spring-framework/testing:
Expand Down Expand Up @@ -1163,6 +1181,9 @@ slack/slash-commands:
php:
title: PHP

php/data-types:
title: Tipos de datos

php/data-types/primitive:
title: Tipos de datos primitivos en PHP
links:
Expand Down Expand Up @@ -1211,6 +1232,9 @@ php/functions:
- title: Extensiones PHP relacionadas con variable y tipo
url: https://www.php.net/manual/es/refs.basic.vartype.php

php/testing:
title: Testing en PHP

php/testing/phpunit:
title: PHPUnit
links:
Expand All @@ -1223,6 +1247,9 @@ php/testing/xdebug:
- title: XDebug
url: https://xdebug.org/

php/package-management:
title: Gestión de paquetes

php/package-management/composer:
title: Composer
links:
Expand All @@ -1232,6 +1259,9 @@ php/package-management/composer:
wordpress:
title: WordPress

wordpress/plugin-development:
title: Desarrollo de plugins

wordpress/plugin-development/hooks:
title: "Hooks: action y filter"
links:
Expand Down Expand Up @@ -1298,6 +1328,12 @@ wordpress/plugin-development/wordpress-plugin-directory:
- title: WordPress Plugin Directory
url: https://developer.wordpress.org/plugins/wordpress-org/planning-your-plugin/

typescript:
title: Typescript

typescript/basic-types:
title: Tipos básicos

typescript/basic-types/static-type-checking:
title: Chequeo estático de tipos
links:
Expand Down
36 changes: 36 additions & 0 deletions learning-objectives/intl/pt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,9 @@ browser/fetch:
js:
title: JavaScript

js/data-types:
title: Tipos de dados

js/data-types/primitive:
title: Tipos de dados primitivos
links:
Expand Down Expand Up @@ -224,6 +227,9 @@ js/semantics:
js/expression-vs-statement:
title: Diferença entre expressões (expressions) e declarações (statements)

js/modules:
title: Módulos

js/modules/es-modules:
title: Módulos de ECMAScript (ES modules)
links:
Expand All @@ -238,6 +244,9 @@ js/modules/commonjs:
- title: "Modules: CommonJS modules - Node.js Docs"
url: https://nodejs.org/docs/latest/api/modules.html

js/testing:
title: Testing em Javascript

js/testing/unit:
title: Testes unitários (unit tests)
links:
Expand Down Expand Up @@ -265,6 +274,9 @@ js/testing/compatibility:
js/linting:
title: Uso de linter (ESLINT)

js/async:
title: Assincronicidade

js/async/callbacks:
title: Callbacks
links:
Expand All @@ -282,6 +294,9 @@ js/async/promises:
scm:
title: Controle de Versões (Git e GitHub)

scm/git:
title: Git

scm/git/setup:
title: "Git: Instalação e configuração"

Expand All @@ -291,6 +306,9 @@ scm/git/intro:
scm/git/integration:
title: "Git: Integração de mudanças entre ramos (branch, checkout, fetch, merge, reset, rebase, tag)"

scm/github:
title: GitHub

scm/github/setup:
title: "GitHub: Criação de contas e repositórios, configuração de chave SSH"

Expand Down Expand Up @@ -1158,6 +1176,9 @@ slack/slash-commands:
php:
title: PHP

php/data-types:
title: Tipos de dados

php/data-types/primitive:
title: Tipos de dados primitivos em PHP
links:
Expand Down Expand Up @@ -1206,6 +1227,9 @@ php/functions:
- title: Variável e Extensões Relacionadas aos Tipos
url: https://www.php.net/manual/pt_BR/refs.basic.vartype.php

php/testing:
title: Testes em PHP

php/testing/phpunit:
title: PHPUnit
links:
Expand All @@ -1218,6 +1242,9 @@ php/testing/xdebug:
- title: XDebug
url: https://xdebug.org/

php/package-management:
title: Gerenciamento de pacotes

php/package-management/composer:
title: Composer
links:
Expand All @@ -1227,6 +1254,9 @@ php/package-management/composer:
wordpress:
title: WordPress

wordpress/plugin-development:
title: Desenvolvimento de plugins

wordpress/plugin-development/hooks:
title: "Hooks: action e filter"
links:
Expand Down Expand Up @@ -1293,6 +1323,12 @@ wordpress/plugin-development/wordpress-plugin-directory:
- title: WordPress Plugin Directory
url: https://developer.wordpress.org/plugins/wordpress-org/planning-your-plugin/

typescript:
title: Typescript

typescript/basic-types:
title: Tipos básicos

typescript/basic-types/static-type-checking:
title: Verificação estática de tipos
links:
Expand Down

0 comments on commit 8ebfbf7

Please sign in to comment.