System Design Interview: Design LeetCode w/ a Google Engineer

Поділитися
Вставка
  • Опубліковано 2 жов 2024

КОМЕНТАРІ • 17

  • @michael_pio
    @michael_pio 2 місяці тому +3

    The quality of your content is Great , keep the good work up!

  • @amithgangarapu
    @amithgangarapu 2 місяці тому +2

    The video and your explanation is just perfect!
    I hope your channel grows.

  • @inventorokoth
    @inventorokoth Місяць тому +1

    keep going man. really helpful what you're doing

  • @Bhaavgeete-ij2zs
    @Bhaavgeete-ij2zs 2 місяці тому +1

    Wow.......Simply amazing.
    The quality of content surely deserves a Million Followers. Keep going this way, eager to learn more from you.

  • @Hufsa
    @Hufsa Місяць тому +2

    this is so well detailed, I didn't expect so great material in less than 20 minutes, impressing

  • @elitegamer8008
    @elitegamer8008 2 місяці тому +1

    Ohh nice video all the best for future Endeavours and bring more system design videos like this

    • @SystemDesignSchool
      @SystemDesignSchool  2 місяці тому +2

      Yes, we will! Thank you for being our first comment!

  • @XxRazcxX
    @XxRazcxX Місяць тому

    On 4:37 u said 556 Read QPS and 5.56 write QPS. Then on 5:47 you say 556 Write QPS and 5.56 Read QPS.

    • @XxRazcxX
      @XxRazcxX Місяць тому

      I personally think its 556 WRITE QPS since submission are saved.

    • @SystemDesignSchool
      @SystemDesignSchool  25 днів тому

      Oh oops, it should be read 556 since the assumption is read:write 100:1 (we requests info from the server a lot more than we submit solutions)

  • @shivanshbhat1056
    @shivanshbhat1056 2 місяці тому

    This is really helpful. Thanks !

  • @yosifsalim-nz3mp
    @yosifsalim-nz3mp 2 місяці тому

    what did you use for documenting the API ?

    • @SystemDesignSchool
      @SystemDesignSchool  Місяць тому

      I used the tool here to document it and have AI grade it: systemdesignschool.io/problems/leetcode

  • @arshdeepkumar
    @arshdeepkumar Місяць тому

    using docker will still leak your code, message queue and db keys that you still will need to subscribe to queue and save results to DB
    maybe a way to disable file access and network for user programs

    • @SystemDesignSchool
      @SystemDesignSchool  Місяць тому

      user code runs in docker container has separate filesystem namespace and cannot access other processes

    • @arshdeepkumar
      @arshdeepkumar Місяць тому

      I mean in the docket container you'll have source code ? For polling and executing code ?