Rutas de Aprendizaje Libros Cursos Categorías Anuncios

Conditionals in Kotlin: if and when

03-01-2026 - Andrés Cruz

Conditionals in Kotlin: if and when

Android 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.


Everything you need to know to get started in Python

06-03-2026 - Andrés Cruz

Everything you need to know to get started in Python

Python 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.


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

JavaScript 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.


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

Vue 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.


Swift conditional statements: if else, switch case

26-12-2025 - Andrés Cruz

Swift conditional statements: if else, switch case

Swift Learn to use conditionals in Swift step by step. Master if, else, switch, and logical operators with clear examples to get started on iOS.