Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай Pragmatic System Design, а также все другие курсы, прямо сейчас!
Премиум
  1. Урок 1. 00:03:50
    Introduction to Pragmatic System Design
  2. Урок 2. 00:02:31
    Diagram building blocks
  3. Урок 3. 00:01:11
    Diagram flow
  4. Урок 4. 00:03:28
    Making Estimates
  5. Урок 5. 00:05:53
    Load Balancing
  6. Урок 6. 00:04:19
    CDN
  7. Урок 7. 00:01:46
    Introduction
  8. Урок 8. 00:03:12
    Caching Strategies
  9. Урок 9. 00:03:23
    Eviction Policies
  10. Урок 10. 00:03:58
    Redis
  11. Урок 11. 00:04:32
    Introduction
  12. Урок 12. 00:02:29
    Messaging
  13. Урок 13. 00:05:09
    RabbitMQ
  14. Урок 14. 00:03:57
    Kafka
  15. Урок 15. 00:04:03
    TCP
  16. Урок 16. 00:03:09
    UDP
  17. Урок 17. 00:00:56
    Summary: TCP vs UDP
  18. Урок 18. 00:01:05
    HTTP
  19. Урок 19. 00:01:56
    HTTP - Methods
  20. Урок 20. 00:02:36
    HTTP - Status Codes
  21. Урок 21. 00:01:14
    REST
  22. Урок 22. 00:03:30
    RESTfulness
  23. Урок 23. 00:03:36
    WebSockets
  24. Урок 24. 00:02:54
    Long Polling
  25. Урок 25. 00:04:13
    gRPC
  26. Урок 26. 00:04:54
    GraphQL
  27. Урок 27. 00:01:58
    Summary
  28. Урок 28. 00:02:29
    Concurrency vs Parallelism
  29. Урок 29. 00:06:40
    Processes
  30. Урок 30. 00:03:52
    Threads
  31. Урок 31. 00:01:17
    Thread Pools
  32. Урок 32. 00:07:09
    Indexes
  33. Урок 33. 00:10:25
    Sharding
  34. Урок 34. 00:03:59
    Consistent Hashing
  35. Урок 35. 00:10:29
    Partitioning
  36. Урок 36. 00:04:36
    CAP Theorem
  37. Урок 37. 00:04:53
    ACID transactions
  38. Урок 38. 00:05:35
    Web Sessions
  39. Урок 39. 00:05:34
    Problem Introduction - Design a Taxi Hailing App
  40. Урок 40. 00:04:40
    Driver Locations
  41. Урок 41. 00:03:54
    Storing Locations
  42. Урок 42. 00:05:06
    Taxis Around You
  43. Урок 43. 00:03:29
    Matching
  44. Урок 44. 00:00:49
    Summary - Design a Taxi Hailing App
  45. Урок 45. 00:01:37
    Problem Introduction - Design a Chat
  46. Урок 46. 00:03:25
    Basic Design
  47. Урок 47. 00:02:11
    Scaling Reads
  48. Урок 48. 00:02:00
    Sharding Chat Messages
  49. Урок 49. 00:02:18
    Scaling chat using queues
  50. Урок 50. 00:01:25
    Summary - Design a Chat
  51. Урок 51. 00:02:30
    Problem Introduction - Design a Web Crawler
  52. Урок 52. 00:02:13
    Basic Design
  53. Урок 53. 00:03:00
    Fetching Content
  54. Урок 54. 00:03:12
    What's a "new" URL?
  55. Урок 55. 00:04:14
    Uniqueness
  56. Урок 56. 00:05:41
    Priorities
  57. Урок 57. 00:01:06
    Summary - Design a Web Crawler
  58. Урок 58. 00:01:47
    Problem Introduction - Design an Auction
  59. Урок 59. 00:02:15
    Basic Design for an Auction
  60. Урок 60. 00:01:45
    Optimistic Locking of Bids
  61. Урок 61. 00:02:08
    Serialisation of Bids
  62. Урок 62. 00:02:55
    Event-Driven Approach for Bids
  63. Урок 63. 00:01:42
    Scaling an Auction
  64. Урок 64. 00:00:53
    Summary - Design an Auction
  65. Урок 65. 00:01:23
    Problem Introduction - Design a URL Shortener
  66. Урок 66. 00:01:59
    Basic Design for a URL Shortener
  67. Урок 67. 00:02:48
    Short Identifiers
  68. Урок 68. 00:02:27
    Scaling Reads
  69. Урок 69. 00:01:06
    Extra: DynamoDB
  70. Урок 70. 00:02:03
    Caching
  71. Урок 71. 00:01:09
    Summary - Design a URL Shortener
  72. Урок 72. 00:01:42
    Problem Introduction
  73. Урок 73. 00:04:38
    Basic Design
  74. Урок 74. 00:04:46
    Concurrency
  75. Урок 75. 00:04:54
    Scalability
  76. Урок 76. 00:01:01
    Summary
  77. Урок 77. 00:02:13
    Extra: Scaling Using Queues
  78. Урок 78. 00:02:13
    Problem Introduction - News Feed
  79. Урок 79. 00:02:05
    Basic Design - News Feed
  80. Урок 80. 00:01:17
    Storage Calculations - News Feed
  81. Урок 81. 00:03:48
    Scaling reads
  82. Урок 82. 00:02:23
    Long Term Storage and Short Term Storage
  83. Урок 83. 00:01:26
    Feed Optimisation
  84. Урок 84. 00:03:15
    VIPs
  85. Урок 85. 00:01:19
    Summary - News Feed