I share my experiences as a developer, writing blogs on various topics
Thoughts I couldn't stop thinking about, written down so you don't have to.
Frontend permissions usually start with one harmless condition. Then the product grows. Now you have admins, managers, editors, viewers, workspace owners, billing users, support users, enterprise-only...
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...