9 Patrones de Vue que Deberías Utilizar con Más Frecuencia

11-05-2024 - Andrés Cruz

JavaScript Descubre 9 patrones de Vue.js que mejorarán tus proyectos web. Aprende sobre componentes, comunicación, formularios y más. ¡Optimiza tu desarrollo con Vue!

Continuar leyendo


Show confirmation message before closing the page in JavaScript

12-05-2024 - Andrés Cruz

JavaScript We will see how to use the JavaScript beforeunload event to execute an event and display a message when the user tries to leave our website.

Continuar leyendo


Mostrar mensaje de confirmación antes de cerrar la página en JavaScript

12-05-2024 - Andrés Cruz

JavaScript Veremos como emplear el evento beforeunload de JavaScript para ejecutar un evento y mostrar un mensaje cuando el usuario intenta abandonar nuestra página web.

Continuar leyendo


Creating your first application with Vue Native Router

24-10-2023 - Andrés Cruz

Creating your first application with Vue Native Router

JavaScript We are going to explain how we can create the routing scheme for our application in Vue Native to navigate between application screens.

Continuar leyendo


Responsive or adaptive buttons in Vue Native

24-10-2023 - Andrés Cruz

Responsive or adaptive buttons in Vue Native

JavaScript I show you how you can create responsive buttons based on props in Vue Native, the same rules can be used for any other element.

Continuar leyendo


Global styling in Vue Native and React Native

23-10-2023 - Andrés Cruz

Global styling in Vue Native and React Native

JavaScript Let's learn how we can use styles at the component level to establish global styles in our apps in Vue and React Native.

Continuar leyendo


Creating our first animation in Vue Native

23-10-2023 - Andrés Cruz

Creating our first animation in Vue Native

JavaScript Veremos como trabajar con la animaciones en Vue Native creando un ejemplo con el cual veremos como emplear la funcion de animar, propiedades y asignarlas a un componente.

Continuar leyendo


Can't resolve 'react-native-screen' module in Vue Native

20-10-2023 - Andrés Cruz

Can't resolve 'react-native-screen' module in Vue Native

JavaScript We are going to talk about the Unable to resolve module 'react-native-screen' error that may occur to you in Vue Native.

Continuar leyendo


Introduction to programming - What is Program? - basic concepts - 01

19-10-2023 - Andrés Cruz

Introduction to programming - What is Program? - basic concepts - 01

JavaScript We are going to explain what a program is from its basic concepts, explaining what a recipe is and knowing its 3 fundamental steps.

Continuar leyendo


Main elements of a programming language - 04

19-10-2023 - Andrés Cruz

Main elements of a programming language - 04

JavaScript Let's see the main elements that a programming language has.

Continuar leyendo


)