This article explains what web development is, by exploring how it started and how it evolved. This is not an exact chronicle of the web’s evolution, but focuses more on what the needs for this evolution were, so we can understand the technology. It all started with...
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...