13-01-2026 - Andrés Cruz
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.
12-01-2026 - Andrés Cruz
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.
12-01-2026 - Andrés Cruz
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!
11-01-2026 - Andrés Cruz
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.
11-01-2026 - Andrés Cruz
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!
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.
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)
10-01-2026 - Andrés Cruz
Vue Comparison of the best UI component libraries for Vue 3. Real-world analysis, performance, customization, and use cases.
09-01-2026 - Andrés Cruz
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.
08-01-2026 - Andrés Cruz
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.