Skip to content

Commit

Permalink
feat: add backend languages and logos (#85)
Browse files Browse the repository at this point in the history
Co-authored-by: Noelia <noeliadonato@gmail.com>
  • Loading branch information
EduWTR and nsdonato authored Feb 13, 2024
1 parent 2ac1cbc commit 176247a
Show file tree
Hide file tree
Showing 9 changed files with 562 additions and 0 deletions.
89 changes: 89 additions & 0 deletions docs/backend/languages.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ description: 'Los lenguajes más utilizados a la hora de crear aplicaciones back

contributors:
- github_username: 'nsdonato'
- github_username: 'eduWTR'

submenu:
- imgPlaceholder: 'C#'
Expand All @@ -26,4 +27,92 @@ submenu:
links:
- type: 'Web'
url: 'https://www.java.com/es/'
videos: []

- imgPlaceholder: 'NodeJS'
titleCard: 'Entorno en tiempo de ejecución multiplataforma, de código abierto, para la capa del servidor basado en el lenguaje de programación JavaScript.'
cover:
src: '/backend/languages/nodejs_logo.no-invert.svg'
height: 80
width: 90
links:
- type: 'Web'
url: 'https://nodejs.org/en'
videos: []

- imgPlaceholder: 'PHP'
titleCard: 'Lenguaje de programación interpretado​ del lado del servidor y de uso general que se adapta especialmente al desarrollo web.'
cover:
src: '/backend/languages/php-logo.no-invert.svg'
height: 80
width: 90
links:
- type: 'Web'
url: 'https://www.php.net/'
videos: []

- imgPlaceholder: 'Bun'
titleCard: 'Entorno en tiempo de ejecución de JavaScript, como Node o Deno, todo en uno.'
cover:
src: '/backend/languages/bun-logo.no-invert.svg'
height: 80
width: 90
links:
- type: 'Web'
url: 'https://bun.sh/'
videos: []

- imgPlaceholder: 'Deno'
titleCard: 'Runtime para JavaScript y TypeScript basado en el motor V8 y escrito en Rust.'
cover:
src: '/backend/languages/deno-logo.no-invert.svg'
height: 80
width: 90
links:
- type: 'Web'
url: 'https://deno.com/'
videos: []

- imgPlaceholder: 'Python'
titleCard: 'Lenguaje de alto nivel de programación interpretado cuya filosofía hace hincapié en la legibilidad de su código.'
cover:
src: '/backend/languages/python-logo.no-invert.svg'
height: 80
width: 90
links:
- type: 'Web'
url: 'https://www.python.org/'
videos: []

- imgPlaceholder: 'Go'
titleCard: 'Lenguaje de programación concurrente y compilado con tipado estático inspirado en la sintaxis de C.'
cover:
src: '/backend/languages/go-logo.no-invert.svg'
height: 80
width: 90
links:
- type: 'Web'
url: 'https://go.dev/'
videos: []

- imgPlaceholder: 'Ruby'
titleCard: 'Lenguaje de programación interpretado, reflexivo y orientado a objetos.'
cover:
src: '/backend/languages/ruby-logo.no-invert.svg'
height: 80
width: 90
links:
- type: 'Web'
url: 'https://www.ruby-lang.org/es/'
videos: []

- imgPlaceholder: 'Kotlin'
titleCard: 'Lenguaje favorito de Google y Android.'
cover:
src: '/backend/languages/kotlin-logo.no-invert.svg'
height: 80
width: 90
links:
- type: 'Web'
url: 'https://kotlinlang.org/'
videos: []
1 change: 1 addition & 0 deletions public/backend/languages/bun-logo.no-invert.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
92 changes: 92 additions & 0 deletions public/backend/languages/deno-logo.no-invert.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions public/backend/languages/go-logo.no-invert.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
34 changes: 34 additions & 0 deletions public/backend/languages/kotlin-logo.no-invert.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 176247a

Please sign in to comment.