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.
21-11-2025 - Andrés Cruz
CodeIgniter Having trouble installing CodeIgniter 4? Learn two ways to install C4: via Composer (recommended) and manually. Compatible with Windows, Mac, and Linux.
12-07-2023 - Andrés Cruz
Django Learn how to implement WebSockets in Django with Django Channels. A complete guide covering ASGI servers, consumers, and how to create a real-time chat step by step.
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.
03-01-2026 - Andrés Cruz
Django Discover when to use asynchronous support in Django, the differences between Sync and Async, ASGI vs WSGI, and how to improve your app's actual performance.