Thankyou for inviting me again for the Machine coding round. It was truly a great experience!
@jj_tech_gate6 ай бұрын
Hey Krupa, do you have a technology related KZbin channel? If yes please tell me I want to follow you because your logic is too high and your catch up is mind blowing I really enjoyed your session and I am waiting to your response ❤
@engineerchirag6 ай бұрын
My pleasure!
@WebBlows6 ай бұрын
☺
@vrajpal-zuru6 ай бұрын
I noticed few improvements can be done, 1. It is better to avoid using useRef for UI updates since it is not the react way of doing things. The better use case of using refs are for flags and storing values that don't affect your UI (at least not directly). 2. It creates problem if prevState is not used while updating the state. If there are frequent setState queued, at some point the task list state would be outdated and won't update the list of tasks correctly in the UI. 3. Avoid mutating objects, since there many array methods of manipulating arrays ie. instead of using array.push, array.map is more suitable while updating array of state. 4. Optional chaining make code look untrustworthy IMO. If it used once, wait for it to be spread through rest of the code base.
@phoenixgaming30456 ай бұрын
You have improved a lot from the last interview. now you look like experienced developer 👏.
@thunder005Ай бұрын
She aced the interview in all ways
@nampallyanurag36206 ай бұрын
Many students feel that you do not need much DSA to do development, But this video is a clear example that beautifully balances both. This is indeed an application of DSA where we need to build a data structure that has optimized get/add/edit/delete task by its id and search tasks by category. Please do more videos like this. Enjoyed the discussion.
@engineerchirag6 ай бұрын
❤️ lot more to come. Keep watching, keep sharing 🚀
@SachinVerma-dw3mz3 ай бұрын
Wonderful knowledgeable video. She has great understanding of the concepts
@dilshadazam8806 ай бұрын
Every Satuarday I patiently wait for you. Thanks a lot. I am learning slowly
@engineerchirag6 ай бұрын
Glad to hear that ❤️
@imvpn226 ай бұрын
This content is extremely helpful for understanding and practicing machine coding rounds. I recall creating something similar in pure JavaScript about five years ago. It's fantastic to observe the interviewee's thought process in real-time and to solve problems collaboratively with the interviewer while thinking out loud.
@tusharshyoran32335 ай бұрын
Absolutely fantastic video, be it the problem statement or the candidate approach explaining and solving it. Keep up the great work . 👍
@engineerchirag5 ай бұрын
Many thanks!
@nileshdeshmukh78416 ай бұрын
I had learn something new about the differnece between value & defaultValue in InputTag great Interview , please bring more such content!, Really helpfull
@engineerchirag6 ай бұрын
❤️
@SumitKumar-no3nt26 күн бұрын
intelligent girl , ese kehte hain knowledge
@Piyush-xv1bb6 ай бұрын
I am Waiting for New videos since i get to Know About Chakde Frontend Interview Series Love This Series Very Informative
@engineerchirag6 ай бұрын
Keep watching ❤️
@mirage47315 ай бұрын
using a useReducer is good in this scenario since we got multiple actions
@lakshmana6183 ай бұрын
That is what I thought since we are not mutating a simple object state and I implemented it myself.
@viralduniya0163 ай бұрын
Hi chirag i followed your videos since last few months I have one suggestion for you please describe link of source code get done in interview for better understanding of code...
@priyankarokhade61426 ай бұрын
Thank you so much for this frontend mock interview video, I have learnt from this interview session alot, I will definitely implement with my preparation.
@engineerchirag5 ай бұрын
❤️
@SanjayYadav-ur4qj6 ай бұрын
I think we can use tree like DS and just keep node ids in this tree. All tasks data can be normalised and stored in a map where key would be task id. In this approach read would be constant when we open details page. We will play with only ids in the tree and update map accordingly.
@adityaaditya72864 ай бұрын
Do you use Sword for things which need needle ?? 😂
@navinkukreja10516 ай бұрын
How fast she is...... How can she supremely putting piece of code and building logics at the same time man...???
@krupapanchal99086 ай бұрын
That's what you get after investing time and energy into coding every day.
@shubhanshusahuu6 ай бұрын
She should have used single array of object for the tasks, withthe cotegory field in each obj, that way edit functio ality will be easy to implement
@syncmaster3206 ай бұрын
Nice to see her again and also nice to see Typescript but the IDE used defeats the whole purpose of using TS in the first place.
@engineerchirag6 ай бұрын
❤️
@avknash1754 ай бұрын
I learn lots off minor things about the state, got new information about the typescript
@madhuiitb-cse4 ай бұрын
This was like insane. I subscribed in the middle of the interview. Very nice initiative for the entire community who are looking for the frontend jobs. I really appreciate you for your efforts because creating a task and bring one person to do the interview and recording etc... 👏🙌 Even, Krupa also having good knowledge over the subject. And some recruiter can hire her easily. Thanks Man!!!
@engineerchirag4 ай бұрын
Thank you ❤️. Keep watching, keep sharing 🚀
@jj_tech_gate6 ай бұрын
Yaa, i enjoyed full of video and i want much more 😊
@engineerchirag6 ай бұрын
More to come! 🚀
@vikasgupta89206 ай бұрын
If we are using redux to store the tasks then it would be easy to manage and update the task status
@EricEGunes5 ай бұрын
Wow !! I felt extremely stressed out 😱 she managed so well !!! I couldn’t watch all of it …
@hemanthmareedu95855 ай бұрын
Hi Chirag , Can you please share the code . It would be great if you can upload it to a repository or create a CodeSandbox link for reference
@engineerchirag5 ай бұрын
Purpose is you try along with video and have your own version of the solution 😊. I don't want another git clone repo in local
@aritchanda2055 ай бұрын
Hey! how can I signup for a mock interview?
@engineerchirag5 ай бұрын
DM me on LinkedIn
@singh.aadarsh6 ай бұрын
I want to join your interview.
@aaryansj80166 ай бұрын
Me too
@engineerchirag6 ай бұрын
Fill the form
@aaryansj80166 ай бұрын
@@engineerchirag Link ??
@Samuel-mx5sk6 ай бұрын
indeed seniors deserve respect 🫡🫡🫡🫡. i havent used ts in react but this has inspired me to and learn