Rutas de Aprendizaje Libros Cursos Categorías Anuncios

How to create and use functions in Kotlin

06-01-2026 - Andrés Cruz

How to create and use functions in Kotlin

Android Complete guide to functions in Kotlin: learn syntax, named parameters, lambdas, extension functions and null handling with practical examples.


Declarative functions and functions of expressions in JavaScript

28-12-2025 - Andrés Cruz

Declarative functions and functions of expressions in JavaScript

JavaScript The JavaScript compiler places the functions of declarative in a global scope to the entire program unlike the expression functions that only corresponds to a definite section of the program.


Widget Methods vs. Stateful/Stateless Widget Classes in Flutter: Which is Better?

02-05-2025 - Andrés Cruz

Widget Methods vs. Stateful/Stateless Widget Classes in Flutter: Which is Better?

Flutter I talk about what we should use when developing more complex custom widgets in Flutter.


Getting started with CSS transitions, using steps, and examples on images

21-12-2025 - Andrés Cruz

Getting started with CSS transitions, using steps, and examples on images

CSS Transitions are progressive, smooth, and visually appealing state changes; with CSS we can alter the size, spacing, color, borders, opacity, and in short, any property with its assigned value that applies a shape or style to an element. We can also use steps() to control the movement of animations by indicating the number of "frames" or jumps that we want an animation or transition to consist of.


Swift from scratch. The functions in Swift and examples of their use

24-12-2025 - Andrés Cruz

Swift from scratch. The functions in Swift and examples of their use

Swift We explain the use of functions in Swift, parameter passing, default values, data return; fundamental to create applications for iOS.