28-02-2026 - Andrés Cruz
Python Learn how to connect MongoDB with FastAPI using Engine, installation, CRUD, relationships, and recommendations.
27-02-2026 - Andrés Cruz
CodeIgniter Learn how to process forms in CodeIgniter 4: from managing resource routes and using POST/GET, to creating custom validation rules and handling errors with Bootstrap style. A practical, step-by-step guide.
26-02-2026 - Andrés Cruz
CodeIgniter We have several ways to work with CodeIgniter 4, the most common is to run it directly from the server in Apache or through spark.
26-02-2026 - Andrés Cruz
Laravel Learn what events and listeners are in Laravel, how they work in Laravel, and when to use them with real-world examples, queues, and best practices.
26-02-2026 - Andrés Cruz
Python Optimize your API: Discover why you should use Lifespan in FastAPI instead of on_event events. A practical guide to managing your application's state and resources.
26-02-2026 - Andrés Cruz
Python Learn how to create your first WebSocket in FastAPI and consume it from a Vue app using authentication and a Rest API.
25-02-2026 - Andrés Cruz
Python Learn how to create an AutoCRUD in FastAPI with generics, APIRouter, Pydantic and SQLAlchemy, without depending on packages.
25-02-2026 - Andrés Cruz
CodeIgniter We will know how to enable developer mode to be able to view errors and warnings from the browser in CodeIgniter 4
24-02-2026 - Andrés Cruz
CodeIgniter 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.
23-02-2026 - Andrés Cruz
CodeIgniter Learn how to use the command line in CodeIgniter 4 with Spark. Discover essential commands like `php spark serve`, migrations, models, and routes to develop faster and more professionally.