18-11-2025 - Andrés Cruz
Rest Api 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.
18-07-2023 - Andrés Cruz
Rest Api We are going to create a function and configurations to protect all the Rest APIs created above with authentication tokens using the Django Rest Framework.
14-12-2025 - Andrés Cruz
Rest Api A complete guide to building a REST API with Django and the Django REST Framework (DRF). Discover how to structure your project, use ViewSets, and secure your API with token-based authentication.
10-07-2023 - Andrés Cruz
Rest Api We are going to give you a summary, tips and VERY IMPORTANT best practices about Django in creating REST APIs with DRF.
26-10-2025 - Andrés Cruz
Rest Api 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.
29-10-2025 - Andrés Cruz
Rest Api We will see how we can configure an application in Flask with a rest api so that through CORS we can interconnect applications, for example, in Vue.
28-04-2023 - Andrés Cruz
Rest Api The Rest APIs are a set of methods that can be consumed via GET, POST, PUT, PATCH, DELETE requests and we are going to learn how to create a CRUD RestFul in CodeIgniter 4 using resource type controllers.
10-04-2023 - Andrés Cruz
Rest Api We will see how to generate an authentication token in Laravel Sanctum, which are essential to protect our rest resources in a Rest API.