Lean option and Hydrate method in Mongoose2019-03-08#Topic #Mongoose #Model #Query #Lean #Hydrate Lean option on Query While returning data from the database as an API response, the virtuals/methods available on a mongoose document are unnecessary.Read more →
Model Relations in Mongoose2018-12-24#Topic #Mongoose #Model #Relations Model Relations Relations are logical links which define how models are connected with each other.Read more →
Authenticate REST APIs using JWT2018-05-08#Topic #REST APIs #JWT #Authentication #Security Authentication vs Authorization Authentication: identifying the user who is accessing the resource Authorization: checking if the user has permission to perform an action on the resource (e.Read more →