Skip to content

Commit 7967f56

Browse files
ankur-archclaude
andcommitted
blog: regenerate covers (wave 6)
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
1 parent d75d012 commit 7967f56

130 files changed

Lines changed: 3664 additions & 107 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

apps/blog/content/blog/announcing-on-demand-cache-invalidation-for-prisma-accelerate/index.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ authors:
66
- "Ankur Datta"
77
metaTitle: "On-Demand Cache Invalidation Now Available in Prisma Accelerate"
88
metaDescription: "Boost app performance with precise control using Prisma's on-demand cache invalidation."
9-
metaImagePath: "/announcing-on-demand-cache-invalidation-for-prisma-accelerate/imgs/meta-40c9facc0c25985278c069ade326008e14baef9a-1266x711.png"
10-
heroImagePath: "/announcing-on-demand-cache-invalidation-for-prisma-accelerate/imgs/hero-4100fa47bccf0620564331dda7e0c65bcd069ef2-844x474.svg"
11-
heroImageAlt: "Prisma Accelerate's cache invalidation API in a code block"
9+
metaImagePath: "/announcing-on-demand-cache-invalidation-for-prisma-accelerate/imgs/meta.png"
10+
heroImagePath: "/announcing-on-demand-cache-invalidation-for-prisma-accelerate/imgs/hero.svg"
11+
heroImageAlt: "A two-row card on light paper comparing a cached query that expires on a ttl timer with the $accelerate.invalidate call that refreshes tagged results on demand."
1212
tags:
1313
- "platform"
1414
- "announcement"

apps/blog/content/blog/announcing-prisma-orm-7-0-0/index.mdx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,9 @@ authors:
66
- "Mike Hartington"
77
metaTitle: "Prisma 7 Release: Rust-Free, Faster, and More Compatible"
88
metaDescription: "Prisma ORM 7 delivers major performance gains, a Rust-free client, and a streamlined developer experience, plus deeper Prisma Postgres integration."
9-
metaImagePath: "/announcing-prisma-orm-7-0-0/imgs/meta-6b30aeef18d38ef00eb7b90286801660d84a9a0e-1266x711.png"
10-
heroImagePath: "/announcing-prisma-orm-7-0-0/imgs/hero-bbef45a84ff4bd03130bed3589b7d240c29ce325-844x474.svg"
9+
metaImagePath: "/announcing-prisma-orm-7-0-0/imgs/meta.png"
10+
heroImagePath: "/announcing-prisma-orm-7-0-0/imgs/hero.svg"
11+
heroImageAlt: "A giant Sora 7 filled with the Prisma spectrum gradient on paper, beside the two results of the Rust-free client: 90% smaller bundle output and 3x faster query execution."
1112
tags:
1213
- "announcement"
1314
---

apps/blog/content/blog/announcing-prisma-postgres-early-access/index.mdx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,9 @@ authors:
66
- "Nikolas Burk"
77
metaTitle: "Prisma Postgres®: Building a Modern PostgreSQL Service Using Unikernels & MicroVMs"
88
metaDescription: "At Prisma, we believe that deploying a database should be as simple as adding a new page in Notion. Today, we are excited to share the first milestone towards this vision: Prisma Postgres® gives developers an always-on database with pay-as-you-go pricing, thanks to our unique architecture design."
9-
metaImagePath: "/announcing-prisma-postgres-early-access/imgs/meta-6796d74a842eae9429254e7ed11b483985ba4e50-1266x711.png"
10-
heroImagePath: "/announcing-prisma-postgres-early-access/imgs/hero-153cb5a3d4a5447955824c28ae43788e7c407adf-633x356.png"
9+
metaImagePath: "/announcing-prisma-postgres-early-access/imgs/meta.png"
10+
heroImagePath: "/announcing-prisma-postgres-early-access/imgs/hero.svg"
11+
heroImageAlt: "Three stacked bands showing the Prisma Postgres architecture: PostgreSQL as the application, a yellow-accented unikernel band described as the thinnest possible layer, and an ink band for the Firecracker microVM on bare metal."
1112
tags:
1213
- "announcement"
1314
---

apps/blog/content/blog/benefits-and-challenges-of-caching-database-query-results-x2s9ei21e8kq/index.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ authors:
66
- "Ankur Datta"
77
metaTitle: "Database Caching: A Double-Edged Sword? Examining the Pros and Cons"
88
metaDescription: "Discover the advantages and hurdles of caching database query results. Learn how caching enhances performance, scalability, and resource utilization, while also delving into the associated challenges."
9-
metaImagePath: "/benefits-and-challenges-of-caching-database-query-results-x2s9ei21e8kq/imgs/meta-72680f73691cdf86b51087621b4b0e79ac12fde7-1266x712.png"
10-
heroImagePath: "/benefits-and-challenges-of-caching-database-query-results-x2s9ei21e8kq/imgs/hero-ce90e81e707c3b5735077783e1db72216b8a56dd-844x474.svg"
11-
heroImageAlt: "Database Caching"
9+
metaImagePath: "/benefits-and-challenges-of-caching-database-query-results-x2s9ei21e8kq/imgs/meta.png"
10+
heroImagePath: "/benefits-and-challenges-of-caching-database-query-results-x2s9ei21e8kq/imgs/hero.svg"
11+
heroImageAlt: "Two columns headed What you gain and What you pay, listing caching's benefits and its costs on either side of a single spectrum-coloured dividing edge."
1212
tags:
1313
- "education"
1414
---

apps/blog/content/blog/build-an-app-with-svelte-and-typescript-PZDY3t93qAtd/index.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ authors:
66
- "Ryan Chenkie"
77
metaTitle: "How to build an App With Svelte and TypeScript | Prisma"
88
metaDescription: "Learn how to build a Svelte app with TypeScript and improve developer ergonomics with stronger typing across your frontend codebase."
9-
metaImagePath: "/build-an-app-with-svelte-and-typescript-PZDY3t93qAtd/imgs/meta-711f2d3f2094907c22c0ef2dd88e69992f950026-2400x1256.png"
10-
heroImagePath: "/build-an-app-with-svelte-and-typescript-PZDY3t93qAtd/imgs/hero-0e8c20420d860a393f68694b8bab707306822df3-1692x852.png"
11-
heroImageAlt: "Build an App With Svelte and TypeScript"
9+
metaImagePath: "/build-an-app-with-svelte-and-typescript-PZDY3t93qAtd/imgs/meta.png"
10+
heroImagePath: "/build-an-app-with-svelte-and-typescript-PZDY3t93qAtd/imgs/hero.svg"
11+
heroImageAlt: "An ink code card showing the same Svelte script block twice: without lang=\"ts\" the typed prop is an unexpected token, and with lang=\"ts\" highlighted in red it compiles."
1212
tags:
1313
- "education"
1414
---

apps/blog/content/blog/build-applications-at-the-edge-with-prisma-orm-and-cloudflare-d1-preview/index.mdx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,9 @@ authors:
66
- "Nikolas Burk"
77
metaTitle: "Build Applications at the Edge with Prisma ORM & Cloudflare D1 (Preview)1"
88
metaDescription: "Prisma ORM now supports Cloudflare D1 databases. Read this article to learn how to query D1 from a Cloudflare Worker."
9-
metaImagePath: "/build-applications-at-the-edge-with-prisma-orm-and-cloudflare-d1-preview/imgs/meta-9804cde42d974d63b5a3b8bc951c13aeb9187101-1266x711.png"
10-
heroImagePath: "/build-applications-at-the-edge-with-prisma-orm-and-cloudflare-d1-preview/imgs/hero-66fc05379af15d65fd3dd6d792c9a575db648895-844x474.png"
9+
metaImagePath: "/build-applications-at-the-edge-with-prisma-orm-and-cloudflare-d1-preview/imgs/meta.png"
10+
heroImagePath: "/build-applications-at-the-edge-with-prisma-orm-and-cloudflare-d1-preview/imgs/hero.svg"
11+
heroImageAlt: "A three-tile flow on light paper under the headline \"Query D1 from a Worker\": a Cloudflare Worker passes through the PrismaD1 driver adapter, highlighted in cyan, into the D1 database bound as env.DB."
1112
tags:
1213
- "orm"
1314
- "announcement"

apps/blog/content/blog/connections-edges-nodes-in-relay-758d358aa4c7/index.mdx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,9 @@ authors:
77
- "Søren Bramer Schmidt"
88
metaTitle: "Learn more about Connections, Edges & Nodes in Relay | Prisma"
99
metaDescription: "Learn how Relay uses connections, edges, and nodes to model relationships and pagination on top of GraphQL schemas."
10-
metaImagePath: "/connections-edges-nodes-in-relay-758d358aa4c7/imgs/meta-cc730c78d87244cb877764a6a4a850b2c9223871-1200x775.png"
11-
heroImagePath: "/connections-edges-nodes-in-relay-758d358aa4c7/imgs/hero-a86c8de527177e03b9e08b9f1f1522dc1debbc6d-559x361.png"
10+
metaImagePath: "/connections-edges-nodes-in-relay-758d358aa4c7/imgs/meta.png"
11+
heroImagePath: "/connections-edges-nodes-in-relay-758d358aa4c7/imgs/hero.svg"
12+
heroImageAlt: "A diagram on light paper showing a movie node connecting into nested bars labelled actors(first: 10), edges, node and name."
1213
---
1314

1415
The terminology of Relay can be quite overwhelming in the beginning. Relay introduces a handful of new concepts on top

apps/blog/content/blog/database-vs-application-demystifying-join-strategies/index.mdx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,9 @@ date: "2025-01-15"
55
authors:
66
- "Nikolas Burk"
77
metaDescription: "Joining data from multiple tables is a complicated topic. There are two main strategies: database-level and application-level joins. Prisma ORM offers both options. In this article you’ll learn the tradeoffs between the two so you can pick the best strategy."
8-
metaImagePath: "/database-vs-application-demystifying-join-strategies/imgs/meta-3dd1f6419862f57459fa70702fabf854946e6e13-1266x711.png"
9-
heroImagePath: "/database-vs-application-demystifying-join-strategies/imgs/hero-5fa4fcf8d00bbf21e0b169f955a09f79332fb75b-844x474.svg"
8+
metaImagePath: "/database-vs-application-demystifying-join-strategies/imgs/meta.png"
9+
heroImagePath: "/database-vs-application-demystifying-join-strategies/imgs/hero.svg"
10+
heroImageAlt: "A comparison table listing naive DB-level, application-level and smart DB-level join strategies against how much redundant data each returns and how many database round trips it takes."
1011
tags:
1112
- "education"
1213
---

apps/blog/content/blog/fullstack-nextjs-graphql-prisma-oklidw1rhw/index.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ authors:
77
- "Mahmoud Abdelwahab"
88
metaTitle: "Fullstack Next.js, GraphQL & Prisma 4 Tutorial (2021)"
99
metaDescription: "Part 1 of a 2021 course building a fullstack app with Next.js (Pages Router), GraphQL, Prisma 4, and PostgreSQL: data modeling, migrations, and seeding."
10-
metaImagePath: "/fullstack-nextjs-graphql-prisma-oklidw1rhw/imgs/meta-1ec6d4e3035143375360a59242258c3c93609907-1269x714.png"
11-
heroImagePath: "/fullstack-nextjs-graphql-prisma-oklidw1rhw/imgs/hero-cf0efe94442ee755fc47d4c085a10f2b453c74a6-844x475.svg"
12-
heroImageAlt: "Fullstack App With TypeScript, PostgreSQL, Next.js, Prisma & GraphQL: Data Modeling"
10+
metaImagePath: "/fullstack-nextjs-graphql-prisma-oklidw1rhw/imgs/meta.png"
11+
heroImagePath: "/fullstack-nextjs-graphql-prisma-oklidw1rhw/imgs/hero.svg"
12+
heroImageAlt: "Two Prisma schema cards, User and Link, joined by a cyan many-to-many relation line linking the bookmarks field to the users field."
1313
series: fullstack-nextjs-graphql-prisma
1414
seriesIndex: 1
1515
tags:

apps/blog/content/blog/fullstack-remix-prisma-mongodb-5-gOhQsnfUPXSx/index.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ authors:
66
- "Sabin Adams"
77
metaTitle: "Build A Fullstack App with Remix, Prisma & MongoDB - Deployment"
88
metaDescription: "Learn how to build and deploy a fullstack application using Remix, Prisma, and MongoDB. In this article, we will be deploying the application we have built throughout this series."
9-
metaImagePath: "/fullstack-remix-prisma-mongodb-5-gOhQsnfUPXSx/imgs/meta-0c44161122fc6096b266ce2463146d441aef52f4-1920x1080.png"
10-
heroImagePath: "/fullstack-remix-prisma-mongodb-5-gOhQsnfUPXSx/imgs/hero-a00a8da49b238e170ebeea1caa4d9a67fec1db3d-844x474.svg"
11-
heroImageAlt: "Build A Fullstack App with Remix, Prisma & MongoDB: Deployment"
9+
metaImagePath: "/fullstack-remix-prisma-mongodb-5-gOhQsnfUPXSx/imgs/meta.png"
10+
heroImagePath: "/fullstack-remix-prisma-mongodb-5-gOhQsnfUPXSx/imgs/hero.svg"
11+
heroImageAlt: "A three-card flow on a light surface: GitHub project repo, a Vercel project using the Remix preset, and a highlighted MongoDB card labelled 'allow access from anywhere'."
1212
series: fullstack-remix-prisma-mongodb
1313
seriesIndex: 5
1414
tags:

0 commit comments

Comments
 (0)