Abordamos tópicos de programación web, apps Android y escritorio con un enfoque 100% práctico y aplicado al mundo laboral.
28-04-2026 - Andrés Cruz
Laravel Learn how to configure Laragon at the operating system level in Windows using the system PATH, which will allow you to use Laragon on any terminal of the OS.
05-08-2024 - Andrés Cruz
Laravel When developing web applications, it is essential to think about the adaptability of any web application. We will see how we can detect the device from Laravel.
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.
12-06-2026 - Andrés Cruz
Laravel We will see how to create custom variables, as well as files and recommendations when using custom configurations and environment variables.
15-01-2026 - Andrés Cruz
Laravel Learn what collections are in Laravel, how to create and chain operations, key methods, practical examples, and performance best practices.
20-02-2026 - Andrés Cruz
Laravel We will talk about how to send emails in Laravel, configuration and types, we will create a Mail class in Laravel that we will customize and then we will send an email from it.
14-01-2026 - Andrés Cruz
Laravel We will learn how to use Transactional Operations in the database with Laravel so that we can perform several operations on the same task unit in Laravel.
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.
15-06-2024 - Andrés Cruz
PHP In this entry, we will explain how to install the Imagick DLL on Windows and MacOS, in the Laragon and Laravel Herd environments; this is an extension used for image manipulation in PHP and is used internally by many PHP packages such as QR generators.
15-11-2025 - Andrés Cruz
Laravel This package is essential when developing our application in Laravel, from it we can see different data such as which database queries are being made and in what quantity, server response time.