Browse our collection of articles on various topics related to IT technologies. Dive in and explore something new!
In this tutorial, we'll explore how to set up Prisma + Postgres. We'll use real-world examples...
Building a full-fledged multi-tenant application can be very challenging. Besides having a flexible...
Building a full-fledged multi-tenant application can be very challenging. Besides having a flexible...
In this post, I’ll walk you through how to work with ORMs like Prisma, Drizzle and Knex.js when...
In this article we are going to build a multi tenant application using NestJS and Prisma. We will be...
The Best Next.js ORM depends on your specific requirements and preferences. Let’s explore some of...
Preface Automatic markdown documents generator for Prisma. Github Repository Generated...
SQL databases provide us with many benefits, the most important of which is strong schema...
Lightning-fast reviews: the ORM that's winning the collaboration game. Introduction Ever...
Building a full-fledged multi-tenant application can be very challenging. Besides having a flexible...
Introduction On October 29, Prisma announced Prisma Postgres. Don't hesitate to read the...
React Table, or more precisely, TanStack Table is a headless table UI library. If you're new to this...
For your next project using nextjs, use this starter kit to bootstrap your project quickly and...
Preface I wanted to build a Discord bot with TypeScript that had: A database A...
Introduction Working with SQL databases in Node.js doesn't have to feel like writing a PhD...
When working with Drizzle ORM on a Nile Postgres database, you might encounter an issue where the...
👋 Let's Connect! Follow me on GitHub for new projects. Introduction In the dynamic...
Have you ever wondered what secrets your WhatsApp chats hold? What if you could analyze your...
In today’s fast-evolving tech landscape, scalability, modularity, and performance are the...
I mean, don't write npx prisma generate command frequently. 😪😅 Don't ask "why" before reading the...
Social-connect App Social-connect app built with NestJS, Next.js 14, Tailwind CSS, Prisma, and...
If you're building a multi-tenant SaaS in Nuxt 3, you'll need a robust permissions system. Here's how...
Nest Connect In-progress REST API with all basic features real social media has. Open to...
Here's a complete cheat sheet for Prisma, covering essential concepts, commands, and operations that...
In this tutorial, we'll build a full-stack CRUD (Create, Read, Update, Delete) application using...
NestJs Auth NestJS Authentication with JWT, PassportJs, and Prisma Getting...
I was trying to use Supabase's PostgreSQL database with Prisma for a project. Don't ask me why. I...
If you're a React developer looking to streamline your data management process, Prisma is the perfect...
Testing authenticated pages is hard. Lets demystify it! In EddieHub community projects it's common...
In my career as a backend developer, I've recently come across a big challenge, that of moving from a...