-
-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
22 changed files
with
212 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
--- | ||
title: Lenguajes | ||
description: 'Los lenguajes más utilizados a la hora de crear aplicaciones backend.' | ||
|
||
contributors: | ||
- github_username: 'nsdonato' | ||
|
||
submenu: | ||
- imgPlaceholder: 'C#' | ||
titleCard: 'Lenguaje de programación moderno, innovador y de código abierto para crear todas sus aplicaciones.' | ||
cover: | ||
src: '/backend/csharp.svg' | ||
height: 80 | ||
width: 90 | ||
links: | ||
- type: 'Web' | ||
url: 'https://dotnet.microsoft.com/es-es/languages/csharp' | ||
videos: [] | ||
|
||
- imgPlaceholder: 'Java' | ||
titleCard: 'Java es un lenguaje de programación y una plataforma informática.' | ||
cover: | ||
src: '/backend/java.svg' | ||
height: 80 | ||
width: 90 | ||
links: | ||
- type: 'Web' | ||
url: 'https://www.java.com/es/' | ||
videos: [] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,64 @@ | ||
--- | ||
title: Frameworks | ||
description: 'Los frameworks más utilizados a la hora de crear aplicaciones web.' | ||
|
||
contributors: | ||
- github_username: 'nsdonato' | ||
|
||
submenu: | ||
- imgPlaceholder: 'React.js (libreria)' | ||
titleCard: 'Crear interfaces de usuario a partir de componentes' | ||
cover: | ||
src: '/frontend/react.svg' | ||
height: 80 | ||
width: 90 | ||
links: | ||
- type: 'Web' | ||
url: 'https://react.dev/' | ||
videos: [] | ||
|
||
- imgPlaceholder: 'Next.js' | ||
titleCard: 'Te permite crear aplicaciones web de alta calidad con la potencia de los componentes React' | ||
cover: | ||
src: '/frontend/nextjs.svg' | ||
height: 80 | ||
width: 90 | ||
links: | ||
- type: 'Web' | ||
url: 'https://nextjs.org/' | ||
videos: [] | ||
|
||
- imgPlaceholder: 'Angular' | ||
titleCard: 'Framework para construir aplicaciones web con TypeScript, HTML y CSS' | ||
cover: | ||
src: '/frontend/angular.svg' | ||
height: 80 | ||
width: 90 | ||
links: | ||
- type: 'Web' | ||
url: 'https://angular.io/' | ||
videos: [] | ||
|
||
- imgPlaceholder: 'Vue.js' | ||
titleCard: 'Framework progresivo para construir interfaces de usuario' | ||
cover: | ||
src: '/frontend/vue.svg' | ||
height: 80 | ||
width: 90 | ||
links: | ||
- type: 'Web' | ||
url: 'https://vuejs.org/' | ||
videos: [] | ||
|
||
- imgPlaceholder: 'Svelte' | ||
titleCard: 'Framework para construir aplicaciones web con JavaScript' | ||
cover: | ||
src: '/frontend/svelte.svg' | ||
height: 80 | ||
width: 90 | ||
links: | ||
- type: 'Web' | ||
url: 'https://svelte.dev/' | ||
videos: [] | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,53 @@ | ||
--- | ||
title: Lenguajes | ||
description: 'Si te preguntas que lenguajes tenes que aprender para poder ser Frontend, te dejo en orden, los más utilizados:' | ||
|
||
contributors: | ||
- github_username: 'nsdonato' | ||
|
||
submenu: | ||
- imgPlaceholder: 'HTML' | ||
titleCard: 'Lenguaje de marcado de hipertexto' | ||
links: | ||
- type: 'Web' | ||
url: 'https://html.spec.whatwg.org/' | ||
cover: | ||
src: '/frontend/html5.svg' | ||
height: 80 | ||
width: 90 | ||
videos: [] | ||
|
||
- imgPlaceholder: 'CSS' | ||
titleCard: 'Hojas de estilo en cascada' | ||
links: | ||
- type: 'Web' | ||
url: 'https://www.w3.org/Style/CSS/Overview.en.html' | ||
cover: | ||
src: '/frontend/css.svg' | ||
height: 80 | ||
width: 90 | ||
videos: [] | ||
|
||
- imgPlaceholder: 'JavaScript' | ||
titleCard: 'Lenguaje de programación' | ||
links: | ||
- type: 'Web' | ||
url: 'https://www.ecma-international.org/publications/standards/Ecma-262.htm' | ||
cover: | ||
src: '/frontend/js.svg' | ||
height: 80 | ||
width: 90 | ||
videos: [] | ||
|
||
- imgPlaceholder: 'TypeScript' | ||
titleCard: 'Superset de JavaScript' | ||
links: | ||
- type: 'Web' | ||
url: 'https://www.typescriptlang.org/' | ||
cover: | ||
src: '/frontend/typescript.svg' | ||
height: 80 | ||
width: 90 | ||
videos: [] | ||
|
||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.