Пікірлер
@AvinashKumar-gk9in
@AvinashKumar-gk9in 15 сағат бұрын
Thanks for creating this short, I will try to solve and implement all your challenges, and also thanks for creating such an informative playlist.
@P.ankeet
@P.ankeet Күн бұрын
43:26 So good so far!
@P.ankeet
@P.ankeet 4 сағат бұрын
1:05:20 No errors till now going smooth
@P.ankeet
@P.ankeet 2 сағат бұрын
1:23:23 Going on
@RamAshish-u3h
@RamAshish-u3h Күн бұрын
Great Imran sir 👍
@sahab3881
@sahab3881 Күн бұрын
@skmdrizwan7342
@skmdrizwan7342 2 күн бұрын
Great explanation and very useful
@ankitjangid4208
@ankitjangid4208 2 күн бұрын
its better and easier approach than recursive way not depth variable needed also , and i checked it takes less time as well
@ZahidaSaleem-n6i
@ZahidaSaleem-n6i 3 күн бұрын
Sir phelay ap ne parent div par onclick lagaya q k ap map andar child par onclick ko inefficient keh rahay that phir ap fosri jagah map k andar hi buttons me onclick lagaya
@imranshaikh0404
@imranshaikh0404 2 күн бұрын
You are right, I might be wrong, but please correct it, adding onclicik listener on parent is always a better idea.
@mohammedshoaib2755
@mohammedshoaib2755 4 күн бұрын
Really enjoyed this video, before watching this i didn't have any idea on memory usage it's really great to know.Thank you soo much for your efforts in making this video and sharing with us
@imranshaikh0404
@imranshaikh0404 2 күн бұрын
Thanks for the feedback, it motivates me to create more content.
@vision9338
@vision9338 4 күн бұрын
Sir need help showing internal server error after deployment....how to resolve this issue... should create my jws screat key 🔑... need help
@imranshaikh0404
@imranshaikh0404 2 күн бұрын
I would be happy to help you, Can you please share your code base (Github link)
@vision9338
@vision9338 Күн бұрын
@@imranshaikh0404 thank you for your response issues has been resolved ☺☺
@P.ankeet
@P.ankeet Күн бұрын
@@vision9338 Have you deployed the project?
@namitadas5194
@namitadas5194 5 күн бұрын
This is 1st time polyfill video. I understand the logic inside the function. But dont understand fuction invocation and function definition.can you explain it
@dreamvallyhasan4807
@dreamvallyhasan4807 6 күн бұрын
Excellant We want more videos for logic building....Thanks💗💗💗
@imranshaikh0404
@imranshaikh0404 2 күн бұрын
Thanks for the feedback, I'll try to make more.
@CodeWithYajat
@CodeWithYajat 6 күн бұрын
Mene frontend sikhne ke baad backend sikhne ka socha aur apki video mil gyi, bohot had tak concepts clear ho gye
@imranshaikh0404
@imranshaikh0404 2 күн бұрын
I appreciate that you liked it, Please share this video in your friend circle if possible.
@marcelomartinez7187
@marcelomartinez7187 7 күн бұрын
y esto puede aplicarse en una pwa???
@RamAshish-u3h
@RamAshish-u3h 8 күн бұрын
hello Imran bhai big fan, I have been watching your node series and full auth for few months ago.
@imranshaikh0404
@imranshaikh0404 2 күн бұрын
Hey Bhai, Thank you so much for your kind words! I'm really glad to hear that you're feeling positive about it all. May you be blessed with even more wisdom and success on your journey ahead. Always here if you need anything! 😊
@pcacc5994
@pcacc5994 9 күн бұрын
Module not found: Error: You attempted to import ../../../backend/Controllers/ExpenseController which falls outside of the project src/ directory. Relative imports outside of src/ are not supported. You can either move it inside src/, or add a symlink to it from project's node_modules/. i am getting this error how do i resolve this?
@muchamaddestafadilah
@muchamaddestafadilah 10 күн бұрын
Sir, why not save image as 'blob' type, instead real path fileimage?
@imranshaikh0404
@imranshaikh0404 2 күн бұрын
1. Good question! Technically, we can store the image as a BLOB in the database, but doing so comes with additional maintenance overhead. Managing BLOB data in a database can lead to performance issues, especially as the size of the images grows. It can also make backup and recovery processes more complex. 2. I’m explaining this to you to give you an idea of how things work in real-world projects. In production environments, best practices are followed to ensure efficiency, scalability, and reliability. 3. It's not recommended to store BLOB data directly on your server for several reasons. For instance, if the database experiences a failure, you might lose all the image data. Managed services like Amazon S3, Cloudinary, or other cloud-based storage solutions are preferred because they offer redundancy, automatic backups, and scalable solutions. These services also have multiple replicas, ensuring your data is safe even in case of a server failure.
@abhishekrawat8579
@abhishekrawat8579 12 күн бұрын
I don't think this would be a better approach for a step form because complexity will grow when more fields needs to be added in each steps.
@imranshaikh0404
@imranshaikh0404 2 күн бұрын
Hey , You make a valid point. For a step form, as more fields are added at each step, the complexity can indeed grow. However, the approach I shared was primarily intended to demonstrate a simplified solution, especially from an interview perspective. In real-world scenarios, we’d consider more scalable and maintainable approaches, like dynamic form handling or modular components, to manage complexity as the form expands. The goal here is to focus on the basic idea, but you're absolutely right to think ahead about how complexity can increase in such use cases.
@lyricaladdition
@lyricaladdition 12 күн бұрын
awesome explanation ❤
@imranshaikh0404
@imranshaikh0404 2 күн бұрын
Thanks for your support
@RajeshMudi
@RajeshMudi 12 күн бұрын
Pls make a video for hosting project using vercel and render.
@imranshaikh0404
@imranshaikh0404 2 күн бұрын
Already done, Can you please refer this video kzbin.info/www/bejne/p4XWpGVqp9-VmdU
@worthydart
@worthydart 14 күн бұрын
Could you please do next contents in English? I don't know Hindi.
@amitdahiya7425
@amitdahiya7425 15 күн бұрын
29:40 1:17:09 ( why we didn't used cookies here as storing jwtToken in localStorage is not considered safe and not used in real life cases . )
@vinayaka7175
@vinayaka7175 15 күн бұрын
I got this error. Cross-Origin-Opener-Policy policy would block the window.postMessage call. does anyone know the solution
@ASD-mt4mf
@ASD-mt4mf 16 күн бұрын
i am getting an axios error while hitting google api , can you help?
@SohailAhmad-y5b
@SohailAhmad-y5b 16 күн бұрын
Sir ya paid Q dika raha hai ?
@tushar_x_m
@tushar_x_m 17 күн бұрын
40:44 ye url nhi mil rha.
@SA-hl8oy
@SA-hl8oy 19 күн бұрын
Nice video. Would like a video on otp verification for signing up. Subscribed!
@imranshaikh0404
@imranshaikh0404 15 күн бұрын
Thanks for the sub!, Noted your feedback
@DipankarPorey-l9b
@DipankarPorey-l9b 20 күн бұрын
How to resolve this error: "blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. If an opaque response serves your needs, set the request's mode to 'no-cors' to fetch the resource with CORS disabled."
@surbhincert7059
@surbhincert7059 15 күн бұрын
I got same error when I deploy app on vercel .but not get any solution
@r_a_j_26
@r_a_j_26 20 күн бұрын
23:34 iski ma copy 😂😂😂😂, but really helpful, thanks
@imranshaikh0404
@imranshaikh0404 20 күн бұрын
Glad you liked it
@GauravSingh-rq5hz
@GauravSingh-rq5hz 20 күн бұрын
className={`star ${num<=(hover)?'on':'off'}`}. this is also working fine sir
@priyadhoble5838
@priyadhoble5838 21 күн бұрын
My this API is not working- localhost:8080/auth/signup , what should I do? plz help
@shaikhsufyan95
@shaikhsufyan95 22 күн бұрын
Nice
@abhishekdhiman4493
@abhishekdhiman4493 24 күн бұрын
I’m genuinely amazed at the engagement on these videos! Despite the comments, this polyfill series is incredibly informative and absolutely worth watching. Thank you for the fantastic content-I'm really enjoying the videos!
@imranshaikh0404
@imranshaikh0404 23 күн бұрын
Glad that you found this series valuable, thanks for the compliment
@quocliem1509
@quocliem1509 26 күн бұрын
In my postman, in the Headers section, there is no Authorization Key and JWT Value after logging in, what should I do?
@chhavimanichoubey9437
@chhavimanichoubey9437 26 күн бұрын
i think this is the video i was looking for.
@imranshaikh0404
@imranshaikh0404 26 күн бұрын
Thanks glad you liked it
@vijaythakur3869
@vijaythakur3869 Ай бұрын
Nice Teaching Sir Give it front end part also.
@imranshaikh0404
@imranshaikh0404 26 күн бұрын
Thanks Already uploaded
@PRABHATKUMAR-vo8of
@PRABHATKUMAR-vo8of Ай бұрын
Thank you so much for the video
@imranshaikh0404
@imranshaikh0404 26 күн бұрын
You are so welcome!
@starEMERGE
@starEMERGE Ай бұрын
now these are showing card option
@Vaibhav-Saxena25
@Vaibhav-Saxena25 Ай бұрын
Deserved more subscribers 😢
@CoderUzair
@CoderUzair Ай бұрын
I have learned a lot from this video. You've got a new subscriber! Thank you brother
@imranshaikh0404
@imranshaikh0404 Ай бұрын
Thanks for the sub!
@sarfarajali-ev8hk
@sarfarajali-ev8hk Ай бұрын
thankyou very much
@imranshaikh0404
@imranshaikh0404 Ай бұрын
You are most welcome
@PRABHATKUMAR-vo8of
@PRABHATKUMAR-vo8of Ай бұрын
Good for machine coding interview. May be in next machine interview will able to clear the interview.
@imranshaikh0404
@imranshaikh0404 Ай бұрын
Good to hear this.
@csengineer8819
@csengineer8819 Ай бұрын
sir as a mern stack developer i make projects full stack and in my learning phase i also made such a good projects using react (only front end) .. sir i want know i add these front end projects in my resume or not please sir reply....
@imranshaikh0404
@imranshaikh0404 Ай бұрын
Nice, Sure you can definitely add your project whether it's frontend or full stack. it's good to have always projects in the resume.
@PRABHATKUMAR-vo8of
@PRABHATKUMAR-vo8of Ай бұрын
Informative video
@imranshaikh0404
@imranshaikh0404 Ай бұрын
Glad you think so!
@PRABHATKUMAR-vo8of
@PRABHATKUMAR-vo8of Ай бұрын
Excellent game 👏
@imranshaikh0404
@imranshaikh0404 Ай бұрын
Thanks for the visit
@shubhasheeshkundu6040
@shubhasheeshkundu6040 Ай бұрын
Kitne month me ye khtm hoga course sir
@imranshaikh0404
@imranshaikh0404 Ай бұрын
Hey, I will try to complete it in 35 to 40 days
@hamudxd9497
@hamudxd9497 Ай бұрын
❤❤❤
@PRABHATKUMAR-vo8of
@PRABHATKUMAR-vo8of Ай бұрын
Excellent explanation ❤❤
@imranshaikh0404
@imranshaikh0404 Ай бұрын
Glad you liked it
@anishapal4440
@anishapal4440 Ай бұрын
thank you for the amazing lesson
@imranshaikh0404
@imranshaikh0404 Ай бұрын
Glad you liked it
@RAKSHIT-g2o
@RAKSHIT-g2o Ай бұрын
shaaandaaar