📢 Anuncios 📚 Libros 🎓 Cursos 🏷️ Categorías

Laravel: pluck() vs modelKeys(): how to get an array of IDs from an Eloquent Collection

13-01-2026 - Andrés Cruz

Laravel: pluck() vs modelKeys(): how to get an array of IDs from an Eloquent Collection

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.

Continuar leyendo


localStorage in JavaScript: Why you should stop using local storage today

29-12-2025 - Andrés Cruz

localStorage in JavaScript: Why you should stop using local storage today

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.

Continuar leyendo


Persisting data using HiveDB in Flutter

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.

Continuar leyendo


Eager loading and lazy loading in Laravel

13-11-2025 - Andrés Cruz

Eager loading and  lazy loading in Laravel

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.

Continuar leyendo


View SQL Queries in Laravel: all the ways to inspect and debug your queries

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.

Continuar leyendo


Transactional operations in the database in Laravel

14-01-2026 - Andrés Cruz

Transactional operations in the database in Laravel

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.

Continuar leyendo


Collections in Laravel: Operations, Methods, and Best Practices

15-01-2026 - Andrés Cruz

Collections in Laravel: Operations, Methods, and Best Practices

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

Continuar leyendo


Configure the MySQL database in Laravel from SQLite

18-03-2024 - Andrés Cruz

Configure the MySQL database in Laravel from SQLite

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.

Continuar leyendo


Perform CRUD Operations with MongoDB

09-10-2023 - Andrés Cruz

Perform CRUD Operations with MongoDB

Base de Datos Let's learn how we can perform CRUD type operations using MongoDB from its command line.

Continuar leyendo


Install MongoDB on MacOS with Homebrew and first steps

28-11-2025 - Andrés Cruz

Install MongoDB on MacOS with Homebrew and first steps

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.

Continuar leyendo