Tag

Prisma

0 views collected around this technical thread.

Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Dec 27, 2024 · Frontend Development

My Technical Stack Overview

This article presents a comprehensive overview of the author's current technology stack, covering frontend frameworks like React and Next.js, mobile development with React Native, TypeScript usage, backend tools such as NestJS, Prisma with MySQL, Redis caching, and frontend engineering practices.

NestJSNext.jsNode.js
0 likes · 11 min read
My Technical Stack Overview
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Jan 17, 2024 · Backend Development

Why Prisma Is the Preferred Node.js ORM Over TypeORM in 2024

In 2024 the Prisma ORM outperforms TypeORM for Node.js projects thanks to more frequent updates, richer ecosystem, superior type safety, simpler integration, built‑in pagination and aggregation features, and a dramatically better developer experience illustrated with real code examples.

Developer ExperienceNode.jsORM
0 likes · 15 min read
Why Prisma Is the Preferred Node.js ORM Over TypeORM in 2024
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Jan 5, 2024 · Frontend Development

Building a Full‑Stack Todo List with Next.js, Prisma, and Server‑Side Rendering

This article explains how front‑end developers can expand into full‑stack development by using Next.js with server‑side rendering, Prisma ORM, and SQLite to create a functional Todo List application, covering installation, database schema, server actions, and client‑side form handling.

Next.jsNode.jsPrisma
0 likes · 13 min read
Building a Full‑Stack Todo List with Next.js, Prisma, and Server‑Side Rendering
Top Architect
Top Architect
Oct 17, 2021 · Backend Development

Deploying the Open‑Source Scheduling Tool Calendso: A Step‑by‑Step Guide

This article introduces Calendso, an open‑source alternative to Calendly, and provides a detailed, step‑by‑step tutorial—including cloning the repository, installing dependencies, configuring environment variables, setting up the Prisma database, and running the application—to help developers deploy their own self‑hosted scheduling service.

Backend DeploymentCalendsoDevOps
0 likes · 4 min read
Deploying the Open‑Source Scheduling Tool Calendso: A Step‑by‑Step Guide
Top Architect
Top Architect
Feb 18, 2021 · Backend Development

Top 5 GraphQL Tools: Prisma, Relay, Apollo, Hasura, and URQL

The article reviews five widely used GraphQL tools—Prisma, Relay, Apollo, Hasura, and URQL—explaining their core features, supported databases or frameworks, and providing direct links to their official websites for developers seeking to simplify GraphQL integration.

ApolloGraphQLHasura
0 likes · 6 min read
Top 5 GraphQL Tools: Prisma, Relay, Apollo, Hasura, and URQL