Binary search is a very efficient and fast algorithm to search an element inside a sorted list of elements. Learn more here.
Reakit is a low-level component library that helps us to create more accessible React components, libraries, design systems, and applications.
Promise.all
in JavaScriptYou accumulated a lot of promises in your code, and you want to perform all these asynchronous operations once, without having to use some strange thing for it like a for loop, for example. Promise.all can help.
We are going to learn about how we can use GraphQL Nexus to create better, type-safe, and declarative GraphQL APIs.
Now is a good time to start using Next.js and unlock the power of server-side rendered applications.
Learn more about Emotion and the features and advantages that it can bring to our applications.
This post walks you through some simple principles and guidelines that will help you develop a solid design system to improve UX for your consumers.
In this article, we’ll learn how to use generic types in our functions to create more reusable functions along with generic classes and generic interfaces.
Learn about immutability in React and how we can use Immer to have an immutable state.
Learn about the inline styling concept in React, and why you shouldn’t be using this if you’re planning to have a scalable and productive application.