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Күн бұрын
43:26 So good so far!
@P.ankeet4 сағат бұрын
1:05:20 No errors till now going smooth
@P.ankeet2 сағат бұрын
1:23:23 Going on
@RamAshish-u3hКүн бұрын
Great Imran sir 👍
@sahab3881Күн бұрын
❤
@skmdrizwan73422 күн бұрын
Great explanation and very useful
@ankitjangid42082 күн бұрын
its better and easier approach than recursive way not depth variable needed also , and i checked it takes less time as well
@ZahidaSaleem-n6i3 күн бұрын
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
@imranshaikh04042 күн бұрын
You are right, I might be wrong, but please correct it, adding onclicik listener on parent is always a better idea.
@mohammedshoaib27554 күн бұрын
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
@imranshaikh04042 күн бұрын
Thanks for the feedback, it motivates me to create more content.
@vision93384 күн бұрын
Sir need help showing internal server error after deployment....how to resolve this issue... should create my jws screat key 🔑... need help
@imranshaikh04042 күн бұрын
I would be happy to help you, Can you please share your code base (Github link)
@vision9338Күн бұрын
@@imranshaikh0404 thank you for your response issues has been resolved ☺☺
@P.ankeetКүн бұрын
@@vision9338 Have you deployed the project?
@namitadas51945 күн бұрын
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
@dreamvallyhasan48076 күн бұрын
Excellant We want more videos for logic building....Thanks💗💗💗
@imranshaikh04042 күн бұрын
Thanks for the feedback, I'll try to make more.
@CodeWithYajat6 күн бұрын
Mene frontend sikhne ke baad backend sikhne ka socha aur apki video mil gyi, bohot had tak concepts clear ho gye
@imranshaikh04042 күн бұрын
I appreciate that you liked it, Please share this video in your friend circle if possible.
@marcelomartinez71877 күн бұрын
y esto puede aplicarse en una pwa???
@RamAshish-u3h8 күн бұрын
hello Imran bhai big fan, I have been watching your node series and full auth for few months ago.
@imranshaikh04042 күн бұрын
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! 😊
@pcacc59949 күн бұрын
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?
@muchamaddestafadilah10 күн бұрын
Sir, why not save image as 'blob' type, instead real path fileimage?
@imranshaikh04042 күн бұрын
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.
@abhishekrawat857912 күн бұрын
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.
@imranshaikh04042 күн бұрын
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.
@lyricaladdition12 күн бұрын
awesome explanation ❤
@imranshaikh04042 күн бұрын
Thanks for your support
@RajeshMudi12 күн бұрын
Pls make a video for hosting project using vercel and render.
@imranshaikh04042 күн бұрын
Already done, Can you please refer this video kzbin.info/www/bejne/p4XWpGVqp9-VmdU
@worthydart14 күн бұрын
Could you please do next contents in English? I don't know Hindi.
@amitdahiya742515 күн бұрын
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 . )
@vinayaka717515 күн бұрын
I got this error. Cross-Origin-Opener-Policy policy would block the window.postMessage call. does anyone know the solution
@ASD-mt4mf16 күн бұрын
i am getting an axios error while hitting google api , can you help?
@SohailAhmad-y5b16 күн бұрын
Sir ya paid Q dika raha hai ?
@tushar_x_m17 күн бұрын
40:44 ye url nhi mil rha.
@SA-hl8oy19 күн бұрын
Nice video. Would like a video on otp verification for signing up. Subscribed!
@imranshaikh040415 күн бұрын
Thanks for the sub!, Noted your feedback
@DipankarPorey-l9b20 күн бұрын
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."
@surbhincert705915 күн бұрын
I got same error when I deploy app on vercel .but not get any solution
@r_a_j_2620 күн бұрын
23:34 iski ma copy 😂😂😂😂, but really helpful, thanks
@imranshaikh040420 күн бұрын
Glad you liked it
@GauravSingh-rq5hz20 күн бұрын
className={`star ${num<=(hover)?'on':'off'}`}. this is also working fine sir
@priyadhoble583821 күн бұрын
My this API is not working- localhost:8080/auth/signup , what should I do? plz help
@shaikhsufyan9522 күн бұрын
Nice
@abhishekdhiman449324 күн бұрын
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!
@imranshaikh040423 күн бұрын
Glad that you found this series valuable, thanks for the compliment
@quocliem150926 күн бұрын
In my postman, in the Headers section, there is no Authorization Key and JWT Value after logging in, what should I do?
@chhavimanichoubey943726 күн бұрын
i think this is the video i was looking for.
@imranshaikh040426 күн бұрын
Thanks glad you liked it
@vijaythakur3869Ай бұрын
Nice Teaching Sir Give it front end part also.
@imranshaikh040426 күн бұрын
Thanks Already uploaded
@PRABHATKUMAR-vo8ofАй бұрын
Thank you so much for the video
@imranshaikh040426 күн бұрын
You are so welcome!
@starEMERGEАй бұрын
now these are showing card option
@Vaibhav-Saxena25Ай бұрын
Deserved more subscribers 😢
@CoderUzairАй бұрын
I have learned a lot from this video. You've got a new subscriber! Thank you brother
@imranshaikh0404Ай бұрын
Thanks for the sub!
@sarfarajali-ev8hkАй бұрын
thankyou very much
@imranshaikh0404Ай бұрын
You are most welcome
@PRABHATKUMAR-vo8ofАй бұрын
Good for machine coding interview. May be in next machine interview will able to clear the interview.
@imranshaikh0404Ай бұрын
Good to hear this.
@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Ай бұрын
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.