4.5 Years Experienced React JS Interview | Chakde Frontend Interview EP - 06

  Рет қаралды 17,626

Chirag Goel

Chirag Goel

Күн бұрын

Пікірлер: 49
@krupapanchal9908
@krupapanchal9908 5 ай бұрын
Thankyou for inviting me again for the Machine coding round. It was truly a great experience!
@jj_tech_gate
@jj_tech_gate 5 ай бұрын
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 ❤
@engineerchirag
@engineerchirag 5 ай бұрын
My pleasure!
@WebBlows
@WebBlows 5 ай бұрын
@vrajpal-zuru
@vrajpal-zuru 5 ай бұрын
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.
@phoenixgaming3045
@phoenixgaming3045 5 ай бұрын
You have improved a lot from the last interview. now you look like experienced developer 👏.
@nampallyanurag3620
@nampallyanurag3620 5 ай бұрын
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.
@engineerchirag
@engineerchirag 5 ай бұрын
❤️ lot more to come. Keep watching, keep sharing 🚀
@imvpn22
@imvpn22 5 ай бұрын
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.
@dilshadazam880
@dilshadazam880 5 ай бұрын
Every Satuarday I patiently wait for you. Thanks a lot. I am learning slowly
@engineerchirag
@engineerchirag 5 ай бұрын
Glad to hear that ❤️
@SachinVerma-dw3mz
@SachinVerma-dw3mz 2 ай бұрын
Wonderful knowledgeable video. She has great understanding of the concepts
@nileshdeshmukh7841
@nileshdeshmukh7841 5 ай бұрын
I had learn something new about the differnece between value & defaultValue in InputTag great Interview , please bring more such content!, Really helpfull
@engineerchirag
@engineerchirag 5 ай бұрын
❤️
@thunder005
@thunder005 21 күн бұрын
She aced the interview in all ways
@tusharshyoran3233
@tusharshyoran3233 4 ай бұрын
Absolutely fantastic video, be it the problem statement or the candidate approach explaining and solving it. Keep up the great work . 👍
@engineerchirag
@engineerchirag 4 ай бұрын
Many thanks!
@viralduniya016
@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...
@shubhanshusahuu
@shubhanshusahuu 5 ай бұрын
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-xv1bb
@Piyush-xv1bb 5 ай бұрын
I am Waiting for New videos since i get to Know About Chakde Frontend Interview Series Love This Series Very Informative
@engineerchirag
@engineerchirag 5 ай бұрын
Keep watching ❤️
@SanjayYadav-ur4qj
@SanjayYadav-ur4qj 5 ай бұрын
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.
@adityaaditya7286
@adityaaditya7286 3 ай бұрын
Do you use Sword for things which need needle ?? 😂
@mirage4731
@mirage4731 4 ай бұрын
using a useReducer is good in this scenario since we got multiple actions
@lakshmangottapu618
@lakshmangottapu618 2 ай бұрын
That is what I thought since we are not mutating a simple object state and I implemented it myself.
@vikasgupta8920
@vikasgupta8920 5 ай бұрын
If we are using redux to store the tasks then it would be easy to manage and update the task status
@priyankarokhade6142
@priyankarokhade6142 5 ай бұрын
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.
@engineerchirag
@engineerchirag 4 ай бұрын
❤️
@avknash175
@avknash175 3 ай бұрын
I learn lots off minor things about the state, got new information about the typescript
@syncmaster320
@syncmaster320 5 ай бұрын
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.
@engineerchirag
@engineerchirag 5 ай бұрын
❤️
@EricEGunes
@EricEGunes 4 ай бұрын
Wow !! I felt extremely stressed out 😱 she managed so well !!! I couldn’t watch all of it …
@madhuiitb-cse
@madhuiitb-cse 3 ай бұрын
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!!!
@engineerchirag
@engineerchirag 3 ай бұрын
Thank you ❤️. Keep watching, keep sharing 🚀
@navinkukreja1051
@navinkukreja1051 5 ай бұрын
How fast she is...... How can she supremely putting piece of code and building logics at the same time man...???
@krupapanchal9908
@krupapanchal9908 5 ай бұрын
That's what you get after investing time and energy into coding every day.
@jj_tech_gate
@jj_tech_gate 5 ай бұрын
Yaa, i enjoyed full of video and i want much more 😊
@engineerchirag
@engineerchirag 5 ай бұрын
More to come! 🚀
@hemanthmareedu9585
@hemanthmareedu9585 4 ай бұрын
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
@engineerchirag
@engineerchirag 4 ай бұрын
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
@aritchanda205
@aritchanda205 4 ай бұрын
Hey! how can I signup for a mock interview?
@engineerchirag
@engineerchirag 4 ай бұрын
DM me on LinkedIn
@singh.aadarsh
@singh.aadarsh 5 ай бұрын
I want to join your interview.
@aaryansj8016
@aaryansj8016 5 ай бұрын
Me too
@engineerchirag
@engineerchirag 5 ай бұрын
Fill the form
@aaryansj8016
@aaryansj8016 5 ай бұрын
@@engineerchirag Link ??
@Samuel-mx5sk
@Samuel-mx5sk 5 ай бұрын
indeed seniors deserve respect 🫡🫡🫡🫡. i havent used ts in react but this has inspired me to and learn
@engineerchirag
@engineerchirag 5 ай бұрын
❤️
[ Live ] React JS Interview 🤯 | Frontend UI Questions 🤒
1:12:35
Akshay Saini
Рет қаралды 372 М.
Players vs Pitch 🤯
00:26
LE FOOT EN VIDÉO
Рет қаралды 135 МЛН
ТЫ В ДЕТСТВЕ КОГДА ВЫПАЛ ЗУБ😂#shorts
00:59
BATEK_OFFICIAL
Рет қаралды 4,5 МЛН
Hoodie gets wicked makeover! 😲
00:47
Justin Flom
Рет қаралды 135 МЛН
Beginner React.js Coding Interview (ft. Clément Mihailescu)
36:31
Ben Awad
Рет қаралды 2,2 МЛН
3 Years Experienced React Interview
1:16:16
ProCodrr
Рет қаралды 90 М.