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


Create a Restful API (CRUD) using the Django Rest Framework

17-07-2023 - Andrés Cruz

Create a Restful API (CRUD) using the Django Rest Framework

Rest Api It explains how we can create an automatic Rest Api, CRUD type using Django Rest Framework.

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

25-05-2023 - 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


Configure CORS in Flask

19-05-2023 - Andrés Cruz

Configure CORS in Flask

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


Crear token de autenticación en Laravel Sanctum para una Rest Api

21-09-2022 - Andrés Cruz

Crear token de autenticación en Laravel Sanctum para una Rest Api

Rest Api Veremos como generar un token de autenticación en Laravel Sanctum, los cuales son impresindibles para proteger nuestros recuesos rest en una Api Rest.

Continuar leyendo


Mejores prácticas para la API Rest

01-03-2022 - Andrés Cruz

Mejores prácticas para la API Rest

Rest Api Tips imprescindibles al momento de crear una Rest Api en cualquier lenguaje de programación.

Continuar leyendo


Configurar los CORS en Flask

07-02-2022 - Andrés Cruz

Configurar los CORS en Flask

Rest Api Veremos como podemos configurar una aplicacion en Flask con una rest api para que mediante los CORS podamos interconectar aplicaciones, por ejemplo, en Vue.

Continuar leyendo


)