Detecting click outside component using React hooks

4 years ago

If you have tried developing your own dropdown, modal, or popover in React, you would have come across this. "How…

Number of Islands: Demystifying Programming Interview

4 years ago

If you are reading this post right now, chances are high that you are not looking for the number of…

Recurrent Neural Networks

4 years ago

In this article, we will explore recurrent neural networks. For all the readers who are not versed with the concept…

Beating JSON performance using Protocol Buffers

4 years ago

Protocol buffers or Protobuf, is a binary format that was created by Google to serialize structured data that is transferred…

Common Data Distributions for Data Science

4 years ago

Data distributions lie at the heart of all the machine learning algorithms and data science techniques. A machine learning algorithm…

The new Logical Assignment Operators in JavaScript

4 years ago

The latest version of ECMAScript introduced three new logical assignment operators: nullish, AND, and OR operators. These are supported from…

How to groupby using reduce in JavaScript

4 years ago

The groupBy method is one of the reasons people use lodash in their project. In this blog post, we will…

Overcoming Procrastination and The Akrasia Effect

4 years ago

We all know what we should be doing right now. But we don't want to! That is procrastination in a…

Learning context API and the useContext React hook

4 years ago

In this react hooks series, we have already explored the react hooks useState, useEffect, and useReducer. The next react hook…

Machine Learning Misconceptions That Software Developers Have

4 years ago

There has been a rapid advancement in technology and machine learning in the past decade. This has been accompanied by…

Advertisements