Blog

Abordamos tópicos de programación web, apps Android y escritorio con un enfoque 100% práctico y aplicado al mundo laboral.

Rutas de Aprendizaje Libros Cursos Categorías Anuncios

How to add Laragon in the Windows PATH

28-04-2026 - Andrés Cruz

How to add Laragon in the Windows PATH

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.


Detect mobile navigation in Laravel

05-08-2024 - Andrés Cruz

Detect mobile navigation in Laravel

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.


Polymorphic relationships in Laravel

19-03-2026 - Andrés Cruz

Polymorphic relationships in Laravel

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.


Environment variables and configurations in Laravel

12-06-2026 - Andrés Cruz

Environment variables and configurations in Laravel

Laravel We will see how to create custom variables, as well as files and recommendations when using custom configurations and environment variables.


Collections in Laravel: Operations, Methods, and Best Practices

15-01-2026 - Andrés Cruz

Collections in Laravel: Operations, Methods, and Best Practices

Laravel Learn what collections are in Laravel, how to create and chain operations, key methods, practical examples, and performance best practices.


Sending Emails in Laravel

20-02-2026 - Andrés Cruz

Sending Emails in Laravel

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.


Transactional operations in the database in Laravel

14-01-2026 - Andrés Cruz

Transactional operations in the database in Laravel

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.


Optimize Eloquent queries in Laravel: Eager Loading vs Lazy Loading

19-04-2026 - Andrés Cruz

Optimize Eloquent queries in Laravel: Eager Loading vs Lazy Loading

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.


Install PHP imagick on Windows, MacOS with Laragon and Laravel Herd

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.


Laravel Debugbar: Debug your apps

15-11-2025 - Andrés Cruz

Laravel Debugbar: Debug your apps

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.