Anuncios Libros Cursos Categorías Rutas de Aprendizaje

Companion Objects for handling Static and Factories in Kotlin

14-01-2026 - Andrés Cruz

Companion Objects for handling Static and Factories in Kotlin

Android In this post we will talk about the companion objects that have been the way in which Kotlin works with the static ones of Java.


Classes in Kotlin: Constructors and Properties, Inheritance, Abstract, Open and data class

07-01-2026 - Andrés Cruz

Classes in Kotlin: Constructors and Properties, Inheritance, Abstract, Open and data class

Android In this entry we will see how to handle classes in Kotlin, main constructor, secondary constructors, properties, set and get methods, creating class instances, empty classes, data class, Pair y Triple.


Enumerated Classes with Associated Data in Kotlin

11-01-2026 - Andrés Cruz

Enumerated Classes with Associated Data in Kotlin

Android Enumerations are a special data type that allows you to set predefined values ​​or constants in variables that you can use in Kotlin, implement constructors, properties, methods... this entry explains how to use this structure.


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.


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.


Don't understand why abstract classes are used? Practical example in Laravel/PHP

16-05-2025 - Andrés Cruz

Don't understand why abstract classes are used? Practical example in Laravel/PHP

PHP We talked about what abstract classes are and a practical example of Traditional Classes VS Abstract Classes.


CRUD Operations on Models with the Eloquent ORM in Laravel 13 - The Definitive Guide

19-03-2026 - Andrés Cruz

CRUD Operations on Models with the Eloquent ORM in Laravel 13 - The Definitive Guide

Laravel A detailed guide to Eloquent, Laravel's ORM. Learn how to perform CRUD (Create, Read, Update, Delete) operations, configure your models with fillable and class attributes, and build complex queries.