Best of VercelOctober 2022

  1. 1
    Article
    Avatar of communityCommunity Picks·4y

    My favorite resources being a freelancer as a side hustle

    A freelancer has shared his favorite resources to help you with creating new quality stuff, quicker. "Better’ will always be a losing game for your brand. You just need to be wiser while building, making more, and spending less. You can actually pick something that interest you!

  2. 2
    Article
    Avatar of communityCommunity Picks·4y

    How to Build a Fullstack App with Next.js, Prisma, and PostgreSQL

    Next.js is a next-generation ORM that can be used to access a database in Node.js and TypeScript applications. In this guide, you'll learn how to implement a fullstack sample blogging application using the following technologies. You'll use a single PrismaClient instance that you can import into any file where it's needed. You can create a new User record by calling prisma.create() or retrieve all the Post records from the database.

  3. 3
    Article
    Avatar of communityCommunity Picks·4y

    How to Build a Multi-Tenant App with Custom Domains Using Next.js

    Use the Platforms Starter Kit to kickstart our Next.js project. In this guide, you'll learn how to build a full-stack multi-tenant application with Custom Domains. You'll need to replace all instances of vercel.pub with your own domain to configure rewrites correctly.