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.
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.
23-02-2026 - Andrés Cruz
Programación básica 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.
22-02-2026 - Andrés Cruz
CodeIgniter The Rest APIs are a set of methods that can be consumed via GET, POST, PUT, PATCH, DELETE requests and we are going to learn how to create a CRUD RestFul in CodeIgniter 4 using resource type controllers.
21-02-2026 - Andrés Cruz
CodeIgniter We are going to see how we can delete records from the database using CodeIgniter 4.
20-02-2026 - Andrés Cruz
Laravel We will talk about how to send emails in Laravel, configuration and types, we will create a Mail class in Laravel that we will customize and then we will send an email from it.
20-02-2026 - Andrés Cruz
CodeIgniter 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.