#web-development
Read more stories on Hashnode
Articles with this tag
In this article, I will show you how you can add data to your database (supabase in my/our case) with prisma in a NextJs application. Previously, I...
In this article, we will go through how we can define a data model in the schema.prisma file and then create a table in supabase with Prisma...
Definitions:NextJs: A React framework that can be used to create full-stack web applications.Supabase: Supabase is an open-source backend-as-a-service...
If you use Visual Studio Code (VS Code) as your code editor, get ready to supercharge your coding experience with some of the most useful VS Code...
What is a schema? In web development, a schema is a blueprint or framework that defines the organization, presentation, and attributes of data. It...
What is JWT?JSON Web Token or JWT is a stateless solution for authentication. Being stateless eliminates the need for the server to maintain a session...