Recently Published
Understanding the useRef React hook
Continuing our React hooks series, we will learn about the useRef React hook in this blog post. The useRef...
How to cancel an HTTP fetch request
JavaScript promises have been a huge catalyst for asynchronous coding in the language. They have vastly improved the performance and experience for...
Use redux-like middleware for useReducer in React
If you have used Redux before, you would be aware of the concept of middlewares. Now that useReducer has become a commonly...
Editor's Pick
How to remove yourself from someone’s twitter list
Lists are often ignored by most people on Twitter. Twitter lists can be a great way to organize your contacts. More often than not,...
Using Prettier to format your JavaScript code
If you have been programming for a while, you would be familiar with the hassles of writing clean code and maintaining consistency across a...
Using Retrofit 2 and GSON for parsing JSON in Android
We have previously written about parsing JSON in Android without using any libraries in this post. In this one, we will use a library...
Rest and Spread operator: Three dots that changed JavaScript
The rest and spread operator have changed the way I do a lot of things in JavaScript and I have started using...
How to setup GatsbyJS starter with TypeScript and ESLint
Gatsby has become fairly popular in the last couple of years and it has starting becoming the go to static site generator...
Featured Articles
Rest and Spread operator: Three dots that changed JavaScript
The rest and spread operator have changed the way I do a lot of things in JavaScript and I have started using...
Running specific test cases in Jasmine
I recently was working on writing end to end test cases using protractor on a project. Everything was working fine until the number of...
Resolving nested queries in GraphQL
When creating a GraphQL server with relational data, we want to return the data in a hierarchical format with those relationships in...
Overcoming Procrastination and The Akrasia Effect
We all know what we should be doing right now. But we don't want to! That is procrastination in a nutshell.
Skipping small talk to connect with people
We are living in a width world and not a depth world, mostly having shallow conversations with everyone around us. Most of the non-family relationships...
Do not keep waiting for the opportune moment
You probably will have heard the two statements Be patient, it takes time for everything to get in place.
Do not keep waiting for the...
Latest Articles
How to write your own custom React hooks
If you have been using react for a while, chances are you have come across the need to extract some logic into...
Palindromic Substrings: Demystifying Programming Interview
Anmol Chugh - 0
This is the second post in the Demystifying Programming Interview series, which aims at helping students and professionals who are planning to...
Converting a business problem to a machine learning problem
Businesses these days are generating and consuming a huge amount of data. This data varies in variety, volume, velocity, and veracity (4Vs...
How to develop your curiosity for a better self?
Curiosity is the reason why most of the breakthrough discoveries and remarkable inventions have happened throughout history. In the absence of curiosity,...
Open-Source AI Tools
In this article, we will go through some of the most commonly used open-source AI tools available in the market. This is...
Provide callback to useState hook like setState
If you have been writing class components for a while, you might be familiar with the callback functionality that the setState function...
Resolving nested queries in GraphQL
When creating a GraphQL server with relational data, we want to return the data in a hierarchical format with those relationships in...
Creating a GraphQL API with Apollo Server
One of the many complaints about the GraphQL ecosystem is that there is a lot of indirection around what packages to use...
Natural Language Processing – A 30,000 feet view
Natural Language Processing has gained a lot of popularity owing to an exponential increase in unstructured data generation. Here are some fun...
How to unit-test a private (non-exported) function in JavaScript
When writing unit-tests for JavaScript modules, we often encounter a dilemma wherein the module has some private functions that have not been...
Detecting click outside component using React hooks
If you have tried developing your own dropdown, modal, or popover in React, you would have come across this. "How do I...
Number of Islands: Demystifying Programming Interview
Anmol Chugh - 0
If you are reading this post right now, chances are high that you are not looking for the number of islands in...
Hi there! Want some more knowledge?
Think that the knowledge shared is helpful? You might want to give our mailing list a try. We'll send you 2-4 emails a month, right when new posts come out.