📢 Anuncios 📚 Libros 🎓 Cursos 🏷️ Categorías

Getting started with Vue 3 and CodeIgniter 4

18-11-2025 - Andrés Cruz

Getting started with Vue 3 and CodeIgniter 4

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.

Continuar leyendo


Authentication token in Rest API using Django Rest Framework

18-07-2023 - Andrés Cruz

Authentication token in Rest API using Django Rest Framework

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.

Continuar leyendo


How to create a REST API in Django step by step (with Django REST Framework)

14-12-2025 - Andrés Cruz

How to create a REST API in Django step by step (with Django REST Framework)

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.

Continuar leyendo


Django and the Django Rest Framework: Best Practices

10-07-2023 - Andrés Cruz

Django and the Django Rest Framework: Best Practices

Rest Api We are going to give you a summary, tips and VERY IMPORTANT best practices about Django in creating REST APIs with DRF.

Continuar leyendo


Create a Restful API in Flask with authentication required

26-10-2025 - Andrés Cruz

Create a Restful API in Flask with authentication required

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.

Continuar leyendo


How to enable CORS in Flask step by step

29-10-2025 - Andrés Cruz

How to enable CORS in Flask step by step

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.

Continuar leyendo


How to create a REST API (RestFul) in CodeIgniter 4?

28-04-2023 - Andrés Cruz

How to create a REST API (RestFul) in CodeIgniter 4?

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.

Continuar leyendo


Create auth token in Laravel Sanctum for a Rest Api

10-04-2023 - Andrés Cruz

Create auth token in Laravel Sanctum for a Rest Api

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.

Continuar leyendo