Anuncios Libros Cursos Categorías Rutas de Aprendizaje

Integrating MongoDB with FastAPI using the Motor driver

28-02-2026 - Andrés Cruz

Integrating MongoDB with FastAPI using the Motor driver

Python Learn how to connect MongoDB with FastAPI using Engine, installation, CRUD, relationships, and recommendations.


The Definitive Guide to Forms and Validation in CodeIgniter 4 (2026)

27-02-2026 - Andrés Cruz

The Definitive Guide to Forms and Validation in CodeIgniter 4 (2026)

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.


Run the app in CodeIgniter 4 in a browser

26-02-2026 - Andrés Cruz

Run the app in CodeIgniter 4 in a browser

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.


Listeners and Events in Laravel

26-02-2026 - Andrés Cruz

Listeners and Events in Laravel

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.


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.


FastAPI WebSockets: A Complete Guide with Authentication, REST API, and Vue.js

26-02-2026 - Andrés Cruz

FastAPI WebSockets: A Complete Guide with Authentication, REST API, and Vue.js

Python Learn how to create your first WebSocket in FastAPI and consume it from a Vue app using authentication and a Rest API.


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.