Rutas de Aprendizaje Libros Cursos Categorías Anuncios

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

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.


Persistent data storage in Android Studio

02-02-2026 - Andrés Cruz

Persistent data storage in Android Studio

Android Learn how to implement persistent data storage in Android Studio using DataStore, Room, SQLite, and modern best practices step by step.


How to use Room Database (SQLite) in Android Studio with Kotlin

06-02-2026 - Andrés Cruz

How to use Room Database (SQLite) in Android Studio with Kotlin

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


Guide to Models in CodeIgniter 4: Properties, Timestamps, and Foreign Key Relationships

22-11-2025 - Andrés Cruz

Guide to Models in CodeIgniter 4: Properties, Timestamps, and Foreign Key Relationships

CodeIgniter Master Models in CodeIgniter 4: Configure timestamps (created_at/updated_at), Foreign Key relationships, and allowedFields. Technical guide with code examples.