Sam Majisammaji.hashnode.dev·Sep 25, 2023Detailed Introduction To Prisma ORMPrisma is an open-source object-relational mapper (ORM) tool for Node.js and TypeScript. In this article, we will cover the basics of Prisma and understand how it works. What is an ORM? Object Relational Mappings or ORMs provide a high-level abstract...Discuss·11 likes·168 readsprisma
Isaac Tubonibo Iyaye-Williamsmambadev.hashnode.dev·Aug 31, 2023My Journey Building Djengo: A Full-Stack Social Media App with Node.js, React, Prisma, and MongoDBIntroduction:Hello, fellow tech enthusiasts! 🚀 I'm thrilled to share my journey of creating Djengo, a feature-rich social media application that has been a labor of love, built using cutting-edge technologies. This article will give you an insight i...DiscussWeb Development
Rakshit Arorarakshit087.hashnode.dev·Aug 23, 2023Making a million $ saas from scratch - (1/n)The idea and the design ✨ About two weeks back I got into Buildspace's Nights and Weekends, which is a six-week-long program to work on any idea you are passionate about and turn it into a reality. The idea can be anything, art, music, robots, ai, y...DiscussSaaS
Tobitobicode.hashnode.dev·Aug 22, 2023Integrating Supabase with Prisma and TRPC: A Comprehensive GuideIntro You can skip this intro if you're familiar with Prisma, Supabase, and TRPC. In this blog post, we'll explore 3 tools and frameworks that when combined, deliver a powerful and efficient development experience: Prisma, Supabase, and TRPC. Prisma ...Discuss·84 readssupabase
Akash Trimbakeakashtrimbake.hashnode.dev·Aug 19, 2023The Ultimate Guide to Setting Up Open-Source Cal.com Locally!Introduction Hey there, fellow developers! If you've ever felt the frustration of struggling with local deployment, you're not alone. I've been there, and that's why I'm excited to share my journey with you. In this comprehensive guide, I'll walk you...Discuss·1 like·34 readsOpen Source
Kishan Shethkoolkishansheth.hashnode.dev·Aug 16, 2023Full Stack Airbnb Clone with Next.js, Tailwind CSS, Zustand and AmplicationIn this blog post, you'll learn how to create a Full Stack Airbnb Clone using Amplication. Features of the Airbnb Clone Built using Next.js Styled with Tailwind CSS Backend generated using Amplication State Management with Zustand Realtime Maps ...DiscussNext.js
Parmeshwar Rathodblog.parmeshwar.me·Aug 14, 2023Next Generation ORM - PrismaWhat is Prisma? Prisma is a next-generation, open-source database toolkit and Object-Relational Mapping (ORM) tool for building and managing modern web applications. It provides a set of tools and libraries that make it easier to work with database...Discuss·10 likes·51 readsprisma
mehedi imunmehediimun.hashnode.dev·Aug 12, 2023Next-generation ORM Prismaআমরা আজকে Prisma কি, কেন, কোন প্রবলেমটা সলভ করতে Prisma আসছে, as a জাভাস্ক্রিপ্ট অর টাইপস্ক্রিপ্ট ডেভেলপার কেন Prisma শেখা দরকার। এই নিয়ে মারামারি করবো ।😬 Prisma কি? Prisma হল একটি ORM (object relational mapping ) যা একটি জাভাস্ক্রিপ্ট লাইব্রেরি বা...Discussprisma
David Nguyeneplus.dev·Aug 12, 2023Miễn phí khóa học: THE FULL STACK REACT COURSE 2023 (39.99$)Trong khóa này , các bạn sẽ được học về : Front End Next.js / React URql for fetching data Styled Components for styling Framer Motion for animation React Hot Toast for pop-up notifications Back End Strapi Postgres GraphQL Other Auth0 for...Discuss·28 readsNewsNext.js
Harsh Mangalamharshmangalam.hashnode.dev·Jul 28, 2023Add JWT Authentication in Bun APIIn this blog post, we are going to add authentication in Bun-based REST API. Bun Bun is a relatively new javascript runtime that is built on top of the JavaScriptCore engine (used in apple safari) and Zig programming language. It has a built in trans...DiscussTypeScript