-
-
Notifications
You must be signed in to change notification settings - Fork 23
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
3 changed files
with
41 additions
and
4 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
--- | ||
label: Bienvenido | ||
icon: home | ||
label: Spanish / Español | ||
icon: es | ||
--- | ||
|
||
# Documentación is-a.dev |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
--- | ||
tags: útil | ||
icono: info | ||
--- | ||
|
||
# Recursos | ||
|
||
Esta página proporciona una colección de recursos para ayudarte a comprender conceptos clave relacionados con la gestión de dominios, como DNS, registros y más. | ||
|
||
## Pedir Ayuda | ||
|
||
- [¿Cómo hago una buena pregunta?](https://stackoverflow.com/help/how-to-ask) - Una guía sobre cómo hacer una buena pregunta en Stack Overflow. | ||
- [Cómo hacer preguntas de manera inteligente](http://catb.org/~esr/faqs/smart-questions.html) - Una guía larga y completa sobre cómo hacer preguntas de manera inteligente por Eric Steven Raymond y Rick Moen. | ||
|
||
## JSON | ||
- [JSON para principiantes](https://www.freecodecamp.org/news/what-is-json-a-json-file-example/) - Notación de Objetos de JavaScript (JSON) explicada en lenguaje sencillo por Tapas Adhikary. | ||
- [Formateador de JSON](https://jsonformatter.org/) - Un formateador y validador de JSON. | ||
- [JSON explicado](https://www.youtube.com/watch?v=cj3h3Fb10QY) - Un video sobre JSON por Hostinger Academy. | ||
|
||
## Sistema de Nombres de Dominio (DNS) | ||
|
||
- [¿Qué es DNS?](https://www.cloudflare.com/learning/dns/what-is-dns/) - Una introducción amigable al DNS de Cloudflare. | ||
- [Cómo funciona el DNS](https://howdns.works/) - Una explicación divertida y colorida de cómo funciona el DNS usando un cómic. | ||
- [DNS explicado](https://www.youtube.com/watch?v=72snZctFFtA) - Una explicación en video sobre DNS en YouTube. | ||
|
||
## Registros DNS | ||
|
||
- [Comprendiendo los tipos de registros DNS](https://www.cloudflare.com/learning/dns/dns-records/) - Una guía sobre los diferentes tipos de registros DNS de Cloudflare. | ||
- [Tipos de registros DNS](https://wizardzines.com/comics/dns-record-types/) - Una explicación de los tipos comunes de registros DNS usando un cómic. | ||
- [Registros DNS explicados](https://www.youtube.com/watch?v=VMKbwYMoxX4) - Una explicación en video sobre registros DNS. | ||
|
||
## Git y GitHub | ||
|
||
- [La guía simple para Git](https://rogerdudler.github.io/git-guide/) - Una guía simple para Git sin complicaciones. | ||
- [Piensa como un Git](https://think-like-a-git.net/) - Una guía para comprender Git. | ||
|
||
## Otros | ||
- [Cómo limpiar la caché del navegador](https://www.hostinger.com/tutorials/clear-browser-cache) - Una guía simple sobre cómo limpiar la caché del navegador en los navegadores populares. | ||
- [Cómo funciona HTTPS](https://howhttps.works/) - Una explicación de HTTPS usando un cómic. |