Mechanical ➡️CS ➡️ Learning

Поділитися
Вставка
  • Опубліковано 15 вер 2024
  • #interview #react #reactjs #frontend #javascript
    Praveeen is a 4 year experienced mechanical engineer from Tamil Nadu. He always wanted to work for IT and he got placed in the networking domain from his college. Now he studied React by himself and appeared for the interview. The way he has prepared on the fundamental stuff is commendable. Everyone who want to transition from non IT to IT must watch this video.
    @careerwithvasanth is a UA-cam channel dedicated to helping candidates clear their interview. There are more than 150 videos and new videos will be uploaded every week. If you're seriously preparing for interviews and looking for tips and tricks, please subscribe to my channel and press the bell icon.
    You can get more mock interviews here : v=uW7MfzoD1po&list=PLmcRO0ZwQv4SwXLVpnKb_nFQx1Wd2XEjD&ab_channel=UncommonGeeks
    To get a dedicated one on one, you can reach out to me here: topmate.io/vas...
    Join CareerwithVasanth community to discuss with other developers: t.me/uncommongeek.
    Follow me on LinkedIn - / careerwithvasanth
    Medium Blog / mevasanth
    JavaScript Interview preparation series : • Watch this series and ...
    JavaScript Custom implementation/polyfills Series: • Learn Custom implement...
    Frontend system design series: • 🔥 What is frontend Sy...
    MAANG series for frontend developer: • First ever MAANG serie...
    Shorts for quick access to all frontend resources: • MAANG interview Qstns ...
    Tips for freshers: • 🔥 Every Engineering S...

КОМЕНТАРІ • 9

  • @20.hiteshkumar76
    @20.hiteshkumar76 8 днів тому +1

    we can also implement caching when the user clears and backspace so it won't make again api calls it will fetch the data from cache

  • @anujadi8366
    @anujadi8366 11 днів тому +2

    Great video i liked the ans of the candidate thank u so much Vasanth sir❤

  • @fitnessforlifetamil3936
    @fitnessforlifetamil3936 11 днів тому

    Thanks for giving me this opportunity sir, based on this i have mostly completed all the frequently asked machine coding questions, it's really helpful ❤

  • @starlord7526
    @starlord7526 6 днів тому

    Hello sir, I want to ask, how does Instagram infinite scroll works in terms of rendering the post artciles in the DOM? I think its called virtualized lists, but I just couldnt understand how they implemented them. They have used padding top and padding bottom for this, but it went all over my head. Do you mind explaining this sometime on one of your future videos?

  • @adiMallya
    @adiMallya 11 днів тому +1

    optimization in typeahead system i think would be more on the storage strategy.. where we can decide on how to cache commonly suggested results for user inputs, deciding on which data structure (tree, dictionary etc) would best support in storing closest words with the prefix coming from user input etc. so the suggestions are more accurate & can be fetched faster (similar to indexing in db). And to make this decision we need to estimate the traffic, requests possible/sec. It will require an understanding of even backend.
    P.S : I'm just typing as im thinking not sure how right i am at thinking these.. i know no theory or jargons in system design.

  • @yashpatel1129
    @yashpatel1129 11 днів тому +1

    we can use caching for auto suggestion functionality. something like LRU cache