8 followers
Learning && sharing
What is GraphQL ? GraphQL is a query language for APIs and a runtime for fulfilling those queries with your existing data - (GraphQL official...
Today's websites and mobile applications worldwide requires the functionality to upload image somewhere to the cloud for storing and easy retrieval...
WHAT ARE PROPS ? Props are arguments passed into React components. In React, props are a way of using components to display dynamic data. Every...
In almost every web application, there is a need to add the functionality to send transactional emails in response to various event triggers like...
In this article, I’ll walk you through the creation of a basic Django application. Prerequisites Basic Python knowledge is required Basic Web dev...
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...