02-03-2026 - Andrés Cruz
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.
01-03-2026 - Andrés Cruz
CodeIgniter Learn how to generate PDFs in CodeIgniter 4 with Dompdf step by step. Convert HTML views into dynamic reports with database data.
01-03-2026 - Andrés Cruz
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.
01-03-2026 - Andrés Cruz
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.
28-02-2026 - Andrés Cruz
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.
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
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 Learn how to create your first WebSocket in FastAPI and consume it from a Vue app using authentication and a Rest API.
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.