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,…
AI tools are getting better at helping with real work. But most of the time, they still can’t directly access the tools developers use every day like APIs, databases, or internal systems.
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…
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…
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…