Thanks for publishing the course! Excited to share this with everyone. I'll be contributing more content whenever I can manage my time, so stay tuned for more tech tutorials!
@@mdalmamunit427 hey! I have noticed whilst replicating the project (unfinished yet), that at 2:11:30 , the left arrow doesn't appear, and I have had a little trouble looking for a bug fix for this issue)
The best part of this tutorial is , the tutor is calm and speaking softly, and explaining each and everything. He seems to understand the feelings of beginners.thankyou brother 🔥
2:29:00 When he starts the footer section and says copy the code, the code is not there on github so you will have to pause the video and copy the code as he scrolls through it when he has undefined image errors in the code. Hope this saves someone a bit of time.
@5:21:06 for image display issue... the data has an object with a book property containing the array of books... so extract book from the response..... const { data: response = {} } = useFetchAllBooksQuery(); const books = response.book || [];
This is an unusual request but I think we have a lot of MERN Stack courses available online. Is it possible to provide a similar course but for Golang and Angular for a similar project as it would help people like me who are into different unpopular tech-stack. Thanks.
hi, thank you for the content , very useful and exciting stuff, one question, around second hour....at the swiper ; slider...the preview button doesn't show, and when ı went to the demos and searched a bit but didn't find any way to put it in there , even your version only have left chevron , is there any way to get the right slide button as well?
I've just finished that part. mine shows albeit its a bit different than in the video. I think if you use pagination, it works quite similar with the swiper, so its not really needed in my opinion.
There is one issue here, when u add the image, it just basically get the image from URL and display it. but when we add the image, its not uploading to frontend by itself. so we have to use multer and send it as formData as well. (8:40:00)
hello, can you make a tutorial following the real sizes with figma design, like the size of menu icon in figma is 24 x18 but you are using a same value from top bottom left and right and follow the correct margin/gap. Thank you!
it's stored on localStorage, but it may not get cleared properly so I think it's better to use cookies with max-age 3600 (I personally used local storage haha)
@@christiankocevar6791 well congrats! I finished the project just today and had some similar errors. If I'm not mistaken, there was a problem when the middleware didn't rerurn from the function if verification is failed, the function continued to execute and the server crashed. I just restarted the server and added return keyword to that condition.
if i were to have books with mutiple images would i continue to store in all in assets? will this slow down the application if it becomes full of images?
@mdalmamunit427 It's our privilege to have instructors like you on RUclips who devote their worthy time to teach us something worthwhile but these kinds of tutorials don't fascinate watchers anymore!!!!! It's getting outdated Man!!
While MERN is "overcrowded" and by far not "the best stack", it's still perfect to learn (full stack) web development. If you understand MERN and can build an application ON YOUR OWN(no tutorial anymore), you can easily always pivot to TS and next.js or which ever FOTM afterwards! 😊👍🏼
why is web development so disgusting ? we need to do 100000 thing before even writing anything...... what is all this tailwind and router and vite like ???
Unfortunately this course is severely mislabel. I came here for MERN, but it was really how to copy and paste everything from the internet, learn nothing, copy and paste in Javascriptxml, FailwindCSS and a bunch of other trash. Seriously disappointed. I kind of planned my weekend around this course by the title. Here is some advice: - Learn Javascript by typing it, not copy and paste from the internet. - Learn CSS so you can create beautiful websites that are not slowed down with a bunch of extra trash, and typing it, not copy and paste - Learn the MERN stack with MongoDB, Express.js, React, and Node.js Once you can do that, you will figure out you don't need to copy and paste everyone else's work. Retitle this video so you do not mislead others.
It seems like you are a beginner this course is absolutely nice for those who have knowledge of react tailwind node and express.this course is not that much advanced, it's just beginners level.
Come on, that's just mean 😅😑 His accent is not that bad and perfectly understandable. 👍🏼 Try to understand "singlish" (Singaporeans speaking English), suddenly Indian accent -english sounds great 😂
i'm getting this error "Uncaught TypeError: books.filter is not a function at TopSellers (TopSellers.jsx:29:81)" here => Create bookApi using RTK Query & Display Books, and it is not diplaying the books, please how do i solve this than you
Thanks for publishing the course! Excited to share this with everyone.
I'll be contributing more content whenever I can manage my time, so stay tuned for more tech tutorials!
Thank you for your efforts. Please make more Next.js Projects with admin panel. ❤
We need some laravel and live wire tutorials too
Thank you❤
@@isrfernando welcome ❤️
@@mdalmamunit427 hey! I have noticed whilst replicating the project (unfinished yet), that at 2:11:30 , the left arrow doesn't appear, and I have had a little trouble looking for a bug fix for this issue)
Good demostration for begineer, very good course .... took me two days to complete this project..as always learn somthing new
your coding skills are excellent by using many short cut. Quick-Fast-Energetics-Clear-Focused. You are marvelous
The best part of this tutorial is , the tutor is calm and speaking softly, and explaining each and everything. He seems to understand the feelings of beginners.thankyou brother 🔥
This guy is good and I love the way he explains things
2:29:00 When he starts the footer section and says copy the code, the code is not there on github so you will have to pause the video and copy the code as he scrolls through it when he has undefined image errors in the code. Hope this saves someone a bit of time.
did you finish the project?. should I start the project?
@@mr.anurag8494 Not yet, other things got in the way but I will finish it. You should start the project
@@rantz2472 did you finish?
Very good course. Specially helpful for beginners. Thanks Bhai for your effort. Please continue!
Thank you ❤
@5:21:06 for image display issue... the data has an object with a book property containing the array of books... so extract book from the response.....
const { data: response = {} } = useFetchAllBooksQuery();
const books = response.book || [];
did you finish the project?. should I start the project?
The image still doesn't show up
This really saved me some great time of being stucked, cos i wasn't seeing the data loading...
It's a very useful project for the beginners (like -me). And Your teaching style is really amazing 😍❤
Great series of videos. I've learned a lot! Thanks very much.
This is an unusual request but I think we have a lot of MERN Stack courses available online. Is it possible to provide a similar course but for Golang and Angular for a similar project as it would help people like me who are into different unpopular tech-stack. Thanks.
Absolutely golang are nowhere 😢near
Well freecodecamp is essentially a video repository where people upload what they know. You can't 'request' anything.
Yes. Golang would be good
Seriously, MERN stack is outdated at this point
@@juggles5474 not outdated but every one channel has that, golang I haven't seen any stack neeed moree golang mayb flutter stack
Khub valo ❤🎉
Thank you
Kolkata naki
@@suvo910 na. Bangladeshi ❤
Great video! 😊 What about the management and security of economic transactions? I think it is a useful part that is never covered by tutorials
at 4:35:30 my book module is not showing which is throwing an error. How to solve this error?
Loads of Love ❤❤❤
It's my pleasure ❤
The submitting of the form at 3:50:38 doesn't log any data for me in the console.
Did you get the data? If yes then please let me know, I'm also having the same issue :(
Which theme are you using in vs code?
For auto recommendation and which extension are you using for your vs code its looks so different from windows
hi, thank you for the content , very useful and exciting stuff, one question, around second hour....at the swiper ; slider...the preview button doesn't show, and when ı went to the demos and searched a bit but didn't find any way to put it in there , even your version only have left chevron , is there any way to get the right slide button as well?
I've just finished that part. mine shows albeit its a bit different than in the video. I think if you use pagination, it works quite similar with the swiper, so its not really needed in my opinion.
There is one issue here, when u add the image, it just basically get the image from URL and display it. but when we add the image, its not uploading to frontend by itself. so we have to use multer and send it as formData as well. (8:40:00)
What extensions do you use for vscode? My autcomplete is not nearly as useful as yours
hello, can you make a tutorial following the real sizes with figma design, like the size of menu icon in figma is 24 x18 but you are using a same value from top bottom left and right and follow the correct margin/gap. Thank you!
8:51:30 I found what was the problem, there should be spread operator (...) like this: await updateBook({ id, ...updateBookData }).unwrap();
Where are you getting content for this website, I mean exact books is this licensed?
i also want to know, where from he has studied
Is there the part about saving the token missing for admin login? I can t login as admin and wonder where to store the token?
nice UI
deno 2.0 when?
I really love your course and have completed it what i am missing is the token for the admin login. where can i store it to make the login?
it's stored on localStorage, but it may not get cleared properly so I think it's better to use cookies with max-age 3600 (I personally used local storage haha)
@@aintnochange Super thank you I could resolve it now and am now working on adding a book which for some reasons throws an error
@@christiankocevar6791 well congrats! I finished the project just today and had some similar errors. If I'm not mistaken, there was a problem when the middleware didn't rerurn from the function if verification is failed, the function continued to execute and the server crashed. I just restarted the server and added return keyword to that condition.
@@aintnochange Thank you for the info right now i work on adding a book which is still refused.
Please can you create an e commerce digital and downloadable products like e-book and digital courses website 🙏🙏🙏
Not explained some advanced concepts. Last section is just copy pasting not explaining much.
I followed everything but my styling doesn't work unless I create a separate css file for the styling
if i were to have books with mutiple images would i continue to store in all in assets? will this slow down the application if it becomes full of images?
i have book business i can code too but can i use the website is it suitable and fast ?plz advise me
Please help if I need to run Testing, Unit tests with the above project what should I do next?
Create Videos for React + Java - Spring Boot +AWS
Great tutorial for beginners.
Thank you
figma file?
Thanks Bhai!
Thank you 😊
Need golang stack
The best content 👍🏽
Thank you ❤
Excited
Thank you 😊
Suprbbbbbbbb AWsomeeeeeee...
Can anyone tell me why my admin not signed in
Want flutter
Laravel please
file icon theme name???
material icon
Why am i getting "bash: npm: command not found"?
You need bash terminal
made a mistake: you need node.js!
Can anyone tell me what's that Auto complete extension??
5:21:06 mine books picture and data are not showing
Same here do you got any solution?
@saamsheron9394 no bro, I end up doing another project
I got the error This happened cuz i didn't use `${getBaseUrl()}/api/books` but I did `${getBaseUrl}/api/books missed the function paranthesis
@@anit3k Can you share that video link
Amazinggg 💎
Thank you so much
Where is code???
👍
Thank you 😊
AI can build this sort of backend in the blink of an eye i think seeing the rise of AI we should tend to learn something else MERN is overcrowded
Thanks for your feedback.
@mdalmamunit427
It's our privilege to have instructors like you on RUclips who devote their worthy time to teach us something worthwhile but these kinds of tutorials don't fascinate watchers anymore!!!!! It's getting outdated Man!!
While MERN is "overcrowded" and by far not "the best stack", it's still perfect to learn (full stack) web development.
If you understand MERN and can build an application ON YOUR OWN(no tutorial anymore), you can easily always pivot to TS and next.js or which ever FOTM afterwards! 😊👍🏼
Thanks a lot
Nice
😎🙏🏻
Thank you 😊
nice
1:27:25
why is web development so disgusting ? we need to do 100000 thing before even writing anything...... what is all this tailwind and router and vite like ???
it used to be simple but now there's just too many frameworks that i just get overwhelmed on what to learn first after learning the standard 3. 😅
I have been through this phase , believe me it's not that complicated it feels complicated in initial days
Martinez Kevin Lopez Matthew Walker Thomas
It's Great
Thank you
@@mdalmamunit427 🤗
Amazing
Thank you
Unfortunately this course is severely mislabel. I came here for MERN, but it was really how to copy and paste everything from the internet, learn nothing, copy and paste in Javascriptxml, FailwindCSS and a bunch of other trash. Seriously disappointed. I kind of planned my weekend around this course by the title.
Here is some advice:
- Learn Javascript by typing it, not copy and paste from the internet.
- Learn CSS so you can create beautiful websites that are not slowed down with a bunch of extra trash, and typing it, not copy and paste
- Learn the MERN stack with MongoDB, Express.js, React, and Node.js
Once you can do that, you will figure out you don't need to copy and paste everyone else's work. Retitle this video so you do not mislead others.
It seems like you are a beginner this course is absolutely nice for those who have knowledge of react tailwind node and express.this course is not that much advanced, it's just beginners level.
This is misleading. If the course is not in English, you should not use English title.
Come on, that's just mean 😅😑
His accent is not that bad and perfectly understandable. 👍🏼
Try to understand "singlish" (Singaporeans speaking English), suddenly Indian accent -english sounds great 😂
@@maxfrischdev You may want to google the amount of native English speakers vs. Earth population before typing your harassing comments.
no need of such courses lol we have ai models to do them
good luck with that
All things can't be done by AI ever😅
Good luck broo, I wish u can review codes and everything urself 😂 with AI
Even cursor Ai fails to do everything 😂😂
You can never learn anything with that attitude 😂 gud luck surviving out there
Why you live then ai can live instead of you ?😂
i'm getting this error "Uncaught TypeError: books.filter is not a function
at TopSellers (TopSellers.jsx:29:81)" here => Create bookApi using RTK Query & Display Books, and it is not diplaying the books, please how do i solve this than you
I hope mdalmamunit does this again since the @ rules don't work.🥴
e tui ki bangali naki
Thanks a lot