Articles in this series
What is REST ? · REST or Representational State Transfer, is an architectural style for providing standards between computer systems on the web, making...
In token-based authentication, we store the user’s state on the client. JSON Web Token (JWT) is an open standard (RFC 7519) that defines a way of...
In almost every web application, there is a need to add the functionality to send transactional emails in response to various event triggers like...
Today's websites and mobile applications worldwide requires the functionality to upload image somewhere to the cloud for storing and easy retrieval...
What is GraphQL ? GraphQL is a query language for APIs and a runtime for fulfilling those queries with your existing data - (GraphQL official...