02-05-2025 - Andrés Cruz
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.
19-11-2025 - Andrés Cruz
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.
24-03-2024 - Andrés Cruz
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.
02-07-2023 - Andrés Cruz
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.