📢 Anuncios 📚 Libros 🎓 Cursos 🏷️ Categorías

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

17-01-2026 - Andrés Cruz

SQL 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


How to use internal and external SQLite databases on Android with Android Studio

28-06-2023 - Andrés Cruz

How to use internal and external SQLite databases on Android with Android Studio

SQL It is explained that it is a database in SQLite, giving complete examples in Android, good practices to use it in our projects, queries, insertion, deletion and updating and we will also see how to use a SQLite database belonging to

Continuar leyendo


Persistence in Android Developer

04-06-2023 - Andrés Cruz

Persistence in Android Developer

SQL Aparte de la Base de Datos SQLite en Android existen otros medios para almacenar información de la aplicación e inclusive información de preferencias del usuario; en esta primera entrega, veremos algunas de ellas.

Continuar leyendo


Create models in CodeIgniter 4

22-11-2025 - Andrés Cruz

Create models in CodeIgniter 4

SQL We are going to work with the models layer in CodeIgniter 4, which has been one of the layers of our MVC that allows us to work with the data; and we are going to know all the main properties of the models in C4.

Continuar leyendo


Create, Configure and Connect Laravel with MySQL database with .env file

10-11-2025 - Andrés Cruz

Create, Configure and Connect Laravel with MySQL database with .env file

SQL Connect a Laravel project to a MySQL database (for example); although we can connect to other types of databases such as SQLServer, PostgreSQL, etc.

Continuar leyendo