Building REST APIs (Node.js And Express)
What is REST ?

Search for a command to run...
Series
You will learn about NodeJs
What is REST ?

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 securely transmitting information between a client and a server as a JSON object. In this blog, I will u...

In almost every web application, there is a need to add the functionality to send transactional emails in response to various event triggers like account registration, resetting of user passwords, invoices, purchase receipts and verification of users...

Today's websites and mobile applications worldwide requires the functionality to upload image somewhere to the cloud for storing and easy retrieval since in most cases images must be stored somewhere in the cloud for easy management (storing, retriev...

What is GraphQL ? GraphQL is a query language for APIs and a runtime for fulfilling those queries with your existing data - (GraphQL official website). GraphQL provides a complete and understandable description of the data in your API. Ask for what ...
