Transform or Die

Transform comes from the Latin word transformāre which means “to make someone or something change shape.” From my perspective, transformation is what companies should do, or should be doing, first internally and later in how they offer their products or services to customers. We are currently experiencing the 4th industrial revolution. Unlike the others, technology…

What is Cloud Computing?

Cloud computing has become the preferred solution for companies extending their infrastructure or launching innovative solutions. Cloud computing is the delivery of computing services through the Internet (“The Cloud”). Resources include tools and applications like servers, data storage, databases, networking, and software. There is no need to install applications locally on computers in this model….

What is a lambda function?

The AWS Lambda can automatically execute code in response to various events, such as HTTP request through Amazon API Gateway. Code that runs on AWS Lambda is called a “Lambda Function”. AWS Lambda natively supports Java, Go, PowerShell, Node.js, C#, Python and, Ruby code and provides a runtime API that allows you to use any…

¿Por qué usar bases de datos no relacionales (NoSQL)?

También conocidas como las bases de datos NoSQL, las bases de datos no relacionales, surgieron tanto para dar competencia a las BDs relacionales, como para dar un enfoque diferente y una manipulación alternativa de la información que se puede tener en un entorno. Debido a la demanda y manejo de altas cantidades de datos, los…

Animaciones en React con react-pose

Hace poco estuve buscando librerías  que me pudieran ayudar animando ciertos elementos de mi aplicación React, sin embargo como siempre te encuentras con muchísimas opciones que muchas veces no cumplen con lo que estas buscando. Algunas son muy confusas y otras abusan bastante del uso de vanillaJs. Después de explorar tantas opciones al final me…