Abordamos tópicos de programación web, apps Android y escritorio con un enfoque 100% práctico y aplicado al mundo laboral.
19-04-2026 - Andrés Cruz
Laravel Experiencing performance issues in Laravel? Learn to master Eager Loading vs Lazy Loading. Fix the N+1 error in your Eloquent queries and optimize your app.
19-03-2026 - Andrés Cruz
Laravel We will see what polymorphic type relationships are and how to use them in Laravel, including one-to-one, one-to-many, and many-to-many relationships.
17-01-2026 - Andrés Cruz
Laravel Learn how to use the orderByRaw function to get random records from your database, both with a direct relationship and a foreign one.
07-02-2026 - Andrés Cruz
Django Learn what the N+1 problem is in Django, why it occurs with the ORM, how to detect it, and how to optimize queries using select_related and eager loading.
11-02-2026 - Andrés Cruz
Django We'll see how to use inverse relationships in Django and the N+1 problem in inverse relationships.
31-07-2026 - Andrés Cruz
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.