Build and Deploy a Full Stack MERN Next.js 14 Threads App | React, Next JS, TypeScript, MongoDB

Поділитися
Вставка
  • Опубліковано 15 тра 2024
  • Develop Threads, Next.js 14 app that skyrocketed to 100 million sign-ups in less than 5 days, and dethroned giants like Twitter, ChatGPT, and TikTok to become the fastest-growing app ever!
    Ultimate Next 14 Course is now live: www.jsmastery.pro/next14
    Next.js 14 eBook: resource.jsmastery.pro/nextjs...
    Quick heads up: This tutorial covers Next.js 13, but don't let that number fool you. Next.js 14 is essentially a performance-focused update of version 13. That means every concept, technique, and feature we dive into here is just as applicable and relevant in Next.js 14
    ⭐ Clerk - clerk.com/?...
    💼 Land your dream job with expert mentor guidance or get your money back. To find out more, apply here: jsmastery.pro/masterclass
    If you’re experiencing Error: ClerkInstanceContext not found, apply the following Fix: Wrap your app with ClerkProvider in both /auth/layout.tsx and root/layout.tsx files.
    📚 Materials/References:
    GitHub Code (give it a star ⭐): github.com/adrianhajdin/threads
    Public folder (assets): drive.google.com/file/d/1lg7M...
    GitHub Gist Code: gist.github.com/adrianhajdin/...
    In this video, you'll:
    - Master Next.js 14 with Server Side Rendering
    - Learn MongoDB handling of complex schemas, multiple data population
    - Create beautiful layouts with TailwindCSS
    - Use Clerk for authentication
    - Handle file uploads with UploadThing
    - Explore Shadcn components
    - Listen to real-time events with webhooks
    - Understand middleware, API actions, and authorization
    - Explore & integrate new Next.js layout route groups
    - Validate data with Zod
    - Manage forms with react hook form
    - Create reusable components
    - Build a solid application architecture
    - Deploy the application and more!
    💻 Join our Discord Community - / discord
    🐦 Follow us on Twitter: / jsmasterypro
    🖼️ Follow us on Instagram: / javascriptmastery
    💼 Business Inquiries: contact@jsmastery.pro
    Time Stamps 👇
    00:00:00 Intro
    00:12:35 Auth
    00:27:31 HomePage
    01:03:35 Onboarding
    01:58:17 Back-end
    02:51:42 fetchPosts Homepage
    03:01:06 Thread Card Structure
    03:25:33 Reply/Comment
    03:45:40 Profile Page
    04:16:15 Search Page
    04:33:55 Activity Page
    04:50:15 Community Page
    05:03:27 Expose API’s Route Deployment
    05:45:27 Task
    05:46:50 Final Deployment

КОМЕНТАРІ • 1,2 тис.

  • @javascriptmastery
    @javascriptmastery  6 місяців тому +32

    Quick heads up: This tutorial covers Next.js 13, but don't let that number fool you. Next.js 14 is essentially a performance-focused update of version 13. That means every concept, technique, and feature we dive into here is just as applicable and relevant in Next.js 14
    *🚨 Important Updates*
    ⌛ As of July 11, 2023, Next.js has been updated to version `14.0+.0+`. Even though the video may show an older version, rest assured that the entire application functions seamlessly with the latest Next.js version. You won't encounter any issues while following the video.
    ⌛ Starting from October 26, 2023, Next.js server actions have stabilized. Therefore, there's no need to include them in the `next.config.js` file as an experimental feature flag.
    ⚡ *Error: ClerkInstanceContext not found*
    Wrap your application in `layout.tsx`(both in auth and root folders!)
    ⚡ *Cannot find module "tailwindcss-animate”*
    Shadcn requires the `tailwindcss-animate` package to function properly. Do install shadcn first
    ⚡ *Syntax error: G:\threads\app\globals.css The max-sm: class does not exist. If max-sm: is a custom class, ensure it is defined within a @layer directive. (122:3)*
    The correct format should be `max-sm:hidden` without any space in between. Please ensure that your code formatter is functioning correctly, as it may sometimes introduce such spaces unintentionally.
    ⚡ *Clerk 401 Unauthorized error*
    Ensure you have rightly configured the `middleware.ts/js` file and are using your own envs.
    If you encounter any other issues or have questions, please ask in the comments. We're here to help!

    • @foesublime
      @foesublime 6 місяців тому

      I'm having a weird one with my bio not accepting what I type in it and then it still saying "minimum 3 characters" I've looked all over to try and fix it and I assume its something easy. Can someone point me in the right direction.

    • @murali-krishnan
      @murali-krishnan 5 місяців тому

      Pin this comment Adrian

    • @warpmaster7
      @warpmaster7 5 місяців тому +1

      After logging in with clerk, I get a screen that says "This Serverless Function has timed out. "Your connection is working correctly. Vercel is working correctly." 504 gateway timeout

    • @immanueletukudoh6873
      @immanueletukudoh6873 4 місяці тому +1

      For those having issues with setting up clerk, I kinda figured a way out.
      using the current clerk docs, we will set up the layout.tsx to look this way
      import { ClerkProvider, SignedIn, SignedOut, SignInButton, UserButton } from "@clerk/nextjs";
      import Head from "next/head"; // Import the Head component from next/head
      import { Inter } from 'next/font/google'
      import '../globals.css'
      export const metadata = {
      title: 'Threads',
      description: 'Threads next14 v1.00 application'
      }
      const inter = Inter({ subsets: ['latin'] })
      function Header() {
      return (

      Threads

      {/* Mount the UserButton component */}



      {/* Signed out users get sign in button */}



      );
      }
      export default function RootLayout({ children }: { children: React.ReactNode }) {
      return (


      {/* Set HTML lang attribute and include metadata */}


      {metadata.title}





      {children}



      );
      }
      this worked for me and I hope this helps someone out too😉

    • @AzizbekMamatqulov-kf8ld
      @AzizbekMamatqulov-kf8ld 4 місяці тому

      the real problem is in onbording when I submit it returns to the homepage but in Mongodb in collections there no user's datas

  • @miangee09
    @miangee09 9 місяців тому +295

    I asked for an Instagram clone, and you replied that something better is coming soon. Today is the day, bro, and you never disappoint. I love you, bro! It's a great project. Thank you so much

    • @javascriptmastery
      @javascriptmastery  9 місяців тому +17

      Thank you!❤️

    • @roshannair5071
      @roshannair5071 9 місяців тому +1

      bhai ye chalta h na ?

    • @RanaJaydeepSureshaeb
      @RanaJaydeepSureshaeb 9 місяців тому

      @@roshannair5071 nahi chlata bro mera to pura 2 din laga diya isspe 20+ hours ban gaya hai par serverless deploy error aa raha hai . Deploy nahi ho raha vercel par

    • @shaikhsajed3674
      @shaikhsajed3674 9 місяців тому

      Yes.

  • @crisag.2698
    @crisag.2698 7 місяців тому +154

    For anyone just starting this tutorial, there is currently an issue with Clerk and the latest version of NextJS, making it so that the Clerk SignIn and SignUp components don't render. To get around this, make sure you have installed the same version of Next he has. To make it easier on yourself you could copy/paste his package.json file, delete your node modules folder, delete package-lock.json, then run npm install again.

    • @masegodipela
      @masegodipela 7 місяців тому +3

      This problem has been bothering me for weeks. Thank you so much for posting this!!

    • @ahmedabdelhameed3916
      @ahmedabdelhameed3916 7 місяців тому

      I made that and when I first put in the clerk sign-in and sign-up components I was on localhost:3000/sign-up so it instantly rendered, I was surprised so I pressed the back button in my browser and I think that broke it because it doesn't want to render anymore... do you have a solution for that please?

    • @subhajitadhikary155
      @subhajitadhikary155 7 місяців тому

      @@ahmedabdelhameed3916 , have you tried closing the dev server and again running 'npm run dev' ?

    • @rad9920
      @rad9920 7 місяців тому

      life saver?

    • @caiomucio9237
      @caiomucio9237 7 місяців тому

      I did this and still not working.

  • @user-pl5sm1hn5p
    @user-pl5sm1hn5p 8 місяців тому +24

    25:47 If you get the Error: ClerkInstanceContext not found. Add wrapper to your layout.tsx in the (root) folder.

  • @a0dnk1
    @a0dnk1 9 місяців тому +120

    Threads only came out a couple weeks ago and you already have a 6 hour guide for us. Thank you!

    • @javascriptmastery
      @javascriptmastery  9 місяців тому +21

      More to come!

    • @HumanTouchArt
      @HumanTouchArt 9 місяців тому +3

      thats because all thsi thrads are using the same conecpt its just another social media app copy of twiiter like there is thousands of twitter copies of this kind of apps

  • @picozzimichele
    @picozzimichele 9 місяців тому +25

    This is a very well done course. I like the fact that the CSS is "pre-built" with custom classes so not to spend hours on styling. The most important parts are the BE integration with MongoDB and the structure overall. Well done!!

  • @4reinersplug959
    @4reinersplug959 9 місяців тому +85

    I honestly have no idea how such profound content is on the internet for free!! You're the man bro. Keep it up 👍🏼👍🏼

  • @dajawhite5388
    @dajawhite5388 7 місяців тому

    I really loved the segment with the diagrams where you explained concepts at a deeper level!

  • @pablourbanohernandezvizcarra
    @pablourbanohernandezvizcarra Місяць тому

    This tutorial was fantastic! I learned so much about using Next.js 14, especially Routing, App Router, and Authentication/Authorization. It's exactly what I was looking for to improve my Next.js skills.

  • @shohanrahman9392
    @shohanrahman9392 7 місяців тому +15

    2:00:04 The diagram explanation about the backend was absolutely helpful.
    Please feel free to make more graphical tablet explanations like it in the future!

  • @user-xo9yy6vr3o
    @user-xo9yy6vr3o 8 місяців тому +4

    I love your explanation on the diagram about server side rendered page! Would love to see more in your videos! I think it's important to know why we are choosing some technologies over others. The diagram showed me how awesome this feature is and I got excited learning that part!

  • @ateebasif5360
    @ateebasif5360 8 місяців тому +3

    That's such a great video and the explanations you did with the diagrams were really good. Please keep adding those kind of diagrams as it really helps to understand the architecture of the tech stack or how the things under the hood are actually working. Thanks for such a great video.

  • @Nathan477
    @Nathan477 14 днів тому

    That diagram explanation was so on point, yes you should definitely do that more!

  • @mohamedalimejdi1611
    @mohamedalimejdi1611 9 місяців тому +4

    Excellent tutorial ,Thank you so much Adrian . You never disappointed us in your videos , the explanation via Diagrams is a great idea please keep doing this ! Much love from Tunisia❤🇹🇳

  • @anthonybassey7379
    @anthonybassey7379 9 місяців тому +11

    The most recommended, precise and concise programming tutorial ever. Kudos man and thumbs up to your insights and the impartation you giving to the world. 🚀

  • @aryankumawat
    @aryankumawat 3 місяці тому

    I've learned a ton from this video, and it's motivating me to kick off my own project today. Your explanations are really clear and helpful. Thanks a bunch! ❤

  • @andrewtcoder
    @andrewtcoder 7 місяців тому +2

    Thank you very much for showing how you debug errors and issues during the development process!!! This is very helpful!

  • @ankitmukhia3644
    @ankitmukhia3644 9 місяців тому +6

    I haven't start coding yet but, I would say I got full of excitement only watching intro, Just love your content and thanks for giving this to community. Thank you man

  • @anasisah2384
    @anasisah2384 8 місяців тому +4

    Just finished this course. Absolutely amazing and now I have an excellent project in my portfolio. THANKS❤

  • @andrewtcoder
    @andrewtcoder 7 місяців тому +1

    Thank you for this amazing video!!! You're the best developer!
    I want to thank you for explaining "upsert" because it's very useful when you clarify it on the go!

  • @f1nnha
    @f1nnha 9 місяців тому

    The explanations via diagrams are great, please keep doing this!

  • @rayanfernandes2631
    @rayanfernandes2631 8 місяців тому +5

    Damn!! I could only imagine the man hours and effort this video has taken up and all the knowledge of you and your peers summed up in this one ,best frontend stack!, backend utilities and tools , changing trends, next.js rolling out new ways to write the app structure every year , New libraries to handle uploads and forms , It takes effort to keep up! Adrian bruh! you have done it , Thanks a ton!!

  • @itskrish0196
    @itskrish0196 9 місяців тому +8

    At first I got shocked about, how are we going to handle those communities, profile and these complicated things, but then you introduced Clerk to us. You are so amazing. Thanks for this amazing project.

  • @st0maklija
    @st0maklija 9 місяців тому +1

    I have watched only 30 minutes, and yet I can only say, thank you for great work with such a good explanation too! Keep on it!

  • @rohitranjan1899
    @rohitranjan1899 9 місяців тому +5

    Today, I have completed my 1.2 years on this channel. The thing which I liked the most in your project is the soothing look.

  • @janglad9136
    @janglad9136 9 місяців тому +15

    It might be a cool idea to add some more detailed timestamps in the description and even have multiple commits on the Github that you can follow along with. Right now when you make a mistake that only shows up 20 mins later it can be very hard to go back to the part of the video where you're working on that file. This would also make it easier to reference in the future!
    I'm really enjoying the course to far tho, this was exactly what I needed to get up to speed with Next!

    • @javascriptmastery
      @javascriptmastery  9 місяців тому +4

      Great suggestion!

    • @codingvidyalaya8370
      @codingvidyalaya8370 9 місяців тому

      @@javascriptmasteryI will add soon those time stamps and error encounter as well ❤❤

  • @ismaeltinta6118
    @ismaeltinta6118 9 місяців тому +3

    Wow. speechless. I gave up on learning code last year but thanks to you I am back on track and excited to develop my skills. Not there yet, but man I am grateful to you. God bless you

  • @shiveshtiwari2612
    @shiveshtiwari2612 9 місяців тому +1

    I love your explanation. Awesome videos. Have also read your eBooks and loved them. Looking forward to get this one. Thanks for all the awesome projects Adrian !

  • @_vikaskumar-qi1mw
    @_vikaskumar-qi1mw 6 місяців тому

    2:00:00 appreciate the interest and effort you show to teach us the concepts, and i really liked this way of yours, using diagrams and charts to teach a particular concept/topic. thanks a lit and keep it up!

  • @fredyholguin2525
    @fredyholguin2525 8 місяців тому +5

    38:42 if you paste the ico file and change to the vercel logo just rename it to icon
    39:51 if you check the github repository you will see that the middleware file is in the root , if you have a error like not finding the file , try to move it to the src folder
    sorry from my broken english, its not my first lenguage

    • @PeacefulLimbo
      @PeacefulLimbo 7 місяців тому

      Thanks bro! Was wondering why the favicon wasn't working lol

  • @luisg3423
    @luisg3423 9 місяців тому +7

    As always, high level projects that really add value to a portfolio. You are amazing, thanks.

  • @chrishultberg7850
    @chrishultberg7850 9 місяців тому

    Excellent tutorial - thank you for taking the time to walk us through this!

  • @bhushankhope8949
    @bhushankhope8949 8 місяців тому

    I completed this video and created the app side by side. Looks great. I learnt a lot of new stuff. Thank you.

  • @nguhelon7015
    @nguhelon7015 9 місяців тому +4

    This is the most premium free youtube account teaching the most popular javascript libraries. Thank you so very much adrian for your programming content, You can be sure that you impact a lot of newbies, like literally a looot.

  • @mahfujulalamanik7308
    @mahfujulalamanik7308 9 місяців тому +7

    You are a very good programming content creator among the most high-class category creators. I enjoy your videos as I'm watching my favorite movies. I don't know how should i say thank you to make you happy. Your videos are really useful for programmer's life.
    And your teaching style is incredibly effective, and your dedication to helping me understand complex concepts is evident in every session we've had. Your explanations are always clear, and you have a unique ability to break down challenging topics into manageable and comprehensible pieces.

  • @mileslegend
    @mileslegend 2 місяці тому

    another video i have watched to the end..i am steadily learning thanks to you and still i got my issues here and there but i know we will win

  • @saqibkhanz8417
    @saqibkhanz8417 9 місяців тому +2

    I was eagerly waiting for your video, and now it's finally here. Thank you so much for providing such a wonderful tutorial!

  • @editin232
    @editin232 9 місяців тому +16

    1:59:37
    Absolutely, explaining some basic concepts in a visual way is always a good thing. And even if we know then, we can refresh our understanding of it or skip that part.

  • @user-vw5fm9lv9v
    @user-vw5fm9lv9v 9 місяців тому +3

    I highly recommend this tutorial for any React developer. It was truly amazing and valuable. Thank you for sharing it.

  • @rohitroy.youtube
    @rohitroy.youtube 9 місяців тому

    I love the small tips which you leave while explaining stuffs. It helps me a lot :))

  • @FrankieDev
    @FrankieDev 5 місяців тому

    i liked the graphic designs a lot, please do more!

  • @BISHWA1234
    @BISHWA1234 9 місяців тому +3

    It will be really great if you can explain more on the backend stuff. I guess everyone would love to learn it

  • @misterw7174
    @misterw7174 8 місяців тому

    This is a fantastic project. And THANK YOU for making this content and everything you make for us!

  • @yaboytakeda
    @yaboytakeda 9 місяців тому

    Disappointed not many people are asking for more diagrams in your videos, do continue so. Great work

  • @meheraabarvy4134
    @meheraabarvy4134 9 місяців тому +2

    Another trending project. You give us what we need. 💙

  • @javascriptmastery
    @javascriptmastery  9 місяців тому +43

    Last chance to get the premium Next.js 13 eBook - resource.jsmastery.pro/nextjs-guide ⏲

    • @rubelmehmed
      @rubelmehmed 9 місяців тому +2

      Can you pls make a video on your vs code json setup amd extension for react and next js project.. A small bideo amd gist will be enough...

    • @shivamupadhyay9620
      @shivamupadhyay9620 9 місяців тому

      Please build a answer to earn d-app in blockchain I want to learn about its functionality

    • @dejviepa
      @dejviepa 9 місяців тому

      I was one of the first 1000 persons who won the course free...When will the nextjs course release?

    • @prithwishhati
      @prithwishhati 8 місяців тому

      Hi Adrian. Thank you so much for creating such a detailed Threads project tutorial. I'm following all your Next.js projects and really appreciate all of them.
      I've one request that I'll be grateful for if you can make a *TypeScript* crash course.
      I genuinely learnt a lot from your Next.js and Tailwind CSS crash courses and I know for sure I'll learn everything about TypesScript if you will make one.
      Thank You ☺

    • @easyprogramer4528
      @easyprogramer4528 7 місяців тому

      @@rubelmehmed the same request, pleasee

  • @loicrutabana1884
    @loicrutabana1884 8 місяців тому +1

    You should definetly do more explanations through diagrams. I really liked it!

  • @mileslegend
    @mileslegend 7 місяців тому +1

    i have searched and searched and am glad i have found this video on youtube now its time to move on as am diving into a new path i will be glad to share with you my progress along the way

    • @mileslegend
      @mileslegend 7 місяців тому

      i have found it ..though am having some issues with the sign up testing the address is constantly refreshing and not giving any visible results

    • @mileslegend
      @mileslegend 7 місяців тому

      the message "failed to load response data: No data found for resource with given identifier

  • @divyeshradadiya1
    @divyeshradadiya1 9 місяців тому +13

    You never disappoint us through your projects..💕

  • @storiestime2
    @storiestime2 9 місяців тому +3

    you are the best youtuber and full-stack developer I have ever seen

  • @iplaxtech
    @iplaxtech 3 місяці тому

    Awesome knowledge at no cost, keep it up Bro!

  • @Marc-fj3kd
    @Marc-fj3kd 7 місяців тому

    Made it to the end, excellent work, thank you!

    • @MariusFX-Gee
      @MariusFX-Gee 7 місяців тому

      Hi please how did you get the communities to read on your MongoDB?

  • @ddavid8888888
    @ddavid8888888 8 місяців тому +3

    Amazing job on the project and tasks for the future!
    I hoped that After the deployment the site would be much quicker but it’s still isn’t good enough (according to the vercel score I get 43/100 in performance)
    can you maybe do a crash course on best practices and how to improve the performance on apps in general?
    It would be very good for the community and there aren’t enough content in that area (most of the focusing on seo)

    • @andrewtcoder
      @andrewtcoder 7 місяців тому

      +1

    • @SurajKatyayan
      @SurajKatyayan 4 місяці тому

      One thing I do not like about this app is that it fetches the same data again and again. Things like userInfo should be stored in redux state. That would significantly increase the speed of the site. Also if you do make a node app and expose data fetching to an API you can use the fetch in JS to retrive the data, and cache it, revalidating every few seconds. This happens in the back and you get a smoother and faster app.
      That is all I can think of right now of the top of my head.

    • @SurajKatyayan
      @SurajKatyayan 4 місяці тому

      Also now that I think of it. It's important to use indexing the database that is not in this app. And make sure you use mongoose.connection.close(); when done using the databse. Databse Pooling and Query optimization are most stuff you can do if you love your app hehe. Over all this is a great video for learning nextjs and mongodb schemas and how they work. This in no way teachs you to build a production grade application.

  • @fksociety137
    @fksociety137 9 місяців тому +3

    Great as usual. You are an amazing soul. RESPECT! Everyone, buy his courses so he can keep making more amazing content. He needs to live forever. 😁

  • @johnswick9507
    @johnswick9507 7 місяців тому

    This is really great. I hope to be as great as you someday. Thank you for the knowledge and skills that you are sharing with us.

  • @ArjunCodess
    @ArjunCodess 2 місяці тому

    Thanks for this video!
    and explaining stuff through diagrams is kinda my thing, so you should definitely do it.

  • @blaqhakym
    @blaqhakym 9 місяців тому +3

    Just like your email message said, you really outdid yourself on this one. You are amazing bro❤

  • @leadingshot
    @leadingshot 9 місяців тому +3

    Have been waiting for this 😁😁😁👁️👁️

  • @syndg
    @syndg 9 місяців тому +2

    Absolutely amazing! Was waiting for this!!!!

  • @SrinjayDasgupta
    @SrinjayDasgupta 9 місяців тому +1

    I just started watching your videos AND THEY ARE INCREDIBLE MAN..
    I mean i have watched many react and nextjs and js videos but none are like you 🤞👍

  • @muhammadnoman8696
    @muhammadnoman8696 9 місяців тому +8

    Dear Adrian,
    From the depths of my heart, I extend my sincerest gratitude for your exceptional guidance throughout my React and Next.js learning experience. Your dedication to sharing knowledge has made this journey truly inspiring and fulfilling. Sending you heartfelt thanks and my warmest wishes for a future filled with continued success and happiness.
    With immense gratitude,
    Muhammad Noman.

  • @FAIZAN1421
    @FAIZAN1421 9 місяців тому +3

    Great project, and well explained brother ❤

  • @user-hg9qy6ny2p
    @user-hg9qy6ny2p 4 місяці тому

    Yeah, explanation using flowcharts is a good idea... thanks a bunch for this 👍.

  • @aryanbansod2175
    @aryanbansod2175 7 місяців тому

    explanation the concepts through the the diagrams provides a clear and deeper understanding of the topics, it would be great if you implement explaining through the diagrams in upcoming vdos apart from that the effort which was made for making this possible for free is phenomenal thank you for introducing such great courses.

  • @brancode404
    @brancode404 9 місяців тому +3

    What a great project again. Please make a real world Ecommerce website with Admin CRM page with Modern Next Js 13.4 and these technologies

  • @mrmae99
    @mrmae99 9 місяців тому +3

    I love this channel 😊
    I learn from this channel and I am going to interview to get pre employee

  • @eduarddez4416
    @eduarddez4416 9 місяців тому

    I liked your short explanations with the figures!

  • @debsouryadatta807
    @debsouryadatta807 8 місяців тому

    Liked the way you taught in graphical format, need more of those please🙌❤

  • @L_was_taken_yt
    @L_was_taken_yt 9 місяців тому +3

    Is it possible to show us how to make a Steam / Epic games Clone that allows us to upload, download and play games? Btw I finally finished your AI Application video and ive never been more proud 😊

  • @javascriptmastery
    @javascriptmastery  7 місяців тому +10

    Ultimate Next 14 Course is now live: www.jsmastery.pro/next14

    • @vpgaming21
      @vpgaming21 7 місяців тому

      The course used to have a different discount, I was about to buy it but the same discount is not there anymore :C

    • @harikapadia4310
      @harikapadia4310 7 місяців тому

      Unhandled Runtime Error
      Error: Failed to create/update user: Plan executor error during findAndModify :: caused by :: E11000 duplicate key error collection: test.users index: usernames_1 dup key: { usernames: null }
      Source
      lib\actions\user.actions.ts (61:10) @ updateUser
      59 | }
      60 | } catch (error: any) {
      > 61 | throw new Error(`Failed to create/update user: ${error.message}`);
      | ^
      62 | }
      63 | }
      64 |
      When i am change the user, This error comes. I can not update user and not create new thread(post).how to solve this error??

  • @Shaheer-xs5os
    @Shaheer-xs5os 8 місяців тому

    I can't thank you enough sir... I am so thankful for all your tutorials 🌼

  • @jrjr1684
    @jrjr1684 9 місяців тому +2

    1:59:57 These contents are very inspiring. with more details of the mechanism behind these codes definately can halp us to establish more comprehensive and profould picture of how it works. Again! Thanks for making such a beautiful video for everyone

  • @burningit_
    @burningit_ 9 місяців тому +3

    Waiting for this from a week when you posted the community post a good project can we also see Instagram clone also i know i am getting greedy but this channel provides us that content that i can be greedy😅

  • @technologycoder
    @technologycoder 9 місяців тому +3

    Best tutorial Thanks. AND it is twitter clone - threads and we made threads clone. CLONE CLONE CLONE 😂😅

  • @cireibnzakaria3301
    @cireibnzakaria3301 4 місяці тому

    I did like the diagram explanation, I think it would be very beneficial if there is more of that in the future

  • @osazzy
    @osazzy 9 місяців тому

    I have to say this is the best tutorial i have watched and coded along to...kudos!!! please keep up the good work👍👍👍
    Please how we fix the home page not revalidating the cache when new data has be added to the database without clicking the reload page button

  • @JeronimoGinaca
    @JeronimoGinaca 9 місяців тому +5

    Hi! I'm at 5:24:42 and I cant post as a Community. I'm getting the organization_id and everything, but I cant get the resutls. Also I've try the Github Code finished version, and Im getting the same results, so I'm guessing the problem is in my Clerk. Someone has the same issue?

    • @JeronimoGinaca
      @JeronimoGinaca 9 місяців тому +2

      Im getting an "Attempting" status at Clerk's messeges

    • @daarrsshhaannnnn
      @daarrsshhaannnnn 9 місяців тому

      Heyy Buddy same goes for me too. Even I'm getting that issue . Did you find any solution?

    • @MuhammadHaseebAhmed
      @MuhammadHaseebAhmed 9 місяців тому

      if you guys find solution ping me also .@@daarrsshhaannnnn

    • @eduardgrigoryan6052
      @eduardgrigoryan6052 8 місяців тому

      Yeah me too, could you reslove it?@@JeronimoGinaca

    • @wrx5084
      @wrx5084 8 місяців тому

      Has anyone found the solution yet lol

  • @ojasvisingh786
    @ojasvisingh786 9 місяців тому +3

    🎉🎉🎉

  • @thevictorwhyte
    @thevictorwhyte 9 місяців тому

    Just finished this course. Absolutely amazing and now I have an excellent project in my portfolio

    • @JayJay-qh8gw
      @JayJay-qh8gw 8 місяців тому

      Hi, I got problem when creating an organization failed to send data to mongoDB

    • @Alton_Obinna
      @Alton_Obinna 8 місяців тому

      Sup. Were you able to deploy this project on vercel through the process it was taught in this tutorial?

  • @blacklittle9244
    @blacklittle9244 4 місяці тому +2

    thank you so much for such a excellent tutorial,you really taught me lot.👍

  • @codingvidyalaya8370
    @codingvidyalaya8370 9 місяців тому +3

    I am not sharing this ❤️💜 it’s a secret

  • @badenis1291
    @badenis1291 4 місяці тому +4

    I cannot get rid of this error: The `bg-dark-1` class does not exist. If `bg-dark-1` is a custom class, make sure it is defined within a `@layer` directive.
    Can someone assist? Thanks

    • @maxlerman754
      @maxlerman754 3 місяці тому

      you've tried to apply a tailwind class that doesn't exist. if you hover over @apply flex, it will tell you that it's a replacement for display: flex, but if you hover over @apply bg-dark-1, you won't see anything

  • @puseefarpositputawan8914
    @puseefarpositputawan8914 9 місяців тому +1

    What a wonderful thing, thank you from the bottom of my heart. This is what I've been waiting for.

  • @melihkale8193
    @melihkale8193 9 місяців тому +1

    Thank you so much for this video Adrian I've got a quick request could you consider making a video about VS Code. It'd be cool if you could cover extensions, settings, and customizations you use. I'm sure a lot of us would find that super helpful to improve our coding setup

  • @yassinelamouadden4701
    @yassinelamouadden4701 9 місяців тому +1

    Tried using Clerk today, and it's impressively powerful. Requesting more styling options though, as many developers, like me, have specific designs to implement.

  • @user-dt6ob5zr8g
    @user-dt6ob5zr8g 9 місяців тому +1

    friend, thanks for existing. you're the best!

  • @skpixel1168
    @skpixel1168 9 місяців тому

    You're putting very hard work to give us valuable contents. Really appreciate you bro 🔥🔥

  • @sunilsrinivaas3167
    @sunilsrinivaas3167 8 місяців тому +2

    Thank you so much for this long and elaborate project. Also for being generous in providing the source code too. :)

  • @interceptorghost1149
    @interceptorghost1149 7 місяців тому

    Super clear, Super amazing
    You are saving my life as a Junior Developer buddy😭😭😭😭😭😭😭😭😭😭
    Thank you very much

  • @carlesgalino3213
    @carlesgalino3213 Місяць тому

    Such a great job, so useful

  • @aniketdas3406
    @aniketdas3406 8 місяців тому +1

    Yesssss...... Diagrammatic explanations are pretty helpful ... Please include more....... &
    Greattttt Video!! Thanks a ton

  • @theevildrpat
    @theevildrpat 9 місяців тому

    love your videos, going to look into the course when I can afford it. If I had one complaint it would be that you don't explain all of the things that are going on so I think that if you got the tablet and walked us through more of what is going on it would be greatly beneficial. Although it might really add to the runtime

  • @pauloluguenda8397
    @pauloluguenda8397 8 місяців тому

    Damn, you're the best mentor ever. Thank God you exist, you literally changed my life.

  • @alibinnaseer
    @alibinnaseer 8 місяців тому +2

    11/09/2023: I am very excited. I hope to complete it in the next 4 days.

  • @user-zp5ev7qt4h
    @user-zp5ev7qt4h 7 місяців тому

    Thank you so much for being a guiding on my learning journey. Your videos have made a positive difference in my life, and for that, I am immensely grateful. ✌✌✌

  • @lafang.xcix_v
    @lafang.xcix_v 9 місяців тому +1

    Finally its here. I've waited for a long time for this

  • @johandikasyahputralubis2455
    @johandikasyahputralubis2455 9 місяців тому +1

    Your code, your explaination, your editing, and All of your projects are insane bro. Love you from Indonesia. I always waiting notification from your UA-cam. Amazing.

  • @richardlontos777
    @richardlontos777 9 місяців тому

    I love your videos man!
    I would really love to see a shopify full store video

  • @BlackrosE-nr5br
    @BlackrosE-nr5br 7 місяців тому

    Great tutorial, Just wanna say please explain all the Schemas and how the server-side rendering is fetching to database with the project entity on the flowchart you drew in this video. Just do this in every video it is very helpful to understand

  • @user-et7pw3iq5d
    @user-et7pw3iq5d 7 місяців тому

    perfect explanation of the reduce() method, I had some difficulty understanding this method even when working with it lol