Recent Blogs
A quick way to debug invalid dom nesting warning in React
How many times have you received an Invalid dom nesting error like the following one in React or Next.JS? Warning: validateDOMNesting(...): <p> cannot appear as a descendant of <p>. From the above error, it can be known that somewhere inside a <p> ...
Upgrade the look of your Windows terminal
The default look of any terminal is pretty boring, it only provides a basic interface and that's how it may be supposed to be but we can always change it to our liking, right? In this blog post, I'm going to write about How we can change the theme of...
Pinterest Masonry Grid Layout with Tailwind CSS & Unsplash API
Hey guys, Today we are going to be making Pinterest's masonry grid layout of their home feed. We will be using Next.JS & tailwind CSS with Unsplash API for this project. First, let's have a look at what we're going to be building. Here's what the ho...