How to use and configure ajax with jQuery? - Updated Examples
24-01-2026 - Andrés Cruz
AJAX is a technology that allows you to create applications that maintain asynchronous and parallel communication with the server, although we can also adapt it to work synchronously and we can improve all this with the help of the AJAX functions.
We are going to explain how to make the first connection making HTTP requests from Laravel to other APIs or websites; which is a MUST for communicating applications from the server side.
Learn how to build a dynamic CRUD (Create, Read, Update, Delete) application using Vue 3 (Options API) and consuming a RESTful API developed in CodeIgniter 4. This guide covers Vue configuration, integration of key libraries, and development best practices.
Create a Restful API in Flask with authentication required
26-10-2025 - Andrés Cruz
We are going to learn how to easily create a Restful API in Flask using the package called flask_restful which, as its name suggests, allows us to easily create a CRUD Restful API.