Http service with token in react native

Hi everyone, today I would like to show you a way to use the React Native http service and put the token by default if we have it!

We can separte this tutorial in two parts:

  1. Save our token
  2. Put the token in our header of every request

Let’s start!

Read More

Django REST Framework like a ninja

Hello everyone. This post is to show you all the tricks that I’ve been learning until now about Django REST Framework and create the best api for your app :D

Check this page is awesome, you can navigate through the DRF classes and check all the code :D Thanks to @_aericson at @vintasoftware

Read More

PostgreSQL CheatSheets

Service => Instance: Response a una direccion IP y puerto especifico. tiene sus propios permisos de acceso, mantiene aisalada su informacion o datos.


Database => Es una organizacion logica de datos y codigo. Un Service(Instance) puede contener una o mas Databases


Read More