03-01-2026 - Andrés Cruz
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.
06-03-2026 - Andrés Cruz
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.
19-11-2025 - Andrés Cruz
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.
02-05-2025 - Andrés Cruz
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.
26-12-2025 - Andrés Cruz
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.