Articles by Tag #prisma

Browse our collection of articles on various topics related to IT technologies. Dive in and explore something new!

Prisma + Postgres

In this tutorial, we'll explore how to set up Prisma + Postgres. We'll use real-world examples...

Learn More 524 48Oct 30 '24

Create a CRUD App with Prisma ORM & Node Js

Introduction Ever feel like working with databases & SQL queries is a bit of a...

Learn More 49 3May 17 '24

Building Multi-Tenant Apps Using Clerk's "Organization" and Next.js

Building a full-fledged multi-tenant application can be very challenging. Besides having a flexible...

Learn More 39 1Nov 25 '24

Building Multi-Tenant Apps Using StackAuth's "Teams" and Next.js

Building a full-fledged multi-tenant application can be very challenging. Besides having a flexible...

Learn More 35 0Dec 11 '24

How to use ORMs (Prisma / Drizzle / Knex.js) in a TypeScript backend built with Encore.ts

In this post, I’ll walk you through how to work with ORMs like Prisma, Drizzle and Knex.js when...

Learn More 34 0Nov 25 '24

Implement JWT Refresh Token Authentication with Elysia JS and Prisma: A Step-by-Step Guide

In this comprehensive guide, we'll walk you through the process of integrating JWT refresh token...

Learn More 29 9Jun 13 '24

How to make Multi-tenant applications with NestJS and Prisma 🚀.

In this article we are going to build a multi tenant application using NestJS and Prisma. We will be...

Learn More 29 4Sep 9 '24

Stop drawing ERD, but just auto-generate by `prisma-markdown`

Preface Automatic markdown documents generator for Prisma. Github Repository Generated...

Learn More 27 2Jul 31 '24

Typing Prisma Json Fields? Yes, You Can!

SQL databases provide us with many benefits, the most important of which is strong schema...

Learn More 26 0Nov 7 '24

3 Best Next.js ORM

The Best Next.js ORM depends on your specific requirements and preferences. Let’s explore some of...

Learn More 25 0Sep 11 '24

When Embedded AuthN Meets Embedded AuthZ - Building Multi-Tenant Apps With Better-Auth and ZenStack

Building a full-fledged multi-tenant application can be very challenging. Besides having a flexible...

Learn More 20 0Dec 17 '24

How to use Prisma Postgres 🚀

Introduction On October 29, Prisma announced Prisma Postgres. Don't hesitate to read the...

Learn More 19 6Oct 31 '24

Project of the Week: Prisma

Lightning-fast reviews: the ORM that's winning the collaboration game. Introduction Ever...

Learn More 19 2May 2

Next.js MongoDB Prisma Auth Template 🚀

Simple Starter Template with proper protected routes setup via middleware! 🚀 I always use...

Learn More 16 1May 30 '24

NextJS Starter Kit with NextAuth v4, Prisma, Typescript and Docker

For your next project using nextjs, use this starter kit to bootstrap your project quickly and...

Learn More 16 5Aug 12 '24

Rendering Prisma Queries With React Table: The Low-Code Way

React Table, or more precisely, TanStack Table is a headless table UI library. If you're new to this...

Learn More 16 2Jul 21 '24

Discord bot dashboard with OAuth2 (Nextjs)

Preface I wanted to build a Discord bot with TypeScript that had: A database A...

Learn More 14 0Jul 11 '24

API REST avec Prisma , PostgreSQL et Express

Eh bien, on dirait que quelqu'un est prêt à créer une API REST de folie ! 🔥 Dans cet article, nous...

Learn More 14 3May 14 '24

Creating a Secure NestJS Backend with JWT Authentication and Prisma

In this tutorial, we will create a secure backend application using NestJS, Prisma, and JWT-based...

Learn More 12 0Jun 13 '24

Resolving the `DO $$` Issue in Drizzle ORM with Nile Postgres

When working with Drizzle ORM on a Nile Postgres database, you might encounter an issue where the...

Learn More 10 0Dec 5 '24

Unlocking WhatsApp Secrets: Analyzing Chat Data with Next.js 14 Web App

Have you ever wondered what secrets your WhatsApp chats hold? What if you could analyze your...

Learn More 9 0Sep 1 '24

Nuxt Authorization: How to Implement Team Role-Based Access Control in Nuxt 3

If you're building a multi-tenant SaaS in Nuxt 3, you'll need a robust permissions system. Here's how...

Learn More 8 0Dec 4 '24

Social connect full-stack app using NestJs, Next.js, Prisma & Next-Auth

Social-connect App Social-connect app built with NestJS, Next.js 14, Tailwind CSS, Prisma, and...

Learn More 8 0Nov 14 '24

Prisma ORM: Revolutionizing Database Interactions

👋 Let's Connect! Follow me on GitHub for new projects. Introduction In the dynamic...

Learn More 8 0Dec 29 '24

Building a Scalable Backend with NestJS Microservices: A Blueprint for Modern Architecture

In today’s fast-evolving tech landscape, scalability, modularity, and performance are the...

Learn More 8 2Apr 9

Don't write npx prisma generate command

I mean, don't write npx prisma generate command frequently. 😪😅 Don't ask "why" before reading the...

Learn More 8 0Jun 27 '24

Authentication in NestJS with PassportJS and Prisma

NestJs Auth NestJS Authentication with JWT, PassportJs, and Prisma Getting...

Learn More 7 0Sep 4 '24

Building a Full-Stack CRUD App with Next.js 14, Prisma, and PostgreSQL

In this tutorial, we'll build a full-stack CRUD (Create, Read, Update, Delete) application using...

Learn More 7 2Nov 9 '24

Integrate DAYTONA and let the magic begin....

Daytona: Simplifying Development for Amazon Sambhav Daytona is a secure and open-source...

Learn More 6 0Dec 9 '24

Prisma + Supabase Error P1001

I was trying to use Supabase's PostgreSQL database with Prisma for a project. Don't ask me why. I...

Learn More 6 2Jul 30 '24