Rutas de Aprendizaje Libros Cursos Categorías Anuncios

Authentication through Tokens in FastAPI using SQLAlchemy

02-03-2026 - Andrés Cruz

Authentication through Tokens in FastAPI using SQLAlchemy

Python We will see how to create a simple authentication system with FastAPI using SQLAlchemy together with a token system, generate tokens, remove them, verify expiration and much more.


Generate HTML PDFs in CodeIgniter 4 with Dompdf

01-03-2026 - Andrés Cruz

Generate HTML PDFs in CodeIgniter 4 with Dompdf

CodeIgniter Learn how to generate PDFs in CodeIgniter 4 with Dompdf step by step. Convert HTML views into dynamic reports with database data.


Creating our first hello world in CodeIgniter 4 and learning about controllers and views

01-03-2026 - Andrés Cruz

Creating our first hello world in CodeIgniter 4 and learning about controllers and views

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.


Digital image processing in CodeIgniter 4

01-03-2026 - Andrés Cruz

Digital image processing in CodeIgniter 4

CodeIgniter Digital image processing are mechanisms that always exist when working with images in web applications, re-scaling, reducing quality, rotating, among others, can be done in CodeIgniter 4.


Folder structure of a project in CodeIgniter 4

28-02-2026 - Andrés Cruz

Folder structure of a project in CodeIgniter 4

CodeIgniter Learn the CodeIgniter 4 file structure step by step. Discover the purpose of the App, Public, and Writable folders, and master the framework's MVC architecture.


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.


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.


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.


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.