Thankyou for inviting me again for the Machine coding round. It was truly a great experience!
@jj_tech_gate5 ай бұрын
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 ❤
@engineerchirag5 ай бұрын
My pleasure!
@WebBlows5 ай бұрын
☺
@vrajpal-zuru5 ай бұрын
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.
@phoenixgaming30455 ай бұрын
You have improved a lot from the last interview. now you look like experienced developer 👏.
@nampallyanurag36205 ай бұрын
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.
@engineerchirag5 ай бұрын
❤️ lot more to come. Keep watching, keep sharing 🚀
@imvpn225 ай бұрын
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.
@dilshadazam8805 ай бұрын
Every Satuarday I patiently wait for you. Thanks a lot. I am learning slowly
@engineerchirag5 ай бұрын
Glad to hear that ❤️
@SachinVerma-dw3mz2 ай бұрын
Wonderful knowledgeable video. She has great understanding of the concepts
@nileshdeshmukh78415 ай бұрын
I had learn something new about the differnece between value & defaultValue in InputTag great Interview , please bring more such content!, Really helpfull
@engineerchirag5 ай бұрын
❤️
@thunder00521 күн бұрын
She aced the interview in all ways
@tusharshyoran32334 ай бұрын
Absolutely fantastic video, be it the problem statement or the candidate approach explaining and solving it. Keep up the great work . 👍
@engineerchirag4 ай бұрын
Many thanks!
@viralduniya016Ай бұрын
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...
@shubhanshusahuu5 ай бұрын
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
@Piyush-xv1bb5 ай бұрын
I am Waiting for New videos since i get to Know About Chakde Frontend Interview Series Love This Series Very Informative
@engineerchirag5 ай бұрын
Keep watching ❤️
@SanjayYadav-ur4qj5 ай бұрын
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.
@adityaaditya72863 ай бұрын
Do you use Sword for things which need needle ?? 😂
@mirage47314 ай бұрын
using a useReducer is good in this scenario since we got multiple actions
@lakshmangottapu6182 ай бұрын
That is what I thought since we are not mutating a simple object state and I implemented it myself.
@vikasgupta89205 ай бұрын
If we are using redux to store the tasks then it would be easy to manage and update the task status
@priyankarokhade61425 ай бұрын
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.
@engineerchirag4 ай бұрын
❤️
@avknash1753 ай бұрын
I learn lots off minor things about the state, got new information about the typescript
@syncmaster3205 ай бұрын
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.
@engineerchirag5 ай бұрын
❤️
@EricEGunes4 ай бұрын
Wow !! I felt extremely stressed out 😱 she managed so well !!! I couldn’t watch all of it …
@madhuiitb-cse3 ай бұрын
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!!!
@engineerchirag3 ай бұрын
Thank you ❤️. Keep watching, keep sharing 🚀
@navinkukreja10515 ай бұрын
How fast she is...... How can she supremely putting piece of code and building logics at the same time man...???
@krupapanchal99085 ай бұрын
That's what you get after investing time and energy into coding every day.
@jj_tech_gate5 ай бұрын
Yaa, i enjoyed full of video and i want much more 😊
@engineerchirag5 ай бұрын
More to come! 🚀
@hemanthmareedu95854 ай бұрын
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
@engineerchirag4 ай бұрын
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
@aritchanda2054 ай бұрын
Hey! how can I signup for a mock interview?
@engineerchirag4 ай бұрын
DM me on LinkedIn
@singh.aadarsh5 ай бұрын
I want to join your interview.
@aaryansj80165 ай бұрын
Me too
@engineerchirag5 ай бұрын
Fill the form
@aaryansj80165 ай бұрын
@@engineerchirag Link ??
@Samuel-mx5sk5 ай бұрын
indeed seniors deserve respect 🫡🫡🫡🫡. i havent used ts in react but this has inspired me to and learn