I’ve watched many project-related videos on UA-cam, and while they were helpful, they often lacked blueprints or explanations of how things will work before the coding process begins. But when I watched your video, I was so happy to see that you include such a detailed blueprint and breakdown of how everything works before jumping into the code. I just want to say, well done! You’re creating some really high-quality content. Your approach adds tremendous value, and I truly appreciate the effort you put into making it so easy to understand. Keep up the amazing work, your videos are incredibly valuable!
Man, I have no idea how to thank you. I only covered around 1.5hr of the video and damn, how can you provide such a masterful content for free!! . Subbed! yeah, as a freelance frontend developer, your opinion on lack of backend skill is a serious issue and AI is catching up really fast. so seriously appreciate if you provide a backend engineering tutorial , like how to do the db modelling, the way of thinking, scalable backend etc.
Here he goes again. Much respect! I’m digging your content. Learnings loads from you EdRoh! Simply amazing gift to all of us. Would surely check Clerk.🙌🏻🙌🏻🙌🏻
I am for you to talk more and show graphs, tables, discuss the architecture of applications, the backend and why you did something this way. This is priceless against the background of endless similar tutorials where they make a clone of something 100 times, taking the simplest and most hyped technologies for the sake of speed and views.💖
Hey Ed, I have been following you since you had around 13k subs. I really love your content, I truly mean it man. Happy to see you have crossed the 100k landmark. Can you please make a video of fullstack applications that use GraphQL, or things like Redis for caching and so on. Love you man❤
appwrite or other CMS are shits, they are good for youtube promotion. real world use mongodb ,AWS, postgres, SQL,firebase and radies , graphql and etc. Actually should give you a medal for creating content for real developers with real world tech stack.
Hi bro, I just came to your channel and I was amazed because you're giving a production ready and full-stack application for free, from building to deployment to AWS. Hoping to see more of next.js application using appwrite, mongodb with CRUD operation. I suggest you create a full stack healthcare application. Thanks bro! I am doing this project now.
Great work, Edroh! For the next tutorial, can you integrate Cognito for authentication, using the post-confirmation trigger for JWT authentication? Keep the same DynamoDB and S3 bucket, just add Cognito for user management.❤
to those who got stuck on frontend installation framer-motion already out with v 12 so you can do this npm i framer-motion@11.11.11 and after it all the other packages
Hey Ed, Awesome tutorial but could you please do more future ones with AWS + vanilla React. Next removes a lot of the things people doing tutorials are looking to learn
Thanks for this amazing course. Can you please make second part of it where advance security will be implement. Like no one can record or download the video. even not can inspect and many more like this.
Console Error: Maximum update depth exceeded. This can happen when a component calls setState inside useEffect, but useEffect either doesn't have a dependency array, or one of the dependencies changes on every render. Source src\app\(dashboard)\teacher\courses\[id]\ChapterModal.tsx (59:15) @ reset Have anyone encountered the same issues here? Need help...
I want to complete this huge project, but I don't have any previous knowledge of AWS or Docker. However, I am proficient in React and Next.js. Should I start this course? Will I be able to understand the concepts?
When will you start the microservice microfrontend project? Or are you also unsure and waiting for other tech channels to upload content so you can learn?
Hi. This is an amazing project. I had one doubt, why not host the frontend on AWS too?. I understand vercel is an amazing and hassle free solution but I do have a restrictive constraint from the client. Can we or can we not host a next js app on aws smoothly.
I had some mysterious issue with deploying next on Amplify which is AWS's take on managed nextjs hosting. You can try Amplify and see if it works on your end. It worked in many other cases I tried, but this project I wasn't sure why it wasn't working when it worked on Vercel. There's also SST with OpenNext, easy to setup and much better for full control and customization on AWS, but not for the faint of heart if you want to maintain it. You are basically managing the infrastructure yourself that Vercel handles for you which can be a quite complex setup
Hydration failed because the server rendered HTML didn't match the client. As a result this tree will be regenerated on the client. This can happen if a SSR-ed Client Component used after finishing installation and running i am getting this error !
It encourages a monolith application, where you frontend is tightly coupled with backend. Also can complicate things. It is useful for performance for consumer facing applications that really need it, but has some deep complications and a lot of developer overhead.
@@EdRohDev hey please help, i am not recieving the mail for the diagrams. i tried with my two different mail. still not getting the mail . yeahi tripple checked the spam folder also, still no. please help.
This is not just a course is purely a sacrifice. To release this course for free. I respect your sacrifice sir
its an ad for clerk
@@sanketss84 make one withou ad
@@sanketss84 make your own without ad
@sanketss84 make your own and don't put clerk
FINALLY a course that uses AWS, please do more with AWS!
1:19:40 - Yes, it is great when you explain the stuff. Very interesting course
I’ve watched many project-related videos on UA-cam, and while they were helpful, they often lacked blueprints or explanations of how things will work before the coding process begins. But when I watched your video, I was so happy to see that you include such a detailed blueprint and breakdown of how everything works before jumping into the code.
I just want to say, well done! You’re creating some really high-quality content. Your approach adds tremendous value, and I truly appreciate the effort you put into making it so easy to understand. Keep up the amazing work, your videos are incredibly valuable!
Man, I have no idea how to thank you. I only covered around 1.5hr of the video and damn, how can you provide such a masterful content for free!! . Subbed!
yeah, as a freelance frontend developer, your opinion on lack of backend skill is a serious issue and AI is catching up really fast. so seriously appreciate if you provide a backend engineering tutorial , like how to do the db modelling, the way of thinking, scalable backend etc.
did you continue with this video after 1.5hrs?
Here he goes again. Much respect! I’m digging your content. Learnings loads from you EdRoh! Simply amazing gift to all of us. Would surely check Clerk.🙌🏻🙌🏻🙌🏻
MY GOD!!! Ed you're breaking it up. I can't thank much. God bless you bro
Thanks for the gift 🎁 of this course... You're meeting a great need... God bless you 🙏
I am for you to talk more and show graphs, tables, discuss the architecture of applications, the backend and why you did something this way.
This is priceless against the background of endless similar tutorials where they make a clone of something 100 times, taking the simplest and most hyped technologies for the sake of speed and views.💖
bro,
have you got this [roject your own
Hey Ed, I have been following you since you had around 13k subs. I really love your content, I truly mean it man. Happy to see you have crossed the 100k landmark. Can you please make a video of fullstack applications that use GraphQL, or things like Redis for caching and so on. Love you man❤
AWS parts in all your recents videos are gems, you are amazing man, thanks a lot for providing all this for free
appwrite or other CMS are shits, they are good for youtube promotion. real world use mongodb ,AWS, postgres, SQL,firebase and radies , graphql and etc. Actually should give you a medal for creating content for real developers with real world tech stack.
firebase is shit too, supabase is not
we love the way you teach bro, okay i love the explanations. keep going
Hi bro, I just came to your channel and I was amazed because you're giving a production ready and full-stack application for free, from building to deployment to AWS. Hoping to see more of next.js application using appwrite, mongodb with CRUD operation. I suggest you create a full stack healthcare application. Thanks bro! I am doing this project now.
love the mentioning for the content of system design. More in the future plz!!!
you are providing world class content ser😄😄
Thank you so much I really needed a course on how to use Clerk with Node js and Next js and Redux. really you saved me.
Excellent, I was waiting for your next project, a pleasure, keep up the good work.
wow, what else we can expect. this is what we need real world apps like this. superb.
Focusing on core logic is better than focusing on styles.
My Sensei, Thank you and I will be watching...❤
i am not a next js developer and i use angular but this is a masterpiece
Cool! Waiting for the video on React Native.
Great work, Edroh! For the next tutorial, can you integrate Cognito for authentication, using the post-confirmation trigger for JWT authentication? Keep the same DynamoDB and S3 bucket, just add Cognito for user management.❤
First I must Appreciate you for listening to the audience requests. we really love your content. This is gold ❤❤❤❤❤. please do more content, love you.
to those who got stuck on frontend installation
framer-motion already out with v 12
so you can do this
npm i framer-motion@11.11.11
and after it all the other packages
or just use motion. since its their new way
Wow, that video tutorial is incredible! ❤❤❤❤
real-world grade projects 😉👍
You are Amazing dude. Love your content😍😍
Hopefully you can content very soon the Student Attendance Tracking App :)))
Seeing your face can be good to focus during the talk time
And all of this knowledge for free, my G 👑
Congratulations on 100K subscribers @EdRohDev!
thank you
Thanks for making the video
Continue later: 2:57:51
This is Amazing ❤
Exceptional Work!
You are awesome, ED
best teacher in the world
Mein Gott! You're awesome.
Amazing bro❤ nd plz add timestamp 🥰
Just added
you're the messiah bro in software dev 🔥🔥🔥
Hey Ed, Awesome tutorial but could you please do more future ones with AWS + vanilla React. Next removes a lot of the things people doing tutorials are looking to learn
You're a True Legend 🖤🔥
super dope bro you are one of the best thanks
Thanks for this amazing course. Can you please make second part of it where advance security will be implement. Like no one can record or download the video. even not can inspect and many more like this.
which video to refer for the styling part.
This video is amazing.
Thank you so much, next to making a school management system?
ever thought of adding mux for the video procecess
Console Error: Maximum update depth exceeded. This can happen when a component calls setState inside useEffect, but useEffect either doesn't have a dependency array, or one of the dependencies changes on every render.
Source
src\app\(dashboard)\teacher\courses\[id]\ChapterModal.tsx (59:15) @ reset
Have anyone encountered the same issues here? Need help...
thank you for the project. btw what's the icon theme extension for your vscode directory files?
AWS services is the best part
I want to complete this huge project, but I don't have any previous knowledge of AWS or Docker. However, I am proficient in React and Next.js. Should I start this course? Will I be able to understand the concepts?
definitely, give it a shot!
I am also. if you got it. please share it with me
When will you start the microservice microfrontend project? Or are you also unsure and waiting for other tech channels to upload content so you can learn?
Did you use stream like youtube for video?
Nosql workbench installation issue it says it found threat in it
hi can you help me im having error when running the app the courses is not shown error:
net::ERR_SSL_PROTOCOL_ERROR
Hi. This is an amazing project. I had one doubt, why not host the frontend on AWS too?. I understand vercel is an amazing and hassle free solution but I do have a restrictive constraint from the client. Can we or can we not host a next js app on aws smoothly.
I had some mysterious issue with deploying next on Amplify which is AWS's take on managed nextjs hosting. You can try Amplify and see if it works on your end. It worked in many other cases I tried, but this project I wasn't sure why it wasn't working when it worked on Vercel.
There's also SST with OpenNext, easy to setup and much better for full control and customization on AWS, but not for the faint of heart if you want to maintain it. You are basically managing the infrastructure yourself that Vercel handles for you which can be a quite complex setup
@@EdRohDev is it something such as "pnpm build error" etc, if it's possible to know more?
had some mysterious deployment issues too
do i need any subscription for the course or need to buy any service
2:07:00 How can we stop refetching data everytime the carousel state is changed? It is not ok, but we do not talk about this at all :)
can someone please tell me which video to refer for the styling part.
doing best brother
You are amazing😍😍😍
Hi @edRoh
Can we get all AWS services from a free version?
is view as student/user also covered in this?
Hi EdRoh, I think your provided asset-download is different from the video
Thanks brother...❤
Hydration failed because the server rendered HTML didn't match the client. As a result this tree will be regenerated on the client. This can happen if a SSR-ed Client Component used after finishing installation and running i am getting this error !
Is it safe to say that I will be able to complete the entire course without having to subscribe to any of these platforms' plans?
Thanks EdRouh
I am happy that you didn't try to deploy it on Vercel
🤣🤣🤣🤣🤣
@ why is it funny 😆?
I want to see more features🙏🏻
I would suggest to rebuild it with appsync and dynamodb, graphql, if you don’t want to I will be happy to do it
Appreciate you!
Very useful !! Thank you so much !! ❤
how much did it cost to use AWS
Thanks ❤
Does anyone has a problem of empty object being received after calling all courses? Looks like everything is ok, and seeding was successful...
Love you man
nice UI
2:10:11 We no longer have the message, we don t need the message and we completely ignore redundatn api calls every 5 seconds :)
bro why you used ExpressJs with NextJs why not complete and only Backend and FrontEnd with NextJs?
It encourages a monolith application, where you frontend is tightly coupled with backend. Also can complicate things. It is useful for performance for consumer facing applications that really need it, but has some deep complications and a lot of developer overhead.
@@EdRohDev hey please help, i am not recieving the mail for the diagrams. i tried with my two different mail. still not getting the mail . yeahi tripple checked the spam folder also, still no. please help.
Excellent but you add kubernetes using this project
How much do you pay per month to AWS if you upload 10 gigas in video for the courses
Thanks man
That's lit bro
Please use more aws service 🙏🏻🙏🏻 SQS SNS and cognito
definitely will do!
@@EdRohDevyou are the best man❤️ best AWS learning resource on UA-cam❤️
@@EdRohDev consider implementing a project with websockets through lambda and API gateway that would be amazing!
Damn bro 10 hrs
What else you have a complete project no other youtuber has done one such yet
Amaaazzziiiiinnnnnnnngggggggggggg
💯
thanks so much.
Thanks a lot
Please deploy same app using Azure Devops
I have 0 knowledge of AWS but I got the basics of NEXTJS, good knowledge of React, and some Node. Is it ok for me ?
Watch his previous videos. Last two precisely
Yes it should be no problem, Lambda/DynamoDB is easier than using EC2 and RDS like I did in previous videos
finally no mui anymore 🎉
Please use AWS CDK 🙏🏻🙏🏻🙏🏻
I've never heard of this. What is it for?
Anyone with the global css error
🎉
beginner friendly?? or advanced??..pls mention
Here we go again