Hoh Shen Yien
Shen's Developer Diary

Shen's Developer Diary

Follow
Follow
homeNext.jsLeetcodeExperienceLife
Tag

TypeScript

#typescript

More content

Read more stories on Hashnode


Articles with this tag

Insta-Next: Creating Posts and Stories with POST Requests

Apr 8, 202319 min read

We will finally look into making POST requests in Next.js to create posts and stories with validation using Zod · In this part, we will start to add...

Insta-Next: Creating Posts and Stories with POST Requests

Insta-Next: Constructing Database with Prisma

Apr 6, 202316 min read

In this part, we will use Prisma to setup our database in PostgreSQL · In part 1, I created a simple class diagram to show the relationships between the...

Insta-Next: Constructing Database with Prisma

Insta-Next: Introduction & Designs

Apr 6, 20237 min read

Let's build a fullstack Instagram clone using Next.js, Prisma and Mantine · Welcome to Building Instagram Clone with Next.js series! In this first part,...

Insta-Next: Introduction & Designs