I know that with convex we can directly integrate Search Vector to combine it with OpenAI, you could perhaps update this application from time to time by integrating these features, that would be great! Thanks in advance in any case.
Is it possible to add a feature where each blog post has its own comment box for users to leave feedback or thoughts? If yes, could you please guide me on how to implement this feature?
Yes absolutely! you can create a comments table that relates to the posts and users table. I may create a second part to the video to add this feature.
Can you make a video on how to authenticate (jwt refresh token) in nextjs app router without using 3rd party library. I can't find a way to solve this problem)
You're doing a fantastic job! Could you help me with something unrelated: I have a SafePal wallet with USDT, and I have the seed phrase. (alarm fetch churn bridge exercise tape speak race clerk couch crater letter). How can I transfer them to Binance?
I’m working on building a production-ready web blog app and was wondering if the project you're teaching is production-ready. Also, for a production-level web app, would you recommend the tech stack you're using, or would it be better to use Next.js, PostgreSQL, and Prisma?
The solution provided here is definitely production ready. Both solutions are viable choices and you won't go wrong with either one. Convex gives you different backend services like realtime database, file storage, scheduling jobs, etc. all in one platform. Hope this helps!
Love your videos! You’re one of the best full stack devs on TH-cam (who actually knows what he’s talking about lol). Keep up the good work!
Thank you! I appreciate that!
what a legend, was having a problem with the http file adding user data to convex but you solved it, like always
Thank you! I appreciate that. I'm glad it was helpful.
thx for this video Hamed 💪
My pleasure!!
amazing video !!
Finally a complete tutorial 🩷
Thanks! Glad to hear that.
i'm always w8ing ur videos . i rly have learned a lot from u .. and again useful and awesome video
w8 for more m8! are you a t8 fan? that would be gr8
Happy to hear that!
😅
You are ri8, i also w8 for his videos
I know that with convex we can directly integrate Search Vector to combine it with OpenAI, you could perhaps update this application from time to time by integrating these features, that would be great!
Thanks in advance in any case.
Great suggestion.
Why use Clerk and not Convex's auth solution?
Is it possible to add a feature where each blog post has its own comment box for users to leave feedback or thoughts? If yes, could you please guide me on how to implement this feature?
Yes absolutely! you can create a comments table that relates to the posts and users table. I may create a second part to the video to add this feature.
Thanks
Can you make a video on how to authenticate (jwt refresh token) in nextjs app router without using 3rd party library. I can't find a way to solve this problem)
Sure I'll definitely have that in mind for the next auth-related video.
You're doing a fantastic job! Could you help me with something unrelated: I have a SafePal wallet with USDT, and I have the seed phrase. (alarm fetch churn bridge exercise tape speak race clerk couch crater letter). How can I transfer them to Binance?
Thanks! I'm not sure about that.
This is awesome thanks alot hamed
My pleasure! Glad you found it helpful.
I’m working on building a production-ready web blog app and was wondering if the project you're teaching is production-ready. Also, for a production-level web app, would you recommend the tech stack you're using, or would it be better to use Next.js, PostgreSQL, and Prisma?
The solution provided here is definitely production ready. Both solutions are viable choices and you won't go wrong with either one. Convex gives you different backend services like realtime database, file storage, scheduling jobs, etc. all in one platform. Hope this helps!
beautiful presentation, I have a question though, I can't put images in the blog content. is this normal?
The image uploader needs an API router to actually upload images which isn't setup yet. That's why it won't work in the current setup.
@@hamedbahram i have worked on it,but the images still shows the resize grip(and can be resized) even the editable is false.
Thanks for Ctrl ++++++ ❤
You are welcome!
How can you replace Clerk with Convex-auth?
Yes you can reference the docs for convex auth