How to scale from ZERO to MILLIONS of users

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

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

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

    😍😍

  • @iranna9065
    @iranna9065 2 месяца назад +1

    This is gem under-rated channel

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

    just question where do i learn these practically?? by building actual project??

    • @SWE-with-VivekBharatha
      @SWE-with-VivekBharatha  3 месяца назад

      In short yes - but not necessarily needed to build full actual complex project.
      You can start with a very basic server with 2 different services (even one http endpoint is enough which do some iops with a database),
      use load testing tools like k6 to simulate traffic, from there rest of all the modules you can spin in docker containers.
      CDN and Data centers exposure would be a bit tricky that you need to deploy into one of cloud service providers like aws, gcp, azure etc
      I hope this helps, create a repo and start building it, happy to help and contribute! 😊