Resultados para:
Tutoriales
Cambia Vi/Vim por Nano y Less por Cat
¡Hola que tal! Más que un tutorial, quiero compartirte el comando para que git deje de usar Vi/Vim y en su lugar use Nano. Es útil cuando, por ejemplo,...
-7. Design Pattern –
INTRODUCTION. Design patterns are useful tools but complex, so it should be known when to use them in a natural way. These concepts were born in the...
¿Qué sucede cuando hacemos git init?
Git es el sistema de control de versiones mas usado e importante de la industria, aunque no es el unico. Aqui te enseño que sucede cuando hacemos git...
-6. TypeScript -
INTRODUCTION. Typescript came to make JavaScript a typed language. This permits us to specify the type of variables or what kind of value a function return....
'use strict'
‘use strict’ es una instrucción que le damos al interprete de JS que lo que hace es generar varios Error(o conocidas en otros lenguajes como excepciones) que...
-5. DOM’s APIs.
FETCH. API’s scan be link firstly with XMLHttpRequest() method but the usage requires laborious code depending on the case. So, it came fetch (), more...
-4. Advanced Fundamentals
PROXY. A proxy is an object that allows us to read the differences in the string between the prompt we introduce and the property the handler, like GET and...
-3. Intermediate Fundamentals-
PROMISES. These have three states: pending, requesting information to the API; fulfilled, we got a resolved answer; and rejected, the answer was denied due...
-2. How JavaScript works-
PARSERS AND THE ABSTRACT SYNTAX TREE. JavaScript is not read by the browser directly, this has to be compile and optimize into bytecode before by an Engine....
Crear copia de seguridad de Firestore
En un trabajo que estuve realizando, me topé con un obstáculo y este fue que necesitaba realizar una copia de seguridad de la base de datos Firestore del...