Neon: Serverless Postgres Database

Sdílet
Vložit
  • čas přidán 2. 08. 2024
  • In this video, we'll build an expense tracker using Prisma, NextJs 15 RC, and Neon, a serverless Postgres database in the cloud that scales up and down automatically based on your application's workload.
    👉🏼 Neon database
    → fyi.neon.tech/hamed
    👉🏼 The Ultimate NextJs Course (75% discount)
    → www.hamedbahram.io/courses/ne...
    👉🏼 Project source code
    → github.com/HamedBahram/next-neon
    👉🏼 Work with me
    → www.hamedbahram.io/hire
    Chapters
    0:00 Intro
    0:30 Neon features
    4:30 Setting up NextJs 15
    6:00 Adding Prisma
    18:00 Querying our data
    20:00 Adding server action
    25:40 Neon branches
    27:20 Recap
  • Věda a technologie

Komentáře • 14

  • @MF-hx8or
    @MF-hx8or Před měsícem +3

    حامد جان واقعا فوق العاده بود ، من دارم روی زبانم کار میکنم که مثل شما وارد یوتیوب بین المللی بشم و از شما درس میگیرم ❤

    • @hamedbahram
      @hamedbahram  Před měsícem +1

      That's amazing! I'd be glad to help :)

    • @dev-akeel
      @dev-akeel Před měsícem

      @MF-hx8or هل لديك قناة ما حاليا؟

  • @Balance-8
    @Balance-8 Před měsícem +4

    The login portion of your website is not working. I bought the course but cant log in

    • @hamedbahram
      @hamedbahram  Před měsícem +2

      Sorry to hear that, I've sent you an email to resolve the issue.

  • @rakibsiddiki6380
    @rakibsiddiki6380 Před měsícem

    please provide your notion documentation also.

    • @hamedbahram
      @hamedbahram  Před měsícem

      I'll publish that as a post on my site soon!

  • @27sosite73
    @27sosite73 Před měsícem

    nice

  • @kenshinhimura3140
    @kenshinhimura3140 Před měsícem

    The most complicated video you made.
    I am using prisma and prisma client. Then I take use the link that prisma give.
    Why your video is so complicated? Why the neon server less driver?

    • @hamedbahram
      @hamedbahram  Před měsícem

      You can continue to use the Prisma client and skip that step, It's absolutely fine to use the Prisma client if you don't intent to query your database from the edge runtime (e.g middleware function in NextJs). The Neon serverless driver is a low latency driver that allows you to query your database over HTTP.

    • @destocot1729
      @destocot1729 Před měsícem

      @@hamedbahram Do you have good resources to really understand what this all means over HTTP, serverless etc. I have been using Next.js for a few months now but I still dont really know what they mean by serverless

    • @dev-akeel
      @dev-akeel Před měsícem

      ​@@destocot1729 Serverless means Server Less, I mean (sort of).

    • @hamedbahram
      @hamedbahram  Před měsícem

      @@destocot1729 That can make a topic for a video I don't have yet. You can check here for further reading → nextjs.org/docs/app/building-your-application/rendering/edge-and-nodejs-runtimes