📢 Anuncios 📚 Libros 🎓 Cursos 🏷️ Categorías

Essential commands and configurations when creating any application in Django

19-07-2023 - Andrés Cruz

Essential commands and configurations when creating any application in Django

Migración In this post we are going to see some essential commands and configurations when creating any application in Django, from preparing the environment, configuring MySQL, creating our first model and our CRUD.

Continuar leyendo


Migrations in Django: what they are, how they work, and step-by-step examples

05-11-2025 - Andrés Cruz

Migrations in Django: what they are, how they work, and step-by-step examples

Migración Sabes como trabajar con los modelos de tus aplicaciones en conjunto con migraciones para administrar y definir tu base de datos en Django; es muy fácil y aquí hablamos de todo sobre las migraciones en Django.

Continuar leyendo


Seeder or seedbeds in CodeIgniter 4 to generate test data

25-04-2023 - Andrés Cruz

Seeder or seedbeds in CodeIgniter 4 to generate test data

Migración Seeders are the mechanism we have to generate test data in a simple way; Let's see how to create them, generate the data and execute them using spark and CodeIgniter 4.

Continuar leyendo


Foreign relations in CodeIgniter 4

24-04-2023 - Andrés Cruz

Foreign relations in CodeIgniter 4

Migración We will learn how to work with foreign type relationships in CodeIgniter 4; from the definition of the migrations, to its use from the models.

Continuar leyendo


Migrations in CodeIgniter 4

18-04-2023 - Andrés Cruz

Migrations in CodeIgniter 4

Migración We are going to know and work with the migrations to generate our tables in the database using CodeIgniter 4.

Continuar leyendo


FOREIGN_KEY_CHECKS for rollback of foreign key type migrations in Laravel

04-04-2023 - Andrés Cruz

FOREIGN_KEY_CHECKS for rollback of foreign key type migrations in Laravel

Migración We will see how to deal with a common error when working with migrations in Laravel, which happens when we rollback them.

Continuar leyendo