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.
01-03-2026 - Andrés Cruz
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.
04-12-2025 - Andrés Cruz
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.
09-11-2025 - Andrés Cruz
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.
03-11-2025 - Andrés Cruz
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.