Anuncios Libros Cursos Categorías

How to use and configure ajax with jQuery? - Updated Examples

24-01-2026 - Andrés Cruz

How to use and configure ajax with jQuery? - Updated Examples

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.


Laravel HTTP Client: Consume external APIs easily, robustly, and handle exceptions

13-01-2026 - Andrés Cruz

Laravel HTTP Client: Consume external APIs easily, robustly, and handle exceptions

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.


Getting started with Vue 3 and CodeIgniter 4

18-11-2025 - Andrés Cruz

Getting started with Vue 3 and CodeIgniter 4

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

Create a Restful API in Flask with authentication required

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.


Handling User Preferences from a JSON Field in Laravel

03-11-2024 - Andrés Cruz

Handling User Preferences from a JSON Field in Laravel

I'm going to show you a scheme to manage user preferences such as autoplay, language or darkmode in Laravel through a field.