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