Пікірлер
@Mrtheshort
@Mrtheshort Күн бұрын
reminder for new people use deleteOne() instead of remove()
@kunalgulati3358
@kunalgulati3358 Күн бұрын
1:03:00
@debasisdash1263
@debasisdash1263 Күн бұрын
Hi thanks for the explainig the concept crisply...hope that you will share more awesome videos
@NayanaHegde-r1j
@NayanaHegde-r1j Күн бұрын
U r explaining very fast..we can't get anything
@ShettySushmitaRajeeva-zn4oe
@ShettySushmitaRajeeva-zn4oe 2 күн бұрын
I got connection error @38:11
@user-vi2mp4vv4s
@user-vi2mp4vv4s 2 күн бұрын
This has helped me a lot
@rhythmverma6641
@rhythmverma6641 5 күн бұрын
the correct way to import uuid is import { v4 as uuidv4 } from 'uuid';
@rhythmverma6641
@rhythmverma6641 5 күн бұрын
@ 38.03 when you will try to retrive data it wont get retrived as the order is incorrect of the useEffect but when you change the order it will work so the order is this useEffect(() => { const retrieveContacts = JSON.parse(localStorage.getItem(LOCAL_STORAGE_KEY)); if (retrieveContacts) setContacts(retrieveContacts); }, []); // Then, save contacts whenever they change (only after retrieval) useEffect(() => { if (contacts.length > 0) { localStorage.setItem(LOCAL_STORAGE_KEY, JSON.stringify(contacts)); } }, [contacts]); happy coding !!!
@pranavv8071
@pranavv8071 5 күн бұрын
Error [ERR_HTTP_HEADERS_SENT]: Cannot set headers after they are sent to the client at ServerResponse.setHeader (node:_http_outgoing:659:11) at ServerResponse.header (C:\Users\Pranav\Desktop\RealProjects\Backend_Projects\Contact_App ode_modules\express\lib esponse.js:795:10) at ServerResponse.send (C:\Users\Pranav\Desktop\RealProjects\Backend_Projects\Contact_App ode_modules\express\lib esponse.js:175:12) at ServerResponse.json (C:\Users\Pranav\Desktop\RealProjects\Backend_Projects\Contact_App ode_modules\express\lib esponse.js:279:15) at errorHandler (C:\Users\Pranav\Desktop\RealProjects\Backend_Projects\Contact_App\middleware\errorHandler.js:44:7) at Layer.handle_error (C:\Users\Pranav\Desktop\RealProjects\Backend_Projects\Contact_App ode_modules\express\lib outer\layer.js:71:5) at trim_prefix (C:\Users\Pranav\Desktop\RealProjects\Backend_Projects\Contact_App ode_modules\express\lib outer\index.js:326:13) at C:\Users\Pranav\Desktop\RealProjects\Backend_Projects\Contact_App ode_modules\express\lib outer\index.js:286:9 at Function.process_params (C:\Users\Pranav\Desktop\RealProjects\Backend_Projects\Contact_App ode_modules\express\lib outer\index.js:346:12) at Immediate.next (C:\Users\Pranav\Desktop\RealProjects\Backend_Projects\Contact_App ode_modules\express\lib outer\index.js:280:10) why this error
@RakeshSingh-vl2mz
@RakeshSingh-vl2mz 3 күн бұрын
use return and u can only return one res.end not 2
@hetpatel1772
@hetpatel1772 6 күн бұрын
Oh man can you increase the video content frequency to 3-4 videos every week. They are a lot of informative.
@muhammadtayyab012
@muhammadtayyab012 6 күн бұрын
sir i need this project presentation structure slides kindly give me this link
@MohammadSadiqu
@MohammadSadiqu 6 күн бұрын
not statisfied with your video, you don't give the proper infomration
@shubhamgupta-bl1tr
@shubhamgupta-bl1tr 6 күн бұрын
I want to understand both the components have thire own state ( second, isactive) or they are sharing the same state ?
@mahendra.bana78
@mahendra.bana78 7 күн бұрын
👍
@regilearn2138
@regilearn2138 7 күн бұрын
cant we do this using functions instead of class
@gngamestudio
@gngamestudio 2 күн бұрын
Nodejs, expressjs, docker, graphql, typescript and more: www.udemy.com/course/express-typescript-nodejs-mongodb-more-the-real-path/?referralCode=D4440486EE17A1F4D41A
@AfzalAnsari-hz5ck
@AfzalAnsari-hz5ck 7 күн бұрын
I was waiting for it.👍
@abdullahahmadsiddiqui2653
@abdullahahmadsiddiqui2653 7 күн бұрын
Let's study❤
@josephmdrgbzr
@josephmdrgbzr 7 күн бұрын
use indexing in userModel to improve the database retrieval like this userSchema.index({ email : 1}), I experienced a slow response when it comes to identifying if the email is already in the database so I do a research and found out the indexing method.
@amitluthra9563
@amitluthra9563 7 күн бұрын
This is Awesome video. So much covered in just 2 hours. Really helpful and very well explained.
@hamudxd9497
@hamudxd9497 8 күн бұрын
@cristianscoop7487
@cristianscoop7487 9 күн бұрын
Thanks brev I love ya mate. you seriously helped me out. Thanks a lot mate.
@yogendrarajput-k3n
@yogendrarajput-k3n 9 күн бұрын
upload care ui is not visible perfectly all the items inside it will saw extra large how to resolve this
@alexhelm6784
@alexhelm6784 10 күн бұрын
the github code for the Build User Signup Feature part is not the same
@itsayesha4440
@itsayesha4440 12 күн бұрын
I had started this video at 11 am today and now i had completed this project. I was begineer web-developer and starting my full-stack journey for 3 month as a intern in a software house. there were a lot of bugs and error through out the coding process on my side but i try my best to overcome those issues. Thank you for this video.
@Sneaky-jn8ji
@Sneaky-jn8ji 12 күн бұрын
Bro not working in mobile
@muneebahmad4378
@muneebahmad4378 13 күн бұрын
Bhai how do I get package jason file?????
@elusiveadrameleck9057
@elusiveadrameleck9057 15 күн бұрын
uploadCare has changed, from the time of following this tutorial i cannot tell what is what from uploadcare
@DevHive-wy3in
@DevHive-wy3in 15 күн бұрын
bro i have suggesion change the file name idex.ts to index.d.ts. then we do not need to export the interfaces we can only decalre it's imported automatically.
@DipeshMalvia
@DipeshMalvia 14 күн бұрын
That's a good suggestion thanks.
@GfoxSim
@GfoxSim 15 күн бұрын
Perfection! This video just made the concept behind Redux simpler to understand. Thank you.
@DipeshMalvia
@DipeshMalvia 14 күн бұрын
Glad you enjoyed the video.
@dupladupa-gl8lo
@dupladupa-gl8lo 17 күн бұрын
idk node can i watch it?
@DipeshMalvia
@DipeshMalvia 14 күн бұрын
Yes, If you know Javascript then you can jump to this video or you can also start from this playlist - kzfaq.info/sun/PLTP3E5bPW796_icZanMqhdg7i0Cl7Y51F
@altaf.ahmed.youtube
@altaf.ahmed.youtube 18 күн бұрын
Awesome Video, built my interest in node js, Thanks Man.
@DipeshMalvia
@DipeshMalvia 14 күн бұрын
Glad you liked it!
@ak_ros
@ak_ros 18 күн бұрын
i really learned a lot, Thanks
@DipeshMalvia
@DipeshMalvia 14 күн бұрын
Glad to hear that!
@user-ei1ym1lq6h
@user-ei1ym1lq6h 18 күн бұрын
Hi Dipnesh. Is it possible to add a sub-object into another sub-object by a unique key?
@hetpatel1772
@hetpatel1772 20 күн бұрын
hats off man, what a video for a fresher like me - just thought this can be the game changer from fresher to experienced.
@DipeshMalvia
@DipeshMalvia 14 күн бұрын
Thanks.
@jalluchakri1528
@jalluchakri1528 20 күн бұрын
Hey ! Thanks for explaining this type of examples
@DipeshMalvia
@DipeshMalvia 14 күн бұрын
You are welcome!
@jalluchakri1528
@jalluchakri1528 20 күн бұрын
Hey! Thanks for explaining about the vite tool
@DipeshMalvia
@DipeshMalvia 14 күн бұрын
Welcome.
@jalluchakri1528
@jalluchakri1528 20 күн бұрын
Thanks a lot friend i am expecting more videos like this friend
@DipeshMalvia
@DipeshMalvia 14 күн бұрын
Sure 👍
@bishalbhattarai9508
@bishalbhattarai9508 20 күн бұрын
Hlw bro cant we directly get the code of dashboard which you showed us at first?
@homekraftt
@homekraftt 21 күн бұрын
Is this for beginners?
@jalluchakri1528
@jalluchakri1528 21 күн бұрын
Please Built more features of react firebase project
@prasanthibammidi4681
@prasanthibammidi4681 21 күн бұрын
I really loved the video thanks for making it 👍
@DipeshMalvia
@DipeshMalvia 14 күн бұрын
Glad you enjoyed it!
@DevHive-wy3in
@DevHive-wy3in 22 күн бұрын
bro which extension is used for tsrsc
@VickySharma-o4i
@VickySharma-o4i 22 күн бұрын
1:57 npm install
@jabrafan5264
@jabrafan5264 22 күн бұрын
JUST WOW
@DipeshMalvia
@DipeshMalvia 14 күн бұрын
Thanks.
@sisyphusnot01
@sisyphusnot01 23 күн бұрын
loved it
@DipeshMalvia
@DipeshMalvia 14 күн бұрын
Thanks
@sheatzu6020
@sheatzu6020 23 күн бұрын
I'd really appreciate more of an explanation on the 'why'. Why do we spend the first hour printing out your name in the console?
@parantapbhardwaj7057
@parantapbhardwaj7057 24 күн бұрын
how should i change the base url to make the app do the crud operations, because the app is giving error after i closed it after completing the video. the app started giving error after restarting
@KLR_OFFICIALS
@KLR_OFFICIALS 24 күн бұрын
Thank you so much for sharing the knowledge 🎉🎉🎉🎉🎉🎉
@DipeshMalvia
@DipeshMalvia 14 күн бұрын
welcome.
@aditya17209
@aditya17209 25 күн бұрын
I AM GETTING AN ERROR AT USER ROUTES IT SAYS express.router()is not a function .what should I do plz help.
@prasanthibammidi4681
@prasanthibammidi4681 21 күн бұрын
use express.Router() capital R
@user-se6mi3fe8w
@user-se6mi3fe8w 26 күн бұрын
Why did you say that most of the big companies used minimum external packages and libraries?
@DipeshMalvia
@DipeshMalvia 26 күн бұрын
@@user-se6mi3fe8w because that is true, these libraries and package have vulnerabilities and less preferred that doesn’t mean that companies don’t use external packages and libraries
@user-se6mi3fe8w
@user-se6mi3fe8w 26 күн бұрын
@@DipeshMalvia I think that there are limitations when using react-hook-form. I'm doing a project using useFieldArray from react-hook-form. However, I find that useFieldArray automatically generates id of type string as key prop for rendering lists. That means we can't use id of type long generating from database as key prop. Do you have experience about this?