📢 Anuncios 📚 Libros 🎓 Cursos 🏷️ Categorías

Apply smooth transitions between non/visible HTML elements in Vue 3 with v-if

02-05-2025 - Andrés Cruz

Apply smooth transitions between non/visible HTML elements in Vue 3 with v-if

Condicional Master transitions in Vue.js with v-if. Learn step-by-step how to animate the appearance and disappearance of elements to create smooth interfaces and improve user experience. This tutorial covers the `<transition>` component, CSS classes, practical examples, and common mistakes.

Continuar leyendo


Conditional statements (x-if, x-show) and loops (x-for) in Alpine JS

19-11-2025 - Andrés Cruz

Conditional statements (x-if, x-show) and loops (x-for) in Alpine JS

Condicional We will learn how to use conditional statements in Alpine JS using x-if and x-show, and when to use one or the other, how to use x-for for listings, and how to use the template tag as a fundamental HTML element for using these directives.

Continuar leyendo


Everything you need to know to get started in Python

24-03-2024 - Andrés Cruz

Everything you need to know to get started in Python

Condicional We will learn from making a hello world in Python using the interactive console or files through knowing conditionals, loops, functions, list modules, data types, concatenations and castings.

Continuar leyendo


Conditionals in Kotlin: if and when

02-07-2023 - Andrés Cruz

Conditionals in Kotlin: if and when

Condicional Conditionals are a fundamental element in any programming language, they allow you to make branches in the code based on a condition established in them. In this post we will see how to use the if and when conditionals in Kotlin.

Continuar leyendo