Design LeetCode - System Design Interview

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

КОМЕНТАРІ • 17

  • @Hufsa
    @Hufsa 19 днів тому +1

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

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

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

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

    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 Місяць тому

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

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

    This is really helpful. Thanks !

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

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

  • @arshdeepkumar
    @arshdeepkumar 21 день тому

    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  19 днів тому

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

    • @arshdeepkumar
      @arshdeepkumar 19 днів тому

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

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

    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

  • @XxRazcxX
    @XxRazcxX 12 днів тому

    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 12 днів тому

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

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

      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)