Rutas de Aprendizaje Libros Cursos Categorías Anuncios

Executing Code on Start or End using the Lifespan Event in FastAPI

26-02-2026 - Andrés Cruz

Executing Code on Start or End using the Lifespan Event in FastAPI

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.


Creating an AutoCRUD in FastAPI + SQLAlchemy

25-02-2026 - Andrés Cruz

Creating an AutoCRUD in FastAPI + SQLAlchemy

Python Learn how to create an AutoCRUD in FastAPI with generics, APIRouter, Pydantic and SQLAlchemy, without depending on packages.


Enable developer mode in CodeIgniter 4

25-02-2026 - Andrés Cruz

Enable developer mode in CodeIgniter 4

CodeIgniter We will know how to enable developer mode to be able to view errors and warnings from the browser in CodeIgniter 4


Create a list or table view in CodeIgniter 4 styled in Bootstrap 4 or 5

24-02-2026 - Andrés Cruz

Create a list or table view in CodeIgniter 4 styled in Bootstrap 4 or 5

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.


Command line in CodeIgniter 4, Spark

23-02-2026 - Andrés Cruz

Command line in CodeIgniter 4, Spark

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.


Install MongoDB on macOS with Homebrew and CRUD operations

23-02-2026 - Andrés Cruz

Install MongoDB on macOS with Homebrew and CRUD operations

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.


How to create a REST API (RestFul) in CodeIgniter 4?

22-02-2026 - Andrés Cruz

How to create a REST API (RestFul) in CodeIgniter 4?

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.


Delete records in CodeIgniter 4

21-02-2026 - Andrés Cruz

Delete records in CodeIgniter 4

CodeIgniter We are going to see how we can delete records from the database using CodeIgniter 4.


Sending Emails in Laravel

20-02-2026 - Andrés Cruz

Sending Emails in Laravel

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.


Seeder or seedbeds in CodeIgniter 4 to generate test data

20-02-2026 - Andrés Cruz

Seeder or seedbeds in CodeIgniter 4 to generate test data

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.