Hey! Can you please upload a MERN video showcasing google oauth and also 2FA? Please don't use Next.js and Typescript. Your way of teaching is really great. It would mean a lot❤I know you guys must be getting a lot of request. Please show how oauth2 is now being implemented in production. Thank you!
Spot on! Refunds and disputes were killing my business until I streamlined fulfillment with Service Points. It literally saved my store. Anyone else working on this?
Adrian you are an amazing coder as well as presenter/teacher. Without previous typescript or React or NextJS knowledge, I was actually able to follow you in real time. This is one of the rare videos that actually work top to bottom and is excellent place to start coding. Following this video I will take Next.JS tutorial to have all this sink in and continue learning. All the tech stack used in this video is awesome, I am sold for it. I spent days searching for a good tutorial on building an ecommerce site and I hit a jackpot finding this video. I designed and built an e-store using Elementor and WP but I wanted to learn the code and start customizing. Many many thanks. Keep up your great work.
i really get interested in your comment , brilliant you are a genius i am not joking ! i did code for more than 3 years , (not js or css) and i can even get to the min 30 mins , good luck anyway
The amount of ultra quality this channel has been putting out is pure blessing from Adrian to all of us who keep studying this. Thank you so much, as always.
This guy is a savior for all those who are learning JavaScript. He is the best on RUclips, and, most importantly, he never says 'follow me,' 'subscribe,' or 'like.' Because everyone, after seeing his talent, perfect work, and effort, which he puts into his content, will like, comment, and subscribe automatically. This guy is the best JavaScript teacher on RUclips
@@javascriptmastery Yes Good content. However, I want to see more of these full stack and MERN projects and more deployments on AWS. More projects of Full stack Applications with AWS.
Thank you so much, Mr. Adrian! I'm a developer who'sbeen stuck with wordpress for ages. Ive been looking to transition to Next.js but time was always an issue. This video is exactly what I needed to make this shift happen. Really thankful for this! 🙏🏻
In case someone face errors when deploying this nice project I can share my trick which helped me deploy it finally )) maybe it's not good way, but my goal was to deploy it in anyway! )) some rows should be added in .eslintrc js file... plugins: ['prettier'], rules: {'prettier/prettier': 0} to avoid a lot of prettier errors during building logs and also need install 'simple-import-sort' plugin and add few rows to the same .eslintrc js file... plugins: ['simple-import-sort'], rules: { 'simple-import-sort/imports: error} to avoid a lot of errors with saying to run autofix to sort imports... Somehow it helps! Ha ha! ;)
That was funny )) --- ESLint: Cannot read config file: /workspace/.eslintrc.js Error: error is not defined --- the trick was not in that rows should be added, but in that way that it couldn't be read and just passed through, so no errors anymore and build was done! :D
This guy is just killing it ever since I found your channel I have fallen in love with Front-end development. Just started the social media App with Tailwind and Appwrite project and I must say it is fantastic.Thanks, Adrian for bringing real web development to us.
I am up to 50:08 and having a difficult time finding the correct .scss referenced at 50:08 for the grid. Therefore, I manually wrote it up and here it is for anyone who needs it: .inclusions{ display: grid; justify-content: center; gap: 30px; padding: 0; grid-template-columns: repeat(4, 1fr); margin: 100px 0; @include large-break { grid-template-columns: repeat(2, 1fr); } @include mid-break { margin: 60px 0; } @include extra-small-break { grid-template-columns: 1fr; } }
this code is there in the actual git hub repo, check there for the actual code. In the assets folder its missing, but in the FooterComponent index.module.scss its there
This is the best video on e-commerce project I’ve ever seen on RUclips. I was able to start and finish it without any complications. Thank you so much Adrian.
OOh im so excited for this one! i recently found your old e-commerce tutorial and the old versions of everything made it deprecated, i was so sad, time to work again!
By far the best channel for coding. Very good explanation, I learned alot. Coding is on point. Great mic, voice of an angel. Ty for this great tutorial!
Wow, I'm really impressed by how you handle debugging on the fly as you code! It's amazing to see your problem-solving skills in action. Your ability to troubleshoot and fix issues on the spot is truly inspiring. Keep up the great work!
We all accept that the quality is extremely good but in most of the videos you are building FRONT-END based projects. In this video you are using a CMS to handle back-end. All we want is a REAL FULL STACK project with Backend code. Like a MERN STACK PROJECT 🔥🔥🔥🔥🔥
When i get a job im gonna surely buy all of courses you provided .. thank you Adrian for teaching us the best quality content about Web development. You teaching us prod quality project that can actually increase the value of resume.
Your content is just so awesome. I just started learning js and I have already built 2 react projects and learning really good practices. I can't thank you enough Adrian. 😭
This is what we've been waiting for After the excellent course on next.js14 I think you are in this lesson You will expand further on next.js It touches on new points that have not been touched upon before This will make people follow your lessons It reaches a very advanced stage in next.js Thank you from my heart I promise you a nice surprise after a week My son who followed your course on next.js 14 Near the end of the project But after he added a lot of wonderful things to it You will be surprised by it He is still 14 years old and we are waiting for you to translate the video into Arabic
Was just trying to follow the video. I guess payload has removed the ecommerce template, hence the database link is not working ( at 13.05 ). Any alternative for this?
this is an amazing one, but there is one thing still missing I would love to suggest that please add Size feature in this e-commerce or reference us. It will be helpful for many of us!
It would be cool to see how to incorporate the Printful API (which is free to start) into this for the products maybe on a future video! Good Job though, awesome stuff!
Just finished watching your fantastic Next.js project video - loved how you explained everything so clearly! 🚀 I was wondering if you have considered creating a video tutorial on building a social media project with Next.js and Sanity? It would be amazing to see your insights and guidance on creating such a dynamic project. Looking forward to more awesome content from your channel! 👍😊"
I started to have problems with payload right away, it creates a new repo and then throws and error Reference does not exist. And I can't find a way to fix it. Annoying, in the video project looks really cool, but it is impossible to start with all the bugs on Payload side
Hello! We uncovered an issue, where if you had a default branch name set on your repo (other than main) cloning a template would fail. We've made a change that will respect whatever your default branch name is, and this should now work as expected. Please give this another shot and let us know if you still run into an issue.
@@kadir_ozyurek No it is not solved yet!! This is the error:- ERROR (payload): Incorrect username or password. In the console after pasting all the keys in the .env file. I checked so many times and all the keys pasted are correct without any typos.
Your tutorials really are the best!!! Ever since I found your channel, I’ve forgotten the rest of the channels I followed. I want to ask if you could possible make a multi-vendor marketplace website using this payload CMS if possible, and if not, I trust you to provide with the best alternative that works.
Bro I was not following you since a long, as I heard about tutorial hell stuff and copying one line to line But this one is to must follow Definitely gonna make it
Thank you again for another amazing tutirial - may I ask you to do one for an online Art Gallery including frame mockups & sales module? much appreciate it
Hey! Can you please upload a MERN video showcasing google oauth and also 2FA? Please don't use Next.js and Typescript. Your way of teaching is really great. It would mean a lot❤I know you guys must be getting a lot of request. Please show how oauth2 is now being implemented in production. Thank you!
+1
@@shreyxnsh.14 +1
Spot on! Refunds and disputes were killing my business until I streamlined fulfillment with Service Points. It literally saved my store. Anyone else working on this?
Adrian you are an amazing coder as well as presenter/teacher. Without previous typescript or React or NextJS knowledge, I was actually able to follow you in real time. This is one of the rare videos that actually work top to bottom and is excellent place to start coding. Following this video I will take Next.JS tutorial to have all this sink in and continue learning. All the tech stack used in this video is awesome, I am sold for it. I spent days searching for a good tutorial on building an ecommerce site and I hit a jackpot finding this video. I designed and built an e-store using Elementor and WP but I wanted to learn the code and start customizing. Many many thanks. Keep up your great work.
i really get interested in your comment , brilliant you are a genius i am not joking ! i did code for more than 3 years , (not js or css) and i can even get to the min 30 mins , good luck anyway
The amount of ultra quality this channel has been putting out is pure blessing from Adrian to all of us who keep studying this. Thank you so much, as always.
Enjoy!
Anyone else wake up to this?
Yup😂
Wtf am i at lmaooooi
Bruh every night 😂
Damn HAHAHAHAHHA
Yep
This guy is a savior for all those who are learning JavaScript. He is the best on RUclips, and, most importantly, he never says 'follow me,' 'subscribe,' or 'like.' Because everyone, after seeing his talent, perfect work, and effort, which he puts into his content, will like, comment, and subscribe automatically. This guy is the best JavaScript teacher on RUclips
Thank you! It means a lot!
For real. Anytime I see a notification that he has drop a new video I'm always ready to check it out
@@javascriptmastery Yes Good content. However, I want to see more of these full stack and MERN projects and more deployments on AWS. More projects of Full stack Applications with AWS.
@@KolaToyin-wf6vb same here Bro. Amazing content everytime.
sooo true!!!
Thank you so much, Mr. Adrian! I'm a developer who'sbeen stuck with wordpress for ages. Ive been looking to transition to Next.js but time was always an issue. This video is exactly what I needed to make this shift happen. Really thankful for this! 🙏🏻
That's amazing, enjoy it!
maybe I should change environment variables ??? I tried but not helped
Dude you're killing it when it comes to react and next. How are you rolling out things so fast with such an amazing quality.
He's an alien
bro has a separate team working on new projects. and then he presents them in a video
@@guitarhero69 makes sense
Thank you so much! ♥️
@@javascriptmasterybro make us a devoloper with angular and vue also !!!
In case someone face errors when deploying this nice project I can share my trick which helped me deploy it finally )) maybe it's not good way, but my goal was to deploy it in anyway! )) some rows should be added in .eslintrc js file... plugins: ['prettier'], rules: {'prettier/prettier': 0} to avoid a lot of prettier errors during building logs and also need install 'simple-import-sort' plugin and add few rows to the same .eslintrc js file... plugins: ['simple-import-sort'], rules: { 'simple-import-sort/imports: error} to avoid a lot of errors with saying to run autofix to sort imports... Somehow it helps! Ha ha! ;)
That was funny )) --- ESLint: Cannot read config file: /workspace/.eslintrc.js Error: error is not defined --- the trick was not in that rows should be added, but in that way that it couldn't be read and just passed through, so no errors anymore and build was done! :D
This guy is just killing it ever since I found your channel I have fallen in love with Front-end development. Just started the social media App with Tailwind and Appwrite project and I must say it is fantastic.Thanks, Adrian for bringing real web development to us.
Thank you Joe!
I am up to 50:08 and having a difficult time finding the correct .scss referenced at 50:08 for the grid. Therefore, I manually wrote it up and here it is for anyone who needs it:
.inclusions{
display: grid;
justify-content: center;
gap: 30px;
padding: 0;
grid-template-columns: repeat(4, 1fr);
margin: 100px 0;
@include large-break {
grid-template-columns: repeat(2, 1fr);
}
@include mid-break {
margin: 60px 0;
}
@include extra-small-break {
grid-template-columns: 1fr;
}
}
That section of code was missing and was giving me errors. Thank you so much!!
You're a life saver, thanks!
Thanks. At the end there is still missing:
.icon {
margin-bottom: 16px;
}
this code is there in the actual git hub repo, check there for the actual code. In the assets folder its missing, but in the FooterComponent index.module.scss its there
This is the best video on e-commerce project I’ve ever seen on RUclips. I was able to start and finish it without any complications. Thank you so much Adrian.
Hi, do you mind telling me how did you handle payload setup? I can't continue because it's not free for a while now
@@Eli12898 Yeah I am also interested to know. The newer version doesn't have the e-commerce template, or did you manage to figure it?
@@Sbuja-o3c No I didn't unfortunately
OOh im so excited for this one! i recently found your old e-commerce tutorial and the old versions of everything made it deprecated, i was so sad, time to work again!
By far the best channel for coding.
Very good explanation, I learned alot. Coding is on point. Great mic, voice of an angel.
Ty for this great tutorial!
Wow, I'm really impressed by how you handle debugging on the fly as you code! It's amazing to see your problem-solving skills in action. Your ability to troubleshoot and fix issues on the spot is truly inspiring. Keep up the great work!
yes he's talented ,
Damn this must be the most functional and best e-commerce next js project available on RUclips.
yeah bro
Can I deploy this project and make it a live demo in my portfolio
I never comment on videos, but I must say you are a talented teacher. I wish you all the best with your channel!
TUTORIAL ON HOW TO SELF HOST PAYLOAD CMS CODE
I assume you can do this on Fly IO
@@eternl_sunshine22 please is using a CMS the better way of going about a project's backend, rather than using node or python??
Did you find any working solution?
@@Pizzaboi87 Did you find a solution?
We all accept that the quality is extremely good but in most of the videos you are building FRONT-END based projects. In this video you are using a CMS to handle back-end.
All we want is a REAL FULL STACK project with Backend code. Like a MERN STACK PROJECT 🔥🔥🔥🔥🔥
Getting engaged towards his NextJS course
Damn...the speed at which you do this is just mind-blowing... you're a power dynamic to this js generation 🎉
When i get a job im gonna surely buy all of courses you provided .. thank you Adrian for teaching us the best quality content about Web development. You teaching us prod quality project that can actually increase the value of resume.
Thank you!
Was on the lookout to start my own e-commerce store, this came just in time!
same
Can I deploy this project and make it a live demo in my portfolio
I can't love this project! Bro, you're ..... I'm speechless thank you so much!
Absolutely phenomenal, Adrian! Thank you for another project video.
Thank you so much!
Man your the best. This guy is super crazy . No one is near him on youtube superb content
Excellent course. It would be nice to see how to include shipping details in the Cart/Checkout process.
You are the Best bro by far in Full Stack App Tutorials in RUclips. Thanks and God speed ❤
You're welcome! ❤
Can I deploy this project and make it a live demo in my portfolio
Your content is just so awesome. I just started learning js and I have already built 2 react projects and learning really good practices.
I can't thank you enough Adrian. 😭
Thank you!
I fell asleep while watching some gaming videos...
I work up and saw I slept through all of this, hopefully I learnt something in my sleep lol
lol same
Vanced? Maybe they're using us to boost views
Awesome of the awesomeness!!! As always, thank youu so much, Adrian! 😁😍😍
Thank you!
OMG, I just asked for this in another Video. Is this magic?!🤩 Thank you so much😭
This is what we've been waiting for
After the excellent course on next.js14
I think you are in this lesson
You will expand further on next.js
It touches on new points that have not been touched upon before
This will make people follow your lessons
It reaches a very advanced stage in next.js
Thank you from my heart
I promise you a nice surprise after a week
My son who followed your course on next.js 14
Near the end of the project
But after he added a lot of wonderful things to it
You will be surprised by it
He is still 14 years old and we are waiting for you to translate the video into Arabic
Thank you!
Adrian, you are a lifesaver. I have been looking for a quality course like this for weeks. Hvala ti puno ❤
Happy to hear that!
Somebody give this man an Oscar. Or whatever is equivalent for a web developer!
Nice , i tried this.
But can you share how to add slider filter for price range, more products photos and if want how to add another payment provider.
Long Live Andrain.
Long Live JSM.
JSM has everything a developer need ❤
This is a great video Adrian 🎉 I love the CMS part 😊
Thanks!
You are Great 👍🏻👍🏻 Thanks for keeping this type of High quality content for free ❤❤
My pleasure 😊
this is what i was looking for. I know the video will be absolutely amazing. Thank you so much jsm!!!
Enjoy!
why i can't find number 3 4:45
E-Commerce app! Great, I'll definitely try this one out!
That's incredibally project. but i want to know, what would be happen after 30 days we used payload cloud ? are we have to pay the cloud for more ?
I'm pretty sure I'm not the only one making bucks from web dev because of Adrian. This guy is the man. God bless him.
How do you print man?
I've been looking for this for years on RUclips 😂😂😂
It's finally here! :)
And I'm really glad saying a big thanks to you and your team for the hard work
The way you explain is amazing. It keeps you focused ! Thanks!
What's up, can i add it in my portfolio and deploy it
Thanks for the exellent content!
Is there a guide for Deploying on the free tier in Vercel?
Can I deploy this project and make it a live demo in my portfolio
Maaaan this one and only content in entire youtube❤ Thanks brother
Thank you!! ♥️
Was just trying to follow the video. I guess payload has removed the ecommerce template, hence the database link is not working ( at 13.05 ). Any alternative for this?
Same here, looking for an alternative to run it with
Did you guys find any alternative please reply if you have found one
this is an amazing one, but there is one thing still missing I would love to suggest that please add Size feature in this e-commerce or reference us. It will be helpful for many of us!
Great tutorial! Looks like it's only a 7 day free trial with payload now. Just letting you know :)
It would be cool to see how to incorporate the Printful API (which is free to start) into this for the products maybe on a future video! Good Job though, awesome stuff!
Just finished watching your fantastic Next.js project video - loved how you explained everything so clearly! 🚀
I was wondering if you have considered creating a video tutorial on building a social media project with Next.js and Sanity? It would be amazing to see your insights and guidance on creating such a dynamic project.
Looking forward to more awesome content from your channel! 👍😊"
Great suggestion!
That is one of the best videos on the internet now 🔥 because it is solving and explaining a looooooot, thanks!!
Immediately get error when executing npm run dev. Looks like an issue with the /index.scss file in the payload folder.
Is this resolved? 👀
You read my mind. I was just wondering how to use Payload. Thanks!
Glad I could help!
Hi, when will payload be available on vercel exactly? couldn't find an announcement about it
Any answers?
Any answers?
This companies are wild ) every time youtuber makes tutorial they tighten up their free tier the same month )))
now they give 6 days free trial
I started to have problems with payload right away, it creates a new repo and then throws and error Reference does not exist. And I can't find a way to fix it. Annoying, in the video project looks really cool, but it is impossible to start with all the bugs on Payload side
Try reaching out to their Discord server :)
Hello! We uncovered an issue, where if you had a default branch name set on your repo (other than main) cloning a template would fail. We've made a change that will respect whatever your default branch name is, and this should now work as expected. Please give this another shot and let us know if you still run into an issue.
@@payloadcms What is another alternative for the e-commerce template, I am finding it very hard to follow, please advise? thanks
@@Sbuja-o3c i hope we get a solution
I am having trouble with payload, they don't have the commerce template on the website, please advise, what is the alternative?
Did payload removed the ecommerce template ? 😭😭
yeah, im stuck too
Sir you the best on youtube. No doubt!!!
Please add authentication via Google as its so much easier for users rather than registering using yet another password.
Try doing it on your own! :)
First Day: 1:15:00
Second Day: 2:30:00
Third Day: 3:52:16
why not tailwind css ?
Just to switch things up a bit!
Bro you are the best developer i knew so far
You are amazing 👏 ❤️
Thank you so much 😀
Sir is your name is faizan ??
Faizan is our designer! ♥️
Just Amazing. Exactly what I was waiting for.
You're replying to people who don't even try to build this but you don't have time to reply my comment where i asked you about an error.....
What is the issue , can you solved it ?
@@kadir_ozyurek No it is not solved yet!!
This is the error:- ERROR (payload): Incorrect username or password. In the console after pasting all the keys in the .env file. I checked so many times and all the keys pasted are correct without any typos.
Exactly! This is the biggest problem with these creators, they will ask us to comment down the errors and when we do they’ll never reply.
Be grateful for the free content he provided with his efforts even when you didn't asked for.
@@mrigankagogoi6262 it isn't related to what I asked. And yes I am very very grateful for his videos!!
But it seems a little complicated, anyone can relate ?
It is buddy.
Hi there! My favourite Coding Educator ❤
Happy to hear that! ♥️
am happy you did it this time with normal Css
Thanks :)
You. Killed me 😢 I started your old ecommerce project today and make it half and you uploaded this 😢
No worries, you'l llearn more that way if you combine the two! :)
Wow! I haven't started but just the demo is blowing my mind 🤯
You are just waooo as always Adrian👌.
Just a humble request please bring a video on Figma and GraphQL.
It will be great
Noted!
Amazing video Adrian your explanations are awesome brother when it comes to react and nextjs
❣❣💖💖
Wow! Thanks Sir for this awesome project! 🤩
Most welcome 😊
Amazing stuff as always, everything looks smooth , cant wait to build this
Hope you enjoy it!
Payload sure is growing, I love using it
Exactly!
Can I deploy this in vercel or netlify?
@1:16 (pages) > recover-password > index.module.css seems to be missing.
Adrian, Payload is awesome!!!😄😍😍😍❤
What if i dont want to use stripe? which other alternatives?
This is insane!!!! You are the G.O.A.T💯
Glad you like it!
I love you man. Thank you for this
Your tutorials really are the best!!! Ever since I found your channel, I’ve forgotten the rest of the channels I followed.
I want to ask if you could possible make a multi-vendor marketplace website using this payload CMS if possible, and if not, I trust you to provide with the best alternative that works.
Did you manage to follow along well, and how did you bypass the payload section?
Finally😌 Thanks Adrian❤
Enjoy ❤
Adrian! Thank you for another project video .. js master ❤
24:50 If your working enviroment is Linux Manjro you should
module.exports = {
root: true,
extends: ['plugin:@next/next/recommended', '@payloadcms'],
ignorePatterns: ['**/payload-types.ts'],
plugins: ['prettier'],
rules: {
'prettier/prettier': [
'error',
{
endOfLine: 'lf',
},
],
'no-console': 'off',
},
}
🎉yes! New weekend project! 😁
Enjoy! 😊
Bro I was not following you since a long, as I heard about tutorial hell stuff and copying one line to line
But this one is to must follow
Definitely gonna make it
Enjoy!
something i am looking for thank u adrian huge shout🎉😍
Thank you!
Wow one of the best excited to start coding it along❤
Enjoy ♥️
Thank you so much sir! I love these tutorials. Learning so much.
What an incredible Project 😮😊😮
Thanks!±
Thank you so much, Mr. Adrian! You provide knowledge about There really are a lot of these things.😁😁😁
I will always love you. you are the best, your game is on a different level, in my hall of fame, you hold the grandest spot. well done!!! excellento!!
You're the best!
@@javascriptmastery what should i install to make this project?
My favourite full stack channel
Thank you again for another amazing tutirial - may I ask you to do one for an online Art Gallery including frame mockups & sales module? much appreciate it
Thank you so much for the content you have shared with us!
Sure thing!
Is there a feature to choose, for example, the color of the product? For example, the customer wants 3 colors and must choose one color
Definitely a project that will standout and look good on my portfolio have to learn next js and typescript first :X