Diferencia entre revisiones de «Desarrollo»
Ir a la navegación
Ir a la búsqueda
(feat: add SEO) |
|||
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] | ||
Línea 12: | Línea 12: | ||
* 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] | * Coding Beauty: [https://codingbeautydev.com/ EN] | ||
Línea 22: | Línea 22: | ||
* 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] | ||
Línea 28: | Línea 28: | ||
* Microsoft Developer Blogs: [https://devblogs.microsoft.com/ EN] | * Microsoft Developer Blogs: [https://devblogs.microsoft.com/ EN] | ||
== Podcast == | === Podcast === | ||
* Directorio de podcast sobre desarrollo: [https://dev.to/pod EN] | * 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] | * Learn Javascript logic, maths and expressions: [https://www.mathsuniverse.com/tixy EN] | ||
== Repositorios recomendados == | === Repositorios recomendados === | ||
=== GNU/Linux === | ==== GNU/Linux ==== | ||
* Ubuntu Flutter Community: [https://github.com/ubuntu-flutter-community EN] | * Ubuntu Flutter Community: [https://github.com/ubuntu-flutter-community EN] | ||
= Lenguajes = | == Lenguajes == | ||
== Programación == | === Programación === | ||
* [[Dotnet]] | * [[Dotnet]] | ||
Línea 58: | Línea 58: | ||
* [[TypeScript]] | * [[TypeScript]] | ||
== Marcado == | === Marcado === | ||
* [[HTML]] | * [[HTML]] | ||
== Diseño == | === Diseño === | ||
* [[CSS]] | * [[CSS]] | ||
= Entornos móviles = | == Entornos móviles == | ||
* [[React Native]] | * [[React Native]] | ||
= Herramientas = | == Herramientas == | ||
* [[Análisis estático de código fuente]] | * [[Análisis estático de código fuente]] | ||
Línea 78: | Línea 78: | ||
* IT Tools: [https://it-tools.tech EN] | * IT Tools: [https://it-tools.tech EN] | ||
== Online == | === Online === | ||
* App icon generator: genera iconos para Android y iOS. [https://appicon.co EN] | * App icon generator: genera iconos para Android y iOS. [https://appicon.co EN] | ||
Línea 85: | Línea 85: | ||
* SCSS to CSS Compiler: compila un archivo scss a css. [https://www.cssportal.com/scss-to-css EN] | * SCSS to CSS Compiler: compila un archivo scss a css. [https://www.cssportal.com/scss-to-css EN] | ||
=== Cloud Development Environments === | ==== Cloud Development Environments ==== | ||
* [[Gitpod]] | * [[Gitpod]] | ||
* [[Project IDX]] | * [[Project IDX]] | ||
= Testing = | == Testing == | ||
* [[Testing Library]] | * [[Testing Library]] |
Revisión del 14:45 4 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
GNU/Linux
- Ubuntu Flutter Community: 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
- 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