← Back to Blog
Mahmoud Abdelwahab
Author · 9 posts

Mahmoud Abdelwahab

EducationApril 6, 2022

Fullstack App With TypeScript, PostgreSQL, Next.js, Prisma & GraphQL: Deployment

Learn how to build a fullstack app using TypeScript, PostgreSQL, Next.js, GraphQL and Prisma. In this article you are going to deploy your app to Vercel

EducationMarch 30, 2022

Fullstack App With TypeScript, PostgreSQL, Next.js, Prisma & GraphQL: Image upload

Learn how to build a fullstack app using TypeScript, PostgreSQL, Next.js, GraphQL and Prisma. In this article you are going to learn how to add image upload using AWS S3

EducationJanuary 28, 2022

Fullstack App With TypeScript, PostgreSQL, Next.js, Prisma & GraphQL: Authentication

Learn how to build a fullstack app using TypeScript, PostgreSQL, Next.js, GraphQL, and Prisma. In this article, you will learn how to add authentication and authorization to your application using Auth0

AnnouncementOctober 2, 2021

What's new in Prisma? (Q3/21)

Learn about everything that has happened in the Prisma ecosystem and community from July to September 2021.'

EducationSeptember 27, 2021

Fullstack App With TypeScript, PostgreSQL, Next.js, Prisma & GraphQL: GraphQL API

Learn how to build a fullstack app using TypeScript, PostgreSQL, Next.js, GraphQL and Prisma. In this article you are going to create a GraphQL API'

EducationAugust 18, 2021

Fullstack App With TypeScript, PostgreSQL, Next.js, Prisma & GraphQL: Data Modeling

Build a fullstack app using TypeScript, PostgreSQL, Next.js, GraphQL and Prisma. In this article we're going to create the app's data model

AnnouncementJuly 8, 2021

What's new in Prisma? (Q2/21)

Learn about everything that has happened in the Prisma ecosystem and community from April to June 2021.

EducationJune 28, 2021

New Course: Fullstack App Using Next.js, GraphQL, TypeScript & Prisma

We are working on a course, where you are going to learn how to build a fullstack app using Next.js, GraphQL, TypeScript and Prisma!

EducationFebruary 24, 2021

Database Access in React Server Components

Learn how to query your database directly from React Server Components with Prisma, and why type-safe database access fits the server-rendered React model.