Best of PrismaSeptember 2022

  1. 1
    Article
    Avatar of logrocketLogRocket·4y

    Prisma vs. Thin Backend

    Prisma enables you to access your database straight from Node.js and TypeScript application code. Thin Backend provides you with an IDE that has custom business logic and serverless functions. Prisma is a type-safe query builder that is an alternative to Sequelize and TypeORM.

  2. 2
    Article
    Avatar of infoworldInfoWorld·4y

    Intro to Blitz.js: A full-stack framework for Next.js

    Next.js is an up-and-coming JavaScript framework built on React and Next.js. Blitz’s generator provides more elaborate full-stack scaffolding. The most unusual thing about Blitz is its use of remote procedure calls, or RPC. Instead of using a REST or GraphQL API, you import your server-side code directly into your client-side JavaScript. Blitz then transforms the server-level code.