Frontend System Design Interview (Build Google Search)

Поделиться
HTML-код
  • Опубликовано: 17 ноя 2024

Комментарии • 13

  • @therealseniordev
    @therealseniordev  3 месяца назад

    Find Your Technical Gaps With This FREE 10-Minute Technical Assessment:
    learn.theseniordev.com/technical-assessment

  • @maliksoltukiev
    @maliksoltukiev 3 месяца назад +4

    I have been working as a Frontend Developer for a long time, but I got to know of the existence of System Design Interview only recently and I like watching those videos

    • @therealseniordev
      @therealseniordev  3 месяца назад

      They are rather new @malik, and got more popular in the last five years

  • @NishanthNair
    @NishanthNair 2 месяца назад +4

    10:28 To navigate through the search suggestions, up and down arrow keys must be used, not tabs as it is a list. If the tab focus is on the input text box, next tab will take the user to the button. Otherwise there is no way for a keyboard user to type a something and reach the button without navigating through all the auto suggestions.

  • @墨翟嗨喽
    @墨翟嗨喽 21 день назад +1

    great video, which tool do you use for drawing?

  • @vivekgupta-y1b
    @vivekgupta-y1b 26 дней назад

    Thank you so much
    Could you please provide me with a link or image of final explanation part?

  • @christianmacedo3060
    @christianmacedo3060 3 месяца назад

    Amazing work guys 👏👏

    • @therealseniordev
      @therealseniordev  3 месяца назад +1

      thank you so much for the kind words Christian :) glad it helped

  • @nayem6386
    @nayem6386 3 месяца назад

    great

  • @Ridock
    @Ridock Месяц назад +1

    Why do we need an `order` field in the suggestions instead of relying on their order in the list? 9:00

    • @lifeofmrc
      @lifeofmrc Месяц назад

      An idea I had is if you want to manually override the priority of a suggestion (eg: for ads), you could use an order field for that

  • @pradeep7573
    @pradeep7573 3 месяца назад +1

    sometime they even ask to design pagination

    • @therealseniordev
      @therealseniordev  3 месяца назад +1

      Yes Pradeep, although these days infinite scrolling is a more popular question - pagination used to be the case a few years back