Want to Learn About Technology?
Our technology blog provides valuable insights and information on the latest technological advancements, whether you are an industry expert or simply curious, our blog is the perfect place to stay informed and engaged.
Authentication using JWT from ReactJS Single Page Application (SPA) to NodeJS/Express
In this tutorial we'll cover how to implement secure JWT authentication from ReactJS frontend with NodeJS/Express backend. As you are aware, JSON Web Tokens are an open, industry standard RFC 7519 method for representing claims securely between two parties Before we...
Implement Reset Password functionality in Node.js/ Express
Forgot password is basic functionality which all web/mobile applications has it. In this article we are going to show how to implement this in Node.js express framework.
Create Magento 2 custom Module
Magento 2 Custom Module Development This is first of our series for the Magento 2 Articles. In this we will see how we can create basic Magento 2 module and in our next series we will see more advanced topics such as how to create a new backend Grid and how the...
AWS Cluster Creation and configuration
For basic cluster creation you can choose smaller Ec2 instance types like t2.small like that. But if you really get Elasticity from elasticsearch you need to put one more node to share the load.So initially choose a 3 node cluster has 2 shards and 1 replica. Step 1:...
How to Process your data from AWS SQS Queue to Elasticsearch using Lambda
In this article we are talking about how can we process your data that pushed to AWS SQS queue.The small lambda function which will work as data shipper that pulling data from sqs and push to Elasticsearch.Lambda first check index existence if it is found it will push...
AWS ElasticSearch service snapshots in S3 buckets
In this tutorial, we will mainly describe how to store AWS Elasticsearch snapshots in S3 buckets for later retrieval purposes. This process usually takes the following six steps Info: AWS provided solution that enables customers to create an automated snapshot...