📢 Anuncios 📚 Libros 🎓 Cursos 🏷️ Categorías

Laravel HTTP Client: Consume external APIs easily, robustly, and handle exceptions

13-01-2026 - Andrés Cruz

Laravel HTTP Client: Consume external APIs easily, robustly, and handle exceptions

Laravel We are going to explain how to make the first connection making HTTP requests from Laravel to other APIs or websites; which is a MUST for communicating applications from the server side.

Continuar leyendo


keyBy in Laravel: how to use it to create associative collections: id or PK as key in an array

12-01-2026 - Andrés Cruz

keyBy in Laravel: how to use it to create associative collections: id or PK as key in an array

Laravel Use keyBy() in Laravel to create associative collections by ID, slug, or other field, simplifying Eloquent queries and data consumption in APIs and frontends.

Continuar leyendo


Inverse or Inverted MANY to Many Relationships in Laravel

12-01-2026 - Andrés Cruz

Inverse or Inverted MANY to Many Relationships in Laravel

Laravel You know how you can get records with an inverted relationship in Laravel, for example, if you have tags and you want to get the POSTs, it's very easy! but you have to know HOW to do it!

Continuar leyendo


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.

Continuar leyendo


Django Session: what it is, how to use it

11-01-2026 - Andrés Cruz

Django Session: what it is, how to use it

Django Learn to use sessions in Django, how to manage user state with `request.session`, the key difference between sessions and cookies, and security best practices for building robust web applications. Includes code examples!

Continuar leyendo


Create a Custom Pagination Component in Laravel Inertia and Tailwind 4

11-01-2026 - Andrés Cruz

Laravel Learn how to implement pagination in Laravel Inertia with Vue 3 and Tailwind 4: reusable component, best practices and official infinite scroll step by step.

Continuar leyendo


Laravel Inertia vs Laravel + REST API + Vue/React: When to use each one

11-01-2026 - Andrés Cruz

Laravel I give you MY reasons for when you should use a Rest API or Laravel Inertia and additionally, I discuss the importance of knowing how the tool (Inertia) works in order to take advantage of it and avoid confusion when implementing hybrids (Inertia + Rest API)

Continuar leyendo


Best UI Libraries (Components) for Vue 3

10-01-2026 - Andrés Cruz

Best UI Libraries (Components) for Vue 3

Vue Comparison of the best UI component libraries for Vue 3. Real-world analysis, performance, customization, and use cases.

Continuar leyendo


PhotoView or photo viewer in Flutter

09-01-2026 - Andrés Cruz

PhotoView or photo viewer in Flutter

Flutter We're going to use a plugin to configure the PhotoView in a Flutter application; with this plugin we can create a gallery with zoom and rotation effects.

Continuar leyendo


How to use GitHub and Git with Unreal Engine 5

08-01-2026 - Andrés Cruz

How to use GitHub and Git with Unreal Engine 5

Unreal Engine 5 Do you develop in Unreal Engine? Learn to use Git and GitHub from scratch. This course teaches you how to install, configure, and back up your projects so you never lose your work and can collaborate effectively.

Continuar leyendo