Here, we will provide a helpful solution to the ‘cluster_block_exception in Magento 2‘ thrown by Elasticsearch with indexing. Indexing terminology Dictionary : Original data entered to the system. It organises the Dictionaries in normal form to facilitate maintenance (updating the data). Index ...

We all know that user-centricity and empathy are keys to product success, but we tend to neglect them. The roadmap is always tight, expectations are high, and OKRs and deadlines don’t meet themselves. No one has time for another research ...

Data validation is an integral part of working with forms. Not only can invalid submitted data lead to security problems, but it can also break your webpage. Today, we’ll take a look at how to remove illegal characters and validate ...

The built-in JavaScript Math object includes a number of useful functions for performing a variety of mathematical operations. Let’s dive in and take a look at how they work and what you might use them for. Math.max and Math.min These ...

A while ago, I developed a new pattern for enhancing your React components called the state reducer pattern. I used it in downshift to enable an awesome API for people who wanted to make changes to how downshift updates state ...