Diferencia entre revisiones de «Desarrollo»
Ir a la navegación
Ir a la búsqueda
([feat] Add information Desarrollo) |
|||
(No se muestran 19 ediciones intermedias del mismo usuario) | |||
Línea 1: | Línea 1: | ||
= General = | == General == | ||
* [[Convenciones commit GIT]] | * [[Convenciones commit GIT]] | ||
Línea 5: | Línea 5: | ||
* Guía de estilos de Google HTML y CSS [https://google.github.io/styleguide/htmlcssguide.html EN] | * Guía de estilos de Google HTML y CSS [https://google.github.io/styleguide/htmlcssguide.html EN] | ||
= Recursos = | == Recursos == | ||
* Backend Developer Roadmap: [https://roadmap.sh/backend EN] | * Backend Developer Roadmap: [https://roadmap.sh/backend EN] | ||
* Beautiful Snippet Code: [https://codeimg.io/ EN] | * Beautiful Snippet Code: [https://codeimg.io/ EN] | ||
* Cheatography: [https://cheatography.com/programming/ EN] | |||
* Programming Cheat Sheets: [https://cheatography.com/programming/ EN] | * Programming Cheat Sheets: [https://cheatography.com/programming/ EN] | ||
== Sitios web == | === Sitios web === | ||
* Coding Beauty: [https://codingbeautydev.com/ EN] | |||
* InfoQ: [https://www.infoq.com/development/ EN] | * InfoQ: [https://www.infoq.com/development/ EN] | ||
* InfoWorld: [https://www.infoworld.com/ EN] | * InfoWorld: [https://www.infoworld.com/ EN] | ||
* | * I-Programmer.info: [https://www.i-programmer.info/ EN] | ||
* MDN Web Docs: [https://developer.mozilla.org/es/ ES] | |||
* OSCI - Open Source Contributor Index: [https://opensourceindex.io/ EN] | * OSCI - Open Source Contributor Index: [https://opensourceindex.io/ EN] | ||
* Refactoring Guru: [https://refactoring.guru/es ES] | * Refactoring Guru: [https://refactoring.guru/es ES] | ||
== Blogs == | === Blogs === | ||
* Free Code Camp: [https://www.freecodecamp.org/news/ EN] | * Free Code Camp: [https://www.freecodecamp.org/news/ EN] | ||
* MDN: [https://developer.mozilla.org/en-US/blog/ EN] | |||
* Microsoft Developer Blogs: [https://devblogs.microsoft.com/ EN] | |||
=== Podcast === | |||
* Directorio de podcast sobre desarrollo: [https://dev.to/pod EN] | |||
== Desafíos == | === Desafíos === | ||
* Frontend Challenges: [https://github.com/felipefialho/frontend-challenges EN] | * Frontend Challenges: [https://github.com/felipefialho/frontend-challenges EN] | ||
* Learn Javascript logic, maths and expressions: [https://www.mathsuniverse.com/tixy EN] | |||
=== Repositorios recomendados === | |||
== | ==== Desarrollo ==== | ||
=== GNU/Linux === | * Project Based Learning: [https://github.com/practical-tutorials/project-based-learning EN] | ||
==== GNU/Linux ==== | |||
* Ubuntu Flutter Community: [https://github.com/ubuntu-flutter-community EN] | * Ubuntu Flutter Community: [https://github.com/ubuntu-flutter-community EN] | ||
= Lenguajes = | === Eventos === | ||
* Linux Foundation: [https://events.linuxfoundation.org/ EN] | |||
== Lenguajes == | |||
== Programación == | === Programación === | ||
* [[Dotnet]] | * [[Dotnet]] | ||
Línea 44: | Línea 59: | ||
* [[Java]] | * [[Java]] | ||
* [[JavaScript]] | * [[JavaScript]] | ||
* [[Monkey C]] | |||
* [[PHP]] | * [[PHP]] | ||
* [[Python]] | * [[Python]] | ||
* [[Ruby]] | |||
* [[Rust]] | * [[Rust]] | ||
* [[TypeScript]] | * [[TypeScript]] | ||
== Marcado == | === Marcado === | ||
* [[HTML]] | * [[HTML]] | ||
== Diseño == | === Diseño === | ||
* [[CSS]] | * [[CSS]] | ||
= Entornos móviles = | == Entornos móviles == | ||
* [[Android]] | |||
* [[React Native]] | * [[React Native]] | ||
= Herramientas = | == Herramientas == | ||
* [[Análisis estático de código fuente]] | * [[Análisis estático de código fuente]] | ||
* [[Contar líneas de código fuente]] | |||
* [[Control de versiones]] | |||
* Font Awesome: [https://fontawesome.com/ EN] | * Font Awesome: [https://fontawesome.com/ EN] | ||
* Google Fonts [https://fonts.google.com/ EN] | * Google Fonts [https://fonts.google.com/ EN] | ||
* IT Tools: [https://it-tools.tech EN] | |||
=== Online === | |||
* App icon generator: genera iconos para Android y iOS. [https://appicon.co EN] | |||
* CodePen: Online Code Editor and Front End Web Developer. [https://codepen.io EN] | |||
* JSON Viewer: [https://codebeautify.org/jsonviewer EN] | |||
* SCSS to CSS Compiler: compila un archivo scss a css. [https://www.cssportal.com/scss-to-css EN] | |||
== | ==== Cloud Development Environments ==== | ||
* | * [[Gitpod]] | ||
* | * [[Project IDX]] | ||
= Testing = | == Testing == | ||
* [[Testing Library]] | * [[Testing Library]] |
Revisión actual - 09:56 25 ago 2024
General
- Convenciones commit GIT
- Buenas prácticas API Rest
- Guía de estilos de Google HTML y CSS EN
Recursos
- Backend Developer Roadmap: EN
- Beautiful Snippet Code: EN
- Cheatography: EN
- Programming Cheat Sheets: EN
Sitios web
- Coding Beauty: EN
- InfoQ: EN
- InfoWorld: EN
- I-Programmer.info: EN
- MDN Web Docs: ES
- OSCI - Open Source Contributor Index: EN
- Refactoring Guru: ES
Blogs
Podcast
- Directorio de podcast sobre desarrollo: EN
Desafíos
Repositorios recomendados
Desarrollo
- Project Based Learning: EN
GNU/Linux
- Ubuntu Flutter Community: EN
Eventos
- Linux Foundation: EN
Lenguajes
Programación
Marcado
Diseño
Entornos móviles
Herramientas
- Análisis estático de código fuente
- Contar líneas de código fuente
- Control de versiones
- Font Awesome: EN
- Google Fonts EN
- IT Tools: EN
Online
- App icon generator: genera iconos para Android y iOS. EN
- CodePen: Online Code Editor and Front End Web Developer. EN
- JSON Viewer: EN
- SCSS to CSS Compiler: compila un archivo scss a css. EN