13-01-2026 - Andrés Cruz
Base de Datos Learn when to use pluck() or modelKeys() in Laravel to get an array of IDs from Eloquent collections, with real examples and performance tips.
29-12-2025 - Andrés Cruz
Base de Datos Discover why this synchronous API is harming the performance and security of your modern web applications. We analyze its risks compared to IndexedDB and how to properly manage structured data in JavaScript.
18-11-2025 - Andrés Cruz
Base de Datos HiveDB together with sharedpreferences is one of the ways we persist data in our application in Flutter; HiveDB has a simple API to store and obtain data as we will see in this post.
13-11-2025 - Andrés Cruz
Base de Datos Eager loading and lazy loading are two techniques we have available to retrieve data related to working with Eloquent models. And we have to know them in detail to use techniques that best suit our needs.
17-01-2026 - Andrés Cruz
Base de Datos Learn how to view SQL queries in Laravel using Debugbar, Pulse, and DB::listen. Detect N+1 queries and optimize performance step by step.
14-01-2026 - Andrés Cruz
Base de Datos 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.
15-01-2026 - Andrés Cruz
Base de Datos Learn what collections are in Laravel, how to create and chain operations, key methods, practical examples, and performance best practices.
18-03-2024 - Andrés Cruz
Base de Datos We will see the steps to follow to configure a MySQL database in Laravel that uses an SQLite database by default starting with version 11.
09-10-2023 - Andrés Cruz
Base de Datos Let's learn how we can perform CRUD type operations using MongoDB from its command line.
28-11-2025 - Andrés Cruz
Base de Datos Mongo is a NoSQL database of the moment, on MacOS you can have it EASY, and Let's learn how we can perform CRUD type operations using MongoDB from its command line.