حامد جان واقعا فوق العاده بود ، من دارم روی زبانم کار میکنم که مثل شما وارد یوتیوب بین المللی بشم و از شما درس میگیرم ❤
@hamedbahram6 ай бұрын
That's amazing! I'd be glad to help :)
@dev-akeel6 ай бұрын
@MF-hx8or هل لديك قناة ما حاليا؟
@Balance-86 ай бұрын
The login portion of your website is not working. I bought the course but cant log in
@hamedbahram6 ай бұрын
Sorry to hear that, I've sent you an email to resolve the issue.
@murtazahanzala51732 ай бұрын
Hey, can you tell me by default how much connection we can have in pool of neon? If I want to increase the limit of pool connection, how to do it?
@hamedbahram2 ай бұрын
Not sure about that. Please reference the docs.
@LutherDePapier4 ай бұрын
I love the idea of that database branching, seems like a game changer to test features. I think the best flow would be to make a branch from main - let's call it dev/me -, and then another branch from dev/me so that when resetting the branch to the parent, it is reset to dev/me instead of main which is live and bound to have changed in the meantime. Do you know if that's a common practice on Neon?
@hamedbahram4 ай бұрын
I don't think that the common practice but that could work. Typically if you're resetting a branch it's to get the latest data from the main.
@rakibsiddiki63806 ай бұрын
please provide your notion documentation also.
@hamedbahram6 ай бұрын
I'll publish that as a post on my site soon!
@kenshinhimura31406 ай бұрын
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?
@hamedbahram6 ай бұрын
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.
@destocot17296 ай бұрын
@@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-akeel6 ай бұрын
@@destocot1729 Serverless means Server Less, I mean (sort of).
@hamedbahram6 ай бұрын
@@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