Monthly Archives: December, 2020
Life Tips
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,...
Machine Learning
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...
React
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...
GraphQL
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...
GraphQL
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...