10-11-2025 - Andrés Cruz
Laravel Connect a Laravel project to a MySQL database (for example); although we can connect to other types of databases such as SQLServer, PostgreSQL, etc.
24-02-2026 - Andrés Cruz
CodeIgniter We are going to know how we can create the list of records in a table using CodeIgniter 4, this list will be paginated and it is a fundamental element for our CRUD.
21-02-2026 - Andrés Cruz
CodeIgniter We are going to see how we can delete records from the database using CodeIgniter 4.
15-02-2026 - Andrés Cruz
CodeIgniter We are going to know and work with the migrations to generate our tables in the database using CodeIgniter 4.
19-04-2023 - Andrés Cruz
CodeIgniter Learn how to fully or partially export your database through a query in CodeIgniter
29-11-2025 - Andrés Cruz
Linux As the title for this post specifies, Bucardo is a replication system that in other words allows you to "clone" or "duplicate" records from a Database to other Databases (source-target), also I will show you how to synchronize the sequences of a Postgresql Database using Bucardo.
02-02-2026 - Andrés Cruz
Android Learn how to implement persistent data storage in Android Studio using DataStore, Room, SQLite, and modern best practices step by step.
06-02-2026 - Andrés Cruz
Android 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
04-12-2025 - Andrés Cruz
Django We are going to see how we can create a model in Django, which remember is one of the MTV layers of our application and the one in charge of managing its data; we will also see how to define different fields.
03-01-2026 - Andrés Cruz
Django Learn how to customize Django's authentication system from scratch. This guide covers how to create a backend for email login and how to style all the views (reset, log in, log out) using Bootstrap 5 for a professional finish.