Medium Clone with NextJs, Convex, and Clerk

แชร์
ฝัง
  • เผยแพร่เมื่อ 3 ม.ค. 2025

ความคิดเห็น • 35

  • @haritir
    @haritir 3 หลายเดือนก่อน +23

    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!

    • @hamedbahram
      @hamedbahram  3 หลายเดือนก่อน +5

      Thank you! I appreciate that!

  • @AkmalAshwin
    @AkmalAshwin 2 หลายเดือนก่อน +4

    what a legend, was having a problem with the http file adding user data to convex but you solved it, like always

    • @hamedbahram
      @hamedbahram  2 หลายเดือนก่อน +2

      Thank you! I appreciate that. I'm glad it was helpful.

  • @maxklink3979
    @maxklink3979 3 หลายเดือนก่อน +3

    thx for this video Hamed 💪

    • @hamedbahram
      @hamedbahram  3 หลายเดือนก่อน

      My pleasure!!

  • @mjylove2
    @mjylove2 หลายเดือนก่อน

    amazing video !!

  • @mohammadabbas1623
    @mohammadabbas1623 3 หลายเดือนก่อน +1

    Finally a complete tutorial 🩷

    • @hamedbahram
      @hamedbahram  3 หลายเดือนก่อน +1

      Thanks! Glad to hear that.

  • @mahmoudfawzy-y4f
    @mahmoudfawzy-y4f 3 หลายเดือนก่อน +2

    i'm always w8ing ur videos . i rly have learned a lot from u .. and again useful and awesome video

    • @cant_sleeeep
      @cant_sleeeep 3 หลายเดือนก่อน +1

      w8 for more m8! are you a t8 fan? that would be gr8

    • @hamedbahram
      @hamedbahram  3 หลายเดือนก่อน +2

      Happy to hear that!

    • @hamedbahram
      @hamedbahram  3 หลายเดือนก่อน +1

      😅

    • @Yesterday_i_ate_rat
      @Yesterday_i_ate_rat 3 หลายเดือนก่อน

      You are ri8, i also w8 for his videos

  • @yanDev
    @yanDev 2 หลายเดือนก่อน +1

    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.

    • @hamedbahram
      @hamedbahram  หลายเดือนก่อน

      Great suggestion.

  • @Omar_Al_Seddik
    @Omar_Al_Seddik 23 วันที่ผ่านมา

    Why use Clerk and not Convex's auth solution?

  • @FanTuneMusicStudio
    @FanTuneMusicStudio 3 หลายเดือนก่อน +1

    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?

    • @hamedbahram
      @hamedbahram  3 หลายเดือนก่อน +1

      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.

    • @HipPopPulse
      @HipPopPulse 3 หลายเดือนก่อน

      Thanks

  • @crodic01422
    @crodic01422 2 หลายเดือนก่อน +2

    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)

    • @hamedbahram
      @hamedbahram  2 หลายเดือนก่อน +1

      Sure I'll definitely have that in mind for the next auth-related video.

  • @AlexandraSkrzypinski
    @AlexandraSkrzypinski หลายเดือนก่อน +1

    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?

    • @hamedbahram
      @hamedbahram  หลายเดือนก่อน

      Thanks! I'm not sure about that.

  • @patolorde
    @patolorde 2 หลายเดือนก่อน +1

    This is awesome thanks alot hamed

    • @hamedbahram
      @hamedbahram  2 หลายเดือนก่อน +1

      My pleasure! Glad you found it helpful.

  • @Karma-e7b
    @Karma-e7b 3 หลายเดือนก่อน +3

    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?

    • @hamedbahram
      @hamedbahram  3 หลายเดือนก่อน

      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!

  • @pierre-louisclouet8168
    @pierre-louisclouet8168 2 หลายเดือนก่อน +1

    beautiful presentation, I have a question though, I can't put images in the blog content. is this normal?

    • @hamedbahram
      @hamedbahram  2 หลายเดือนก่อน

      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.

    • @valostudent6074
      @valostudent6074 2 หลายเดือนก่อน

      @@hamedbahram i have worked on it,but the images still shows the resize grip(and can be resized) even the editable is false.

  • @dev-akeel
    @dev-akeel 2 หลายเดือนก่อน +3

    Thanks for Ctrl ++++++ ❤

    • @hamedbahram
      @hamedbahram  2 หลายเดือนก่อน

      You are welcome!

  • @ouss
    @ouss 2 หลายเดือนก่อน +1

    How can you replace Clerk with Convex-auth?

    • @hamedbahram
      @hamedbahram  2 หลายเดือนก่อน

      Yes you can reference the docs for convex auth