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.
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
22-11-2025 - Andrés Cruz
CodeIgniter Master Models in CodeIgniter 4: Configure timestamps (created_at/updated_at), Foreign Key relationships, and allowedFields. Technical guide with code examples.