How to connect Django to MySQL: Fix mysqlclient errors with PyMySQL
11-03-2026 - Andrés Cruz
Having trouble installing mysqlclient in Django? Learn how to connect your Django project to MySQL using PyMySQL step by step. Configuration, common errors, and best practices.
Create a list or table view in CodeIgniter 4 styled in Bootstrap 4 or 5
24-02-2026 - Andrés Cruz
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.
Install MongoDB on macOS with Homebrew and CRUD operations
23-02-2026 - Andrés Cruz
Learn how to install MongoDB on macOS using Homebrew, step by step. This updated guide covers common errors, service startup, and CRUD examples to help you get started.
The N+1 Problem in Django's ORM and How to Avoid It
07-02-2026 - Andrés Cruz
Learn what the N+1 problem is in Django, why it occurs with the ORM, how to detect it, and how to optimize queries using select_related and eager loading.
How to use Room Database (SQLite) in Android Studio with Kotlin
06-02-2026 - Andrés Cruz
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