Build and Deploy a Full Stack AI SaaS Platform with Next js 14, TypeScript, Stripe

  Рет қаралды 345,051

JavaScript Mastery

JavaScript Mastery

Күн бұрын

Пікірлер: 860
@Cr7Nih
@Cr7Nih 8 ай бұрын
Most hardworking guy on the internet -- Adrian ⚡
@javascriptmastery
@javascriptmastery 8 ай бұрын
Thank you! ⚡
@ExampleEx-v6i
@ExampleEx-v6i 8 ай бұрын
I love the vibe and the power of programming, it's like my mother, father, brother, sister and even girlfriend ☺☺
@mohitashliya8750
@mohitashliya8750 8 ай бұрын
And its accessible too
@bilalshahid5118
@bilalshahid5118 7 ай бұрын
True❤
@trailovic96
@trailovic96 8 ай бұрын
Not only does he provide such detailed and complex videos in a comprehensive and beginner-friendly manner, but he also follows the most advanced and trending technologies, that will get you equipped with in-demand skills that will land you a job. Adrian, you are a legend, and the fact that you are giving this away for free makes you one of the most amazing people on KZbin!
@javascriptmastery
@javascriptmastery 8 ай бұрын
Thank you so much!
@yogeshjoshi781
@yogeshjoshi781 8 ай бұрын
The calmness in your voice give that comfort that is needed to pull out such a complex app
@javascriptmastery
@javascriptmastery 8 ай бұрын
Happy to hear that!
@ArjunCodess
@ArjunCodess 8 ай бұрын
Can we all just thank him for putting soo much effort in his videos? Thank you, Adrian! 😇
@javascriptmastery
@javascriptmastery 8 ай бұрын
So nice of you
@jayaraj5479
@jayaraj5479 7 ай бұрын
This is hands down the best full stack project I have seen so far on KZbin. God job and keep it up. Please keep bringing more projects like these. Really appreciate it.
@ahmedbahnasy2243
@ahmedbahnasy2243 8 ай бұрын
Just watched the intro and it's leaving me speechless. Thank God that I am following your channel. And by the way , I was hired in my current company because I added one of your AMAZING projects to my portfolio, so I really hope youtube is full of more people like you . Thank you Adrian.
@javascriptmastery
@javascriptmastery 8 ай бұрын
That is awesome!
@ajzal_
@ajzal_ 8 ай бұрын
Can i know which project of JSM got you, your curret job?
@sharjeeljaved95
@sharjeeljaved95 8 ай бұрын
Can we know Which Project it was
@noextrasugar
@noextrasugar 8 ай бұрын
which project?
@mcflanky8340
@mcflanky8340 8 ай бұрын
which one and for what role?
@PemaWangchuk-w7y
@PemaWangchuk-w7y 8 ай бұрын
It is Friday evening here in Bhutan. I will download video and learn to code. Thanks a lot, Adrian. I have learned many things from your tutorials.
@javascriptmastery
@javascriptmastery 8 ай бұрын
Best of luck!
@captainlevi3328
@captainlevi3328 7 ай бұрын
Did you complete this project
@PemaWangchuk-w7y
@PemaWangchuk-w7y 7 ай бұрын
@@captainlevi3328 Yes I did...
@PemaWangchuk-w7y
@PemaWangchuk-w7y 7 ай бұрын
@@captainlevi3328 Completed
@Jason-eo7xo
@Jason-eo7xo 7 ай бұрын
im a 27 year full-stack developer and ux/ui designer (node.js and react over the past 10 years) and i still learned a lot. great job!
@captainlevi3328
@captainlevi3328 7 ай бұрын
Did you finish the project?
@Jason-eo7xo
@Jason-eo7xo 7 ай бұрын
@@captainlevi3328 no. didnt need to.
@marketmov7796
@marketmov7796 7 ай бұрын
Hey Adrian, first of all, I want to thank you for such excellent content you create. It's the kind of content that someone might easily reserve for a paid course. I think it would be great if your next class could teach how to create a blog from scratch with a functional newsletter for people to subscribe to. Additionally, integrating it with marketing tools to track the number of followers, etc., would be fantastic. Thank you so much for the effort and time you put into each project and video. You're doing an excellent job!
@alexanderchepkiyeng
@alexanderchepkiyeng 8 ай бұрын
Sweet!! Another opportunity to learn and explore the capabilities of Shadcn, Cloudinary and Next JS! Currently 80% through learning the Next JS Course! 🤩 Amazing!! Thank you #JSM #Adrian
@javascriptmastery
@javascriptmastery 8 ай бұрын
Amazing!
@maakayp
@maakayp 8 ай бұрын
Which course are you using for Nextjs? Currently learning React
@MarvineGaudrée
@MarvineGaudrée 7 ай бұрын
for a French dev, this video is absolutely amazing, I understand everything. ty bro
@farkaszoli9883
@farkaszoli9883 8 ай бұрын
You are the real deal when it comes to learning web development, man! Keep it up G, appreciate your hard work!
@javascriptmastery
@javascriptmastery 8 ай бұрын
Thanks, will do!
@olanrewajuiremide6303
@olanrewajuiremide6303 8 ай бұрын
Thank you for giving us Startups ideas as tutorial all for free. This is incredible
@javascriptmastery
@javascriptmastery 8 ай бұрын
Enjoy!
@CC_Double
@CC_Double 4 ай бұрын
if you get an error with MAKE sure you use Type Assertion to ger rid of it like so: Adrian thank you for these tutorials, they are awesome!
@fernandonando1712
@fernandonando1712 3 ай бұрын
why in my case always produces an empty list when searching for the name
@CC_Double
@CC_Double 3 ай бұрын
@@fernandonando1712 can you give me more context? which component is failing?
@fernandonando1712
@fernandonando1712 3 ай бұрын
@@CC_Double The failure is in the component collection, in the image, when I search for the name of the image in the search it always shows up as an empty list, even though I have followed all the instructions, when I console.log(images) it always shows that the length is always 0, it will automatically go into the empty list
@CC_Double
@CC_Double 3 ай бұрын
​@@fernandonando1712 I have similar issues: some images show, while others don’t. I believe this issue is related to the way the query is handled. Unfortunately, I am away from home and cannot test it since my database is blocking my connection. However, if you want to solve it, take a closer look at the Search component, specifically the utility functions formUrlQuery and removeKeysFromQuery inside @/lib/utils. I believe the issue could be identified by analyzing bottlenecks in the resolution times of this query.
@CC_Double
@CC_Double 3 ай бұрын
​@@fernandonando1712 I have similar issues, some images show, while others don’t. I believe this issue is related to the way the query is handled. Unfortunately, I am away from home and cannot test, as my database has a limited IP range and is blocking my connection. However, if you want to solve it, take a closer look at the Search component, specifically the utility functions formUrlQuery and removeKeysFromQuery inside @/lib/utils. I believe the issue could be identified by analyzing bottlenecks in the resolution times of this query, at least that should be a good start!
@dharmeshtiwari09
@dharmeshtiwari09 8 ай бұрын
Thank you so much... I asked for something using free services with next.js and mongoDb and you made it... Amazing project ❤
@javascriptmastery
@javascriptmastery 8 ай бұрын
Enjoy!
@ajzal_
@ajzal_ 5 ай бұрын
hi, i had doubt regrading this project, can you share ur mail id so that I can contact you if you have finished this project?
@2difficult2do
@2difficult2do 8 ай бұрын
It's amazing how you can explain things clearly and easily. Thank you!
@javascriptmastery
@javascriptmastery 8 ай бұрын
Glad you think so!
@michaelgela
@michaelgela 6 ай бұрын
I am jealous of the React guys. Your contents are all amazing and informative! I hope someone from the Angular community arises and creates a similar content like this. Though I can migrate this in Angular on my own, it's still helpful to have a similar channel like this. Keep it up!
@sid_liftz
@sid_liftz 8 ай бұрын
Am a beginner who is still learning JS but i still like to see your project videos because you make it so easy to understand and follow through the video ❤keep up the good work
@javascriptmastery
@javascriptmastery 8 ай бұрын
I appreciate that!
@sygatech
@sygatech 8 ай бұрын
Adrian, person or developer like you I have never seen in my life you are so a generous and great guy. Even I am speechless don't even know what to say and how to even give thanks to you but nothing than just to say keep up the good works and God be with you every. Bosssssss❤❤❤❤❤❤❤❤❤👍👍👍
@javascriptmastery
@javascriptmastery 8 ай бұрын
Wow, thank you! ❤
@zain_x_alpha
@zain_x_alpha 8 ай бұрын
I am watching your videos from 2 years and I learn many things from you... Thanks for it✨
@javascriptmastery
@javascriptmastery 8 ай бұрын
My pleasure!
@DW293Fam
@DW293Fam 3 ай бұрын
​@@javascriptmasteryrecently been watching your videos. Just a few months ago, I came to your channel and I enjoy watching your content. Keep it up brother 🙂👌
@ncac8122
@ncac8122 7 ай бұрын
For anyone that has a problem with the webhooks try this: 1.Go to your project in vercel >Settings > Deployment protection and disabled Vercel Authentication 2. check that the endpoint of clerk doesnt have a "/" at the end
@chukwunweikeemmanuel6614
@chukwunweikeemmanuel6614 7 ай бұрын
Thanks you for taking the time to drop this. Disabling Vercel Authentication did it for me
@syedumairnaeem6724
@syedumairnaeem6724 5 ай бұрын
Love your videos Adrian. The amount of effort you put in making these is just amazing. And your Ultimate Next JS course is on another level.
@javascriptmastery
@javascriptmastery 5 ай бұрын
Thank you so much!
@arijitparia211
@arijitparia211 7 ай бұрын
You are the best youtuber, Providing ultra premium level content for FREE!
@peppapig_-2569
@peppapig_-2569 Ай бұрын
JMS is like my Teacher , i learned from JSM and I'm more experience in Nextjs and i even created my own saas ! everything is possible guys
@Tapadar.Monsur
@Tapadar.Monsur 8 ай бұрын
Veličanstveno! Thank you for these wonderful, detailed project videos, Adrian!
@javascriptmastery
@javascriptmastery 8 ай бұрын
Hvala! Appreciate it!
@mahmoudbarmawi4112
@mahmoudbarmawi4112 8 ай бұрын
Really thank you. You provide free projects that are better than all paid projects!
@javascriptmastery
@javascriptmastery 8 ай бұрын
Glad you like them!
@captainlevi3328
@captainlevi3328 7 ай бұрын
Bro did you complete this one??
@DannyGerst
@DannyGerst 8 ай бұрын
Thanks again for this beauty free of charge. I like these high quality videos of yours. Now I need someone telling me how to build an amazing backend like Cloudinary to skip vendor locking 😀
@javascriptmastery
@javascriptmastery 8 ай бұрын
Glad you like them!
@allanmunene_game
@allanmunene_game 6 ай бұрын
Thanks for this nice video. You're the coolest tutor I've encountered since kindergarten.
@OscarSebeloanex
@OscarSebeloanex 8 ай бұрын
Dude. Your timing is impeccable. I was just about to look for something similar.
@javascriptmastery
@javascriptmastery 8 ай бұрын
Happy to hear that, enjoy!
@kgndrn
@kgndrn Ай бұрын
easily one of the top 100 videos on youtube. thank you for this!
@CodingWithImranJaved
@CodingWithImranJaved 7 ай бұрын
Awesome guy with huge knowledge about app development and share for free. Respect from Pakistan.
@iLoveVisionZ
@iLoveVisionZ 8 ай бұрын
High quality content where you truly get educated & expand our knowledge. Appreciate your work.
@javascriptmastery
@javascriptmastery 8 ай бұрын
Thank you!
@dalestewart
@dalestewart 7 ай бұрын
Top notch Professional AI Transformation Project
@Pulsemastery
@Pulsemastery 8 ай бұрын
What! All this for free 😮 thanks 🙏🏾 a lot Adrian 🎉
@javascriptmastery
@javascriptmastery 8 ай бұрын
You bet!
@2ru2pacFan
@2ru2pacFan 8 ай бұрын
You probably do know this but most likely you don't, we really do love you dude! ❤ No seriously beyond these amazing projects, you really are changing lives and not too sure what will happen in the future but if you were to take anything from all this, just know you really are an inspiration and we got too much love and respect for you sir 🫡 thank you and you may not be Muslim but may Allah bless you ♥
@javascriptmastery
@javascriptmastery 8 ай бұрын
Thank you so much! ❤
@captainlevi3328
@captainlevi3328 7 ай бұрын
Did you complete this one?
@adnanekhan5838
@adnanekhan5838 7 ай бұрын
Their is something fresh & out of the box idea as a tutorial .Keep it up bro
@mohammadabbas1623
@mohammadabbas1623 8 ай бұрын
Last figma and now this ur taking the game to next level
@javascriptmastery
@javascriptmastery 8 ай бұрын
That's the goal!
@ntormight3964
@ntormight3964 8 ай бұрын
Adrian outpaces his own tutorial every time. 🚀
@javascriptmastery
@javascriptmastery 8 ай бұрын
Haha, I try
@stanleysstar
@stanleysstar 7 ай бұрын
Wow this is exceptional, followed all through and gained alot , thanks JSM
@raphaelazuamaka1553
@raphaelazuamaka1553 8 ай бұрын
Adrian, you are everything you think you are. Thank you for outdoing yourself
@javascriptmastery
@javascriptmastery 8 ай бұрын
I appreciate that!
@razzaqmohammedali4653
@razzaqmohammedali4653 8 ай бұрын
JSM, actually giving huge success in many developers career, thanks you so much Adrian
@javascriptmastery
@javascriptmastery 8 ай бұрын
Happy to hear that!
@captainlevi3328
@captainlevi3328 7 ай бұрын
Did you complete this project??
@shubhamk1111
@shubhamk1111 8 ай бұрын
Here you again ❤ with another mind blowing tutorial 🙌🏻
@javascriptmastery
@javascriptmastery 8 ай бұрын
Thank you so much 😀
@davidmolizane
@davidmolizane 8 ай бұрын
Bro your tutorial are very impressive, its a free video and the knowledge that we take its awesome, a hug of developers from Brazil!
@javascriptmastery
@javascriptmastery 8 ай бұрын
Greetings to Brazil!
@ahmedahmedx9600
@ahmedahmedx9600 7 ай бұрын
To be honest bro you are a legend, i wish you made a react course to build such projects like this with all fun libraries you using, I'll definitely buy the course.
@ZEXOFFFIRE
@ZEXOFFFIRE 8 ай бұрын
Man everytime you make me feel overwhelmed, with all these cool projects and I'm still struggling in making todo app
@javascriptmastery
@javascriptmastery 8 ай бұрын
You can do it!
@hooooman.
@hooooman. 8 ай бұрын
Hey Adrian, already requested you about this in linkedIn, anyway once again requesting you that, please upload a tutorial about microservices architecture in node js, kubernetes, etc so that to build a scalable real world advanced projects . Only you can teach those in a beginner friendly manner !
@javascriptmastery
@javascriptmastery 8 ай бұрын
Great idea, I'll see what I can do!
@markus_dev_cwb
@markus_dev_cwb 8 ай бұрын
I have no words to say... Thank you so much!
@javascriptmastery
@javascriptmastery 8 ай бұрын
Thank you!
@umairulislam9048
@umairulislam9048 8 ай бұрын
Your hard work deserve 1M subscribers and you will get it soon. ❤
@javascriptmastery
@javascriptmastery 8 ай бұрын
Thank you so much 😀
@spaqootech
@spaqootech 8 ай бұрын
Andran, you are doing well, but it could be even better if you offered a mini bootcamp covering JavaScript to full-stack development live. This way, we could interact with you directly
@javascriptmastery
@javascriptmastery 8 ай бұрын
Great idea!
@albanusAlbie
@albanusAlbie 8 ай бұрын
This is big, Thank you JSM Community.
@javascriptmastery
@javascriptmastery 8 ай бұрын
You bet
@thereaper7682
@thereaper7682 8 ай бұрын
Damn.. I'm excited and can't wait to try this one Adrian also please get rid of the three dots that hide Tailwind CSS designs in the div ClassNames cause it's kinda hard to follow if you haven't already. Cheers mate! 👍🏼❤
@javascriptmastery
@javascriptmastery 8 ай бұрын
It's already fixed in this video :)
@naarayanakumar5877
@naarayanakumar5877 8 ай бұрын
The hero we all need. Adrian is what I inspire to be one day:)
@javascriptmastery
@javascriptmastery 8 ай бұрын
Thank you :)
@junaiid0104
@junaiid0104 7 ай бұрын
you are such a gem day by day I am loving ur videos so much!!!
@youthfactfactory7877
@youthfactfactory7877 8 ай бұрын
This is awesome project Adrian after your MERN image generation app ❤❤❤.
@javascriptmastery
@javascriptmastery 8 ай бұрын
Thank you!
@CaleCabrera-x1t
@CaleCabrera-x1t 7 ай бұрын
For those getting "User not found" error, it seems this is happening when you try to sign up for the very first time (that is, users collection is empty in db) with a google account, if you try to sign up with the email and password option, this will create the users collection in the database and will even add the gmail account you tried with the first time, not sure exactly why. Anyway, after creating the first user, I was able to sign up with a second gmail account with no issues.
@Asaspor
@Asaspor 7 ай бұрын
Or sign in with GitHub. I was just about to give up on another tutorial, when I read your comment, so thank you! He did say to make sure to sign in with a different account, but he didn't emphasize it enough.
@ChandrakantDubey-t7b
@ChandrakantDubey-t7b 2 ай бұрын
it worked thanks
@XxRouninxX
@XxRouninxX 5 ай бұрын
This is great content, thank you! One tip that I see often, these tuts should be versioning their packages. If I type in @latest then I (likely) wont be getting the same version that is in the video, which can often make a tutorial very difficult or impossible. Not hard to just grab the repo and install the package.json though, but I like to follow along and do it all manually. Just a thought- thanks again for your fantastic content.
@AIZEN155
@AIZEN155 8 ай бұрын
Right in time , could you give some tips for freelance because I wonna create some paid projects to land my dream job , thanks for 1 year of vids it really helped me ❤❤❤
@javascriptmastery
@javascriptmastery 8 ай бұрын
Sure thing!
@subodhpalayekar3779
@subodhpalayekar3779 7 ай бұрын
small advice from my side: before creating any component please show us the already built component from the hosted website, so we can have a clear idea about the UI part and tailwind classes
@georgembajiaku4567
@georgembajiaku4567 6 ай бұрын
Just finished this .. really robust walkthrough. Thanks! Other possible features others could add: Color picker instead of text input for the color change page. Automatic payment into cloudinary if a user subscribes for a paid plan. Skeleton loading for the card on home page. Thanks a lot again. Learnt so much. Please build a project with more heavy functionality with webhooks.
@georgembajiaku4567
@georgembajiaku4567 6 ай бұрын
@@shorts_shots514 It'll be something with your webhooks setup. check the following: * Your webhools route.ts file is located in api/webhooks/clerk. * Your webhooks are setup to call your deployed URL. check your dashboard for (baseurl/api/webhooks/clerk) *The code in your route.js is correct.
@aakashundergrad8049
@aakashundergrad8049 3 ай бұрын
If it still. Runs ..can u provide ur guthub repo
@coderabdullahi444
@coderabdullahi444 8 ай бұрын
😮 OMG THIS IS REALLY AWESOME 👌 . THANKS MAN 👨 . FROM SOMALIA 🇸🇴 🇸🇴 🇸🇴
@javascriptmastery
@javascriptmastery 8 ай бұрын
Thank you!
@jackfrost8969
@jackfrost8969 4 ай бұрын
1:28:10 if your project is not building bacause of qs type error then do this: npm install -D @types/qs then push your code to github and re-deploy your project in vercel
@couldbeAlex
@couldbeAlex 4 ай бұрын
thanks for this!
@ayushkab8884
@ayushkab8884 Ай бұрын
hey man, just wanted to know, are the feature in this projects completely free to build, like we can make it end to end and earn as well from the payment feature? all for free?
@Sixtusdev
@Sixtusdev 3 ай бұрын
Adrian, I respect you a lot. Your skills are incredible
@xade8381
@xade8381 8 ай бұрын
bombarding with unique stuff, would also love to have some vanilla tutorials without any framework
@javascriptmastery
@javascriptmastery 8 ай бұрын
Might do it soon!
@waltergomez7019
@waltergomez7019 8 ай бұрын
Thank you very much, Adrian, I learn a lot from your tutorials.
@javascriptmastery
@javascriptmastery 8 ай бұрын
You are welcome!
@okekeemmanuel8852
@okekeemmanuel8852 8 ай бұрын
Always giving us the best
@javascriptmastery
@javascriptmastery 8 ай бұрын
Glad you like it!
@aayushvinay1492
@aayushvinay1492 7 ай бұрын
I'm sooooo in love with your work, you have no idea how much your content helped me getting a job!! ❤❤ Please keep up the good work, it really helps young devs!! 🤗🤗🤗
@lazyprog
@lazyprog 8 ай бұрын
Well i really thank you for your high quality content. you really helped me in my Nextjs journey. We need more people like you
@javascriptmastery
@javascriptmastery 8 ай бұрын
My pleasure!
@captainlevi3328
@captainlevi3328 7 ай бұрын
Did you complete the project?
@DavidJonathan10
@DavidJonathan10 8 ай бұрын
Hi Adrian! You are always the best. I comment your work ethics, and the consistency in churnning these great videos out. 💯% Recommended.🔥🔥🔥
@javascriptmastery
@javascriptmastery 8 ай бұрын
Awesome! Thank you!
@AshishRaj04
@AshishRaj04 8 ай бұрын
Absolutely amazing work sir
@javascriptmastery
@javascriptmastery 8 ай бұрын
Thank you so much 😀
@furkankaracan2076
@furkankaracan2076 8 ай бұрын
Wow, what a nice tutorial to study over the weekend :D Thankss!
@javascriptmastery
@javascriptmastery 8 ай бұрын
Enjoy Furkan!
@motamott
@motamott 8 ай бұрын
I’m more interest to learn your work discipline at this point, what a wonderful tutorial. Bro teach us how you like to code like this and what drives you ?
@javascriptmastery
@javascriptmastery 8 ай бұрын
Thank you! Great idea for a video :)
@erickreyes5382
@erickreyes5382 6 күн бұрын
Just completed this! Thanks bro
@c4ex_net
@c4ex_net 6 ай бұрын
멋집니다👍따라해볼 엄두가 나지 않지만 그래도 해보겠습니다🙏건강하고 행복하세요🍀
@ishmeetsingh8687
@ishmeetsingh8687 8 ай бұрын
This is something crazy bro. You are doing next level things, so glad that we have found a such talented developer like you. But I have just one doubt, which is if I deploy this then how will I manage the large user base , basically I want to ask how will we make it a scalable application.
@javascriptmastery
@javascriptmastery 8 ай бұрын
You can scale it to up to 10,000 monthly users for free
@LiveStage00
@LiveStage00 7 ай бұрын
always amaze me with the great introductions
@janithsandaru8989
@janithsandaru8989 4 ай бұрын
You deserves everything as you need because the way you helping us! thanks
@opereznet
@opereznet 8 ай бұрын
Adrian, God bless you, you are the man, you are the best... Thanks for sharing your knowledge !
@javascriptmastery
@javascriptmastery 8 ай бұрын
I appreciate that!
@jakescript_
@jakescript_ 7 ай бұрын
Adrian the goat, 1 million subs and massive success for you in the future bro!
@mayukhdg
@mayukhdg 2 ай бұрын
Amazing project, just blown away
@Raghunadh9
@Raghunadh9 8 ай бұрын
Where are you going Adrain? Well deserve 1 million!
@javascriptmastery
@javascriptmastery 8 ай бұрын
Thank you, maybe soon!
@yugal8627
@yugal8627 8 ай бұрын
Wow Adrian it's fantastic, I think now it will add new technology in my bucket, please introduce Prisma in your next tutorial🙂🙂
@javascriptmastery
@javascriptmastery 8 ай бұрын
Thanks for the idea!
@ziontutorial
@ziontutorial 8 ай бұрын
I was just about to look for something similar. AI project which i want to build all are in same video really thanx you r great.
@javascriptmastery
@javascriptmastery 8 ай бұрын
Awesome!
@MSRCodeLab
@MSRCodeLab 8 ай бұрын
Subscribed sir, Thank you for uploading such an amazing project, Eagerly waiting for an AI SAAS project like Vizard ai . Clone of vizard ai focusing on 'Turn long videos into social-ready clips with one magical click.' along with different templates, and so on.
@javascriptmastery
@javascriptmastery 8 ай бұрын
Thank you!
@pradeepalakruwan1362
@pradeepalakruwan1362 2 ай бұрын
What a beautiful project🥺🥺🥺. Thanks JSM love you😍😍😍
@bongumenzinzama6896
@bongumenzinzama6896 8 ай бұрын
Lord Adrian Does Again, Can't thank you enough. Our Javascript Sensei😅😅🤣
@javascriptmastery
@javascriptmastery 8 ай бұрын
You know it!
@bongumenzinzama6896
@bongumenzinzama6896 8 ай бұрын
I am going to try and build a React Native App using the same ideas.😎😎😎
@javascriptmastery
@javascriptmastery 8 ай бұрын
@@bongumenzinzama6896 amazing. More React Native videos coming soon
@kaushikmoralwar07
@kaushikmoralwar07 8 ай бұрын
Adrian I want to take a moment and Thank you for your work it has really helped me a lot learning key skills of nextjs also how to apply them in real life🎯
@javascriptmastery
@javascriptmastery 8 ай бұрын
Fantastic!
@Kobi1973bn
@Kobi1973bn 8 ай бұрын
i love all your vidoes, thank you soo much Adrian God bless you
@javascriptmastery
@javascriptmastery 8 ай бұрын
Glad you like them!
@richardmasters2045
@richardmasters2045 8 ай бұрын
Wow, I’m gonna have a great weekend 😂 you’re my super hero 🎉
@javascriptmastery
@javascriptmastery 8 ай бұрын
Enjoy! 🎉
@TryingCodeEng-58208
@TryingCodeEng-58208 7 ай бұрын
you are the real youtuber
@ChriScar1979
@ChriScar1979 5 ай бұрын
Awesome! Thank you very much for your tutorials! Could you make one for barber appointment bookings? Make it scalable, where many businesses can have their account by paying a subscription with their own homepage, and many clients can register to book their appointments!
@nitinthewanderer
@nitinthewanderer 7 ай бұрын
Top notch stuff Andrian , One thing I couldn’t able to download ARC Browser
@Itachi16-U
@Itachi16-U 8 ай бұрын
Thanks for the email notification regarding this video upload ❤🎉
@javascriptmastery
@javascriptmastery 8 ай бұрын
No problem 😊
@letsRead_7
@letsRead_7 8 ай бұрын
Love your videos ❤🎉
@javascriptmastery
@javascriptmastery 8 ай бұрын
Thank you! ❤🎉
@Cr7Nih
@Cr7Nih 8 ай бұрын
Thank you bro Adrian ⚡⚡
@javascriptmastery
@javascriptmastery 8 ай бұрын
Thanks bro Nishant!
@VGS_7
@VGS_7 5 ай бұрын
u didnt mention about 1. To make the route accessible to both signed in and signed out users, pass `publicRoutes: ["/"]` to authMiddleware 2. To prevent Clerk authentication from running at all, pass `ignoredRoutes: ["/((?!api|trpc))(_next.*|.+\.[\w]+$)", "/"]` to authMiddleware 3. Pass a custom `afterAuth` to authMiddleware, and replace Clerk's default behavior of redirecting unless a route is included in publicRoutes
@subodhkamble7150
@subodhkamble7150 8 күн бұрын
Hi do you have git hub where you did this ?
@VGS_7
@VGS_7 8 күн бұрын
@@subodhkamble7150 its incomplete brother you want to complete it ? search it - Vishalll07/PhotoHub_SaaS_Web_App
@amjadali-cs3si
@amjadali-cs3si 8 ай бұрын
Great work waiting for fullstack real world banking app
@javascriptmastery
@javascriptmastery 8 ай бұрын
We will try
@projectswithpro1618
@projectswithpro1618 14 күн бұрын
Completed The Project. Just face some issues in eslint error. Without this All works nicely. Thanks
@Ptasysko
@Ptasysko 14 күн бұрын
how long did it take you?
@varunsalat619
@varunsalat619 8 ай бұрын
thank you for your hardwork bro. You deserve more and more 🎉😊
@javascriptmastery
@javascriptmastery 8 ай бұрын
Thank you so much, I'll always continue to do more! 😊
@muatasimahmed2343
@muatasimahmed2343 8 ай бұрын
Thank for making this amazing app ! and taking my feedback on linkedin
@javascriptmastery
@javascriptmastery 8 ай бұрын
No problem!
@AkashKumar-hg1is
@AkashKumar-hg1is 5 ай бұрын
Due to change in version of Clerk , I faced a lot of problem in webhooks section. I request you to update those with latest clerk version, So that I/we can finish the incomplete peoject Thank you
@rishisen2424
@rishisen2424 Ай бұрын
did you resolved the problems for the webhooks i am suffering from the same webhooks problem
Next.js isn't React
17:11
JavaScript Mastery
Рет қаралды 244 М.
Seja Gentil com os Pequenos Animais 😿
00:20
Los Wagners
Рет қаралды 28 МЛН
怎么能插队呢!#火影忍者 #佐助 #家庭
00:12
火影忍者一家
Рет қаралды 21 МЛН
Viral Video of a Man's Crazy Job Interview
16:02
Darryl Vega TV
Рет қаралды 1,4 МЛН
Front-end web development is changing, quickly
3:43
Fireship
Рет қаралды 1,2 МЛН
Career Advice For A World After AI
23:07
Varun Mayya
Рет қаралды 332 М.
Are we going back to PHP with fullstack JavaScript?
9:57
Maximilian Schwarzmüller
Рет қаралды 146 М.
I Didn’t Believe that AI is the Future of Coding. I Was Right.
6:55
Sabine Hossenfelder
Рет қаралды 445 М.
Does Deno 2 really uncomplicate JavaScript?
8:55
Beyond Fireship
Рет қаралды 369 М.
So You Think You Know Git - FOSDEM 2024
47:00
GitButler
Рет қаралды 1,2 МЛН