I share my experiences as a developer, writing blogs on various topics
I share my experiences as a developer, writing blogs on various topics
While using Next.js, a frequent problem encountered by developers is the hydration error. This happens when there’s a mismatch in the content presented by the server and that shown on client end. Thes...
This blog is divided into two phases: 1. Setting up an Express app with TypeScript 2. Integrating Prisma ORM Setting up an Express app with TypeScript Create a new directory for your project and navig...
In this tutorial, we’ll create a small Food Rating App using Typescript that retrieves all relevant data from a Sanity backend. Execute the following command in the project directory to generate a San...
react-beautiful-dnd is a React library to apply beautiful and accessible drag and drop for list elements. Installation: Open terminal with your project directory and install react-beautiful-dnd. Setti...