M B A R Kmbarkt3sto.hashnode.dev·Nov 1, 2024Prisma ORM: Setting Up with an Express.js Project and PostgreSQLOverview In this article, we will go through the steps required to set up Prisma ORM in an Express.js project specifically for PostgreSQL. This setup will lay the foundation for interacting with your PostgreSQL database through Prisma in future artic...Discussprismaorm
Emmanuel Obeng Twenedelinuxist.hashnode.dev·Oct 29, 2024Step-by-Step Guide to Fullstack Development with Next.js and Lucia AuthenticationIntroduction Authentication and authorization are crucial components of web security, ensuring that users can securely access resources within an application. Authentication is the process of verifying a user’s identity, while authorization determine...Discuss·28 readsfrontend
Harsh Singhmoreprisma.hashnode.dev·Oct 27, 2024Less Querying, More ChillingType Safety That Just... Works: No typos, no guessing—I just typed user. and the autocomplete took care of the rest. It made me feel like I knew my database inside out, even on a complex project. const user = await prisma.user.findUnique({ where: {...Discuss·1 likeprisma
Hariharan Reddyhariharanreddy.hashnode.dev·Oct 13, 2024Building a Highly Scalable API for Bulk Data Insertion in Prisma and MongoDBIntroduction In this post, I’ll walk you through building a highly scalable API designed to insert large batches of data efficiently using Prisma and MongoDB. This setup allowed me to handle 100,000 entries, optimizing performance and ensuring stabil...Discuss·33 readsprisma
Osaro Onaiwuosarodev.hashnode.dev·Oct 12, 2024Mastering Authentication in Next.jsHello, folks! In this blog post, we'll dive deep into a (if not the) very crucial part of most websites- Authentication. This tutorial is the first of 3 parts: Part 1: Setting Up Next.js with a Database (Prisma & SQLite) Part 2: Seeding a Database wi...Discuss·1 likeNext.js
Allahisrabb allahisrabb.hashnode.dev·Oct 11, 2024Day 56 - Creating and Updating Models on Prisma + MySQL in AdonisJsToday marks Day 56 of #100DaysOfCode. In this article, I’ll walk through how you can create and update database models using Prisma ORM in an AdonisJS application with a MySQL database. Before proceeding, ensure that your AdonisJS project is set up a...Discuss100DaysOfCode
Ayush Khatriayushkhatri.hashnode.dev·Oct 6, 2024Building a Powerful Backend with Next.js, Prisma, and PostgreSQL: Best PracticesIntroduction In today’s web development, having a fast and scalable backend is essential. Prisma and PostgreSQL work great together to help build strong and reliable APIs. This blog will walk you through how to set up a Next.js backend using Prisma a...Discuss·10 likesNext.js
Vishal Raivishalraisde.hashnode.dev·Sep 30, 2024Expanding My Full Stack Skillset: A Journey with Prisma, Three.js, and NeonDBAs a full-stack developer, I’m always on the lookout for new tools and technologies that can enhance the performance and scalability of the applications I build. Recently, I dove into three exciting technologies: Prisma, Three.js, and NeonDB. Each of...DiscussNeonDB
Taiwo Ogunolaunicdev.hashnode.dev·Sep 29, 2024End-to-end Guide to building a Reliable Authentication System for a Startup MVP - Part 6In this series, we have built a basic yet robust and scalable authentication system using battle-tested libraries. In this part, we will explore how to enhance the security of our backend application, make it more scalable, and improve its performanc...Discuss·1 like·58 readsEnd-to-end Guide to building a Reliable Authentication System for a Startup MVPPostgreSQL
Oussama Chahidiwevdevblog.hashnode.dev·Sep 28, 2024Supabase With PrismaIntroduction to Supabase and Prisma: A Powerful Duo for Modern App Development In the ever-evolving landscape of web and mobile app development, building efficient, scalable, and flexible applications is key to success. Two emerging technologies—Supa...Discussprisma