Комментарии •

  • @javascriptmastery
    @javascriptmastery 8 месяцев назад +37

    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 7 месяцев назад

      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 7 месяцев назад

      Pin this comment Adrian

    • @warpmaster7
      @warpmaster7 7 месяцев назад +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 6 месяцев назад +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 6 месяцев назад

      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 11 месяцев назад +304

    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 11 месяцев назад +18

      Thank you!❤️

    • @roshannair5071
      @roshannair5071 11 месяцев назад +1

      bhai ye chalta h na ?

    • @RanaJaydeepSureshaeb
      @RanaJaydeepSureshaeb 11 месяцев назад

      @@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 10 месяцев назад

      Yes.

  • @crisag.2698
    @crisag.2698 9 месяцев назад +161

    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 9 месяцев назад +3

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

    • @ahmedabdelhameed3916
      @ahmedabdelhameed3916 9 месяцев назад

      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 9 месяцев назад

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

    • @rad9920
      @rad9920 9 месяцев назад

      life saver?

    • @caiomucio9237
      @caiomucio9237 9 месяцев назад

      I did this and still not working.

  • @picozzimichele
    @picozzimichele 11 месяцев назад +26

    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 11 месяцев назад +87

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

  • @a0dnk1
    @a0dnk1 11 месяцев назад +122

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

    • @javascriptmastery
      @javascriptmastery 11 месяцев назад +21

      More to come!

    • @HumanTouchArt
      @HumanTouchArt 11 месяцев назад +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

  • @shohanrahman9392
    @shohanrahman9392 9 месяцев назад +16

    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!

  • @anasisah2384
    @anasisah2384 10 месяцев назад +5

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

  • @user-pl5sm1hn5p
    @user-pl5sm1hn5p 10 месяцев назад +26

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

  • @mohamedalimejdi1611
    @mohamedalimejdi1611 10 месяцев назад +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❤🇹🇳

  • @user-xo9yy6vr3o
    @user-xo9yy6vr3o 10 месяцев назад +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!

  • @anthonybassey7379
    @anthonybassey7379 11 месяцев назад +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. 🚀

  • @bhushankhope8949
    @bhushankhope8949 10 месяцев назад

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

  • @rayanfernandes2631
    @rayanfernandes2631 10 месяцев назад +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!!

  • @ankitmukhia3644
    @ankitmukhia3644 11 месяцев назад +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

  • @st0maklija
    @st0maklija 11 месяцев назад +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!

  • @ateebasif5360
    @ateebasif5360 10 месяцев назад +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.

  • @itskrish0196
    @itskrish0196 11 месяцев назад +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.

  • @rohitranjan1899
    @rohitranjan1899 11 месяцев назад +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.

  • @pablourbanohernandezvizcarra
    @pablourbanohernandezvizcarra 3 месяца назад

    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.

  • @dajawhite5388
    @dajawhite5388 9 месяцев назад

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

  • @janglad9136
    @janglad9136 11 месяцев назад +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 11 месяцев назад +4

      Great suggestion!

    • @codingvidyalaya8370
      @codingvidyalaya8370 11 месяцев назад

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

  • @f1nnha
    @f1nnha 10 месяцев назад

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

  • @alibinnaseer
    @alibinnaseer 10 месяцев назад +2

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

  • @mahfujulalamanik7308
    @mahfujulalamanik7308 11 месяцев назад +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.

  • @nguhelon7015
    @nguhelon7015 11 месяцев назад +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.

  • @yaboytakeda
    @yaboytakeda 10 месяцев назад

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

  • @andrewtcoder
    @andrewtcoder 8 месяцев назад +2

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

  • @luisg3423
    @luisg3423 11 месяцев назад +7

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

  • @fredyholguin2525
    @fredyholguin2525 10 месяцев назад +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

    • @TallBanana
      @TallBanana 9 месяцев назад

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

  • @chrishultberg7850
    @chrishultberg7850 11 месяцев назад

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

  • @rohitroy.youtube
    @rohitroy.youtube 10 месяцев назад

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

  • @dreamsachiever212
    @dreamsachiever212 11 месяцев назад +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

  • @editin232
    @editin232 11 месяцев назад +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.

  • @saqibkhanz8417
    @saqibkhanz8417 11 месяцев назад +2

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

  • @Nathan477
    @Nathan477 2 месяца назад

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

  • @user-vw5fm9lv9v
    @user-vw5fm9lv9v 11 месяцев назад +3

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

  • @meheraabarvy4134
    @meheraabarvy4134 11 месяцев назад +2

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

  • @misterw7174
    @misterw7174 10 месяцев назад

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

  • @syndg
    @syndg 11 месяцев назад +2

    Absolutely amazing! Was waiting for this!!!!

  • @divyeshradadiya1
    @divyeshradadiya1 11 месяцев назад +13

    You never disappoint us through your projects..💕

  • @BISHWA1234
    @BISHWA1234 11 месяцев назад +3

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

  • @debsouryadatta807
    @debsouryadatta807 10 месяцев назад

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

  • @andrewtcoder
    @andrewtcoder 8 месяцев назад +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!

  • @fksociety137
    @fksociety137 11 месяцев назад +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. 😁

  • @mrmae99
    @mrmae99 11 месяцев назад +3

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

  • @Shaheer-xs5os
    @Shaheer-xs5os 10 месяцев назад

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

  • @eduarddez4416
    @eduarddez4416 11 месяцев назад

    I liked your short explanations with the figures!

  • @storiestime2
    @storiestime2 11 месяцев назад +3

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

  • @muhammadnoman8696
    @muhammadnoman8696 11 месяцев назад +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.

  • @aryankumawat
    @aryankumawat 5 месяцев назад

    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! ❤

  • @shiveshtiwari2612
    @shiveshtiwari2612 11 месяцев назад +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 !

  • @FAIZAN1421
    @FAIZAN1421 11 месяцев назад +3

    Great project, and well explained brother ❤

  • @blaqhakym
    @blaqhakym 11 месяцев назад +3

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

  • @jrjr1684
    @jrjr1684 11 месяцев назад +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

  • @egretfx
    @egretfx 11 месяцев назад +1

    love it!!! this is my tech stack nowadays (NextJs + Shadcn UI + PrismaDB + Clerk + Tailwind + Vercel). Fantastic!!

  • @leadingshot
    @leadingshot 11 месяцев назад +3

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

  • @brancode404
    @brancode404 11 месяцев назад +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

  • @SrinjayDasgupta
    @SrinjayDasgupta 11 месяцев назад +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 🤞👍

  • @pauloluguenda8397
    @pauloluguenda8397 10 месяцев назад

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

  • @ddavid8888888
    @ddavid8888888 10 месяцев назад +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 8 месяцев назад

      +1

    • @SurajKatyayan
      @SurajKatyayan 6 месяцев назад

      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 6 месяцев назад

      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.

  • @L_was_taken_yt
    @L_was_taken_yt 11 месяцев назад +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 😊

  • @aryanbansod2175
    @aryanbansod2175 9 месяцев назад

    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.

  • @aniketdas3406
    @aniketdas3406 9 месяцев назад +1

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

  • @burningit_
    @burningit_ 11 месяцев назад +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 11 месяцев назад +3

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

  • @loicrutabana1884
    @loicrutabana1884 10 месяцев назад +1

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

  • @puseefarpositputawan8914
    @puseefarpositputawan8914 11 месяцев назад +1

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

  • @JeronimoGinaca
    @JeronimoGinaca 10 месяцев назад +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 10 месяцев назад +2

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

    • @daarrsshhaannnnn
      @daarrsshhaannnnn 10 месяцев назад

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

    • @MuhammadHaseebAhmed
      @MuhammadHaseebAhmed 10 месяцев назад

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

    • @eduardgrigoryan6052
      @eduardgrigoryan6052 10 месяцев назад

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

    • @wrx5084
      @wrx5084 10 месяцев назад

      Has anyone found the solution yet lol

  • @badenis1291
    @badenis1291 6 месяцев назад +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 5 месяцев назад

      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

  • @prashlovessamosa
    @prashlovessamosa 11 месяцев назад +2

    Thank you Adrian
    You and Antonio are the gems of Croatia.

  • @user-dt6ob5zr8g
    @user-dt6ob5zr8g 11 месяцев назад +1

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

  • @ojasvisingh786
    @ojasvisingh786 11 месяцев назад +3

    🎉🎉🎉

  • @javascriptmastery
    @javascriptmastery 11 месяцев назад +45

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

    • @rubelmehmed
      @rubelmehmed 11 месяцев назад +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 11 месяцев назад

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

    • @dejviepa
      @dejviepa 11 месяцев назад

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

    • @prithwishhati
      @prithwishhati 10 месяцев назад

      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 9 месяцев назад

      @@rubelmehmed the same request, pleasee

  • @skpixel1168
    @skpixel1168 11 месяцев назад

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

  • @_vikaskumar-qi1mw
    @_vikaskumar-qi1mw 8 месяцев назад

    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!

  • @javascriptmastery
    @javascriptmastery 9 месяцев назад +10

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

    • @vpgaming21
      @vpgaming21 9 месяцев назад

      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 8 месяцев назад

      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??

  • @codingvidyalaya8370
    @codingvidyalaya8370 11 месяцев назад +3

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

  • @ruizxzx
    @ruizxzx 11 месяцев назад +2

    i've been searching for a threads clone for 2 weeks, this one is best so far

  • @user-et7pw3iq5d
    @user-et7pw3iq5d 9 месяцев назад

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

  • @suryakantasinha
    @suryakantasinha 11 месяцев назад +2

    i love your videos ,seriously waiting for over the week🥺

  • @thevictorwhyte
    @thevictorwhyte 10 месяцев назад

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

    • @JayJay-qh8gw
      @JayJay-qh8gw 10 месяцев назад

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

    • @Alton_Obinna
      @Alton_Obinna 9 месяцев назад

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

  • @user-zp5ev7qt4h
    @user-zp5ev7qt4h 9 месяцев назад

    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. ✌✌✌

  • @sunilsrinivaas3167
    @sunilsrinivaas3167 10 месяцев назад +2

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

  • @mileslegend
    @mileslegend 3 месяца назад

    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

  • @mileslegend
    @mileslegend 8 месяцев назад +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 8 месяцев назад

      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 8 месяцев назад

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

  • @interceptorghost1149
    @interceptorghost1149 8 месяцев назад

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

  • @leonardogrig
    @leonardogrig 11 месяцев назад +2

    Ok, this is cool. Excited to watch this entirely. Thanks!

  • @loicrutabana1884
    @loicrutabana1884 10 месяцев назад

    Just starting this video. Very hyped

  • @mcastill3
    @mcastill3 10 месяцев назад

    What an awesome tutorial, Thanks a lot for your time and for sharing your knowledge!!!

  • @FrankieDev
    @FrankieDev 7 месяцев назад

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

  • @user-fs7wu1ys3c
    @user-fs7wu1ys3c 9 месяцев назад +1

    the best and simplest improvement that can be made here is to add a loader so the navigation from left sidebar doesn't feel slow to end user.
    just add a loading.tsx file in root folder with a simple loading component inside it

  • @JesseShepeardIV
    @JesseShepeardIV 9 месяцев назад

    Thank you so much!! This has been amazing!

  • @himanshumanitripathi7261
    @himanshumanitripathi7261 11 месяцев назад

    Yes we would like to know more about the concepts through your explanation. Even a basic idea would be good (1:59: 00).

  • @ScriptyVijay
    @ScriptyVijay 11 месяцев назад +1

    Thank you soo much for creating this amazing tutorial ❤

  • @evans3995
    @evans3995 11 месяцев назад +2

    Can't complain anymore! Super cool stuff! Well done, thank you for your selfless contribution to the society!

  • @lafang.xcix_v
    @lafang.xcix_v 11 месяцев назад +1

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

  • @ilmasalsabil
    @ilmasalsabil 11 месяцев назад +1

    truly a fantastic course.. eagerly waiting for this!

  • @blacklittle9244
    @blacklittle9244 5 месяцев назад +2

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

  • @user-hg9qy6ny2p
    @user-hg9qy6ny2p 6 месяцев назад

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