Rutas de Aprendizaje Libros Cursos Categorías Anuncios

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.


Creating our first hello world in CodeIgniter 4 and learning about controllers and views

01-03-2026 - Andrés Cruz

Creating our first hello world in CodeIgniter 4 and learning about controllers and views

CodeIgniter In this post we will see how we can create our first hello world in CodeIgniter 4, we will learn how to work with Views and Controllers, as well as routes.


Models in Django: what they are, how to create them and use them step by step

04-12-2025 - Andrés Cruz

Models in Django: what they are, how to create them and use them step by step

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.


Generate the master or base template in an app in Django

09-11-2025 - Andrés Cruz

Generate the master or base template in an app in Django

Django Learn how to create master views in Django to reuse templates or generic HTML views and to modularize your application so that it grows in an organized way.


The MTV design pattern in Django and its differences from the MVC pattern, and how to understand it step by step

03-11-2025 - Andrés Cruz

The MTV design pattern in Django and its differences from the MVC pattern, and how to understand it step by step

Django We are going to talk about basic details that we must know before working with Django, such as knowing what a framework is, a pattern and the MVC pattern and its variation known in Django as MTV.