Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай Master System Design and Design Pattern, а также все другие курсы, прямо сейчас!
Премиум
  1. Урок 1. 00:02:21
    Introduction
  2. Урок 2. 00:13:40
    Backend System techniques for distributed system : SQl/NoSQL
  3. Урок 3. 00:12:16
    System design component: Sharding techniques
  4. Урок 4. 00:15:08
    Design Facebook NewsFeed
  5. Урок 5. 00:19:37
    Design WhatsApp Chat Service
  6. Урок 6. 00:21:02
    Design Twitter like social networking service
  7. Урок 7. 00:19:34
    Design a ride sharing system like Uber
  8. Урок 8. 00:23:07
    Design Instagram
  9. Урок 9. 00:22:22
    Design Drop Box/Google Drive
  10. Урок 10. 00:20:20
    Design Hit Counter
  11. Урок 11. 00:15:16
    Design Tiny URL
  12. Урок 12. 00:20:31
    Design BookMyShow
  13. Урок 13. 00:21:26
    Design youtube/Netflix
  14. Урок 14. 00:29:58
    Design a two Player Online Chess Game
  15. Урок 15. 00:18:16
    Design Airline Reservation System
  16. Урок 16. 00:13:34
    Design Online Shopping System Like Amazon, Flipkart
  17. Урок 17. 00:08:39
    Design Generic Deck of Cards
  18. Урок 18. 00:11:54
    Design Online Hotel Booking System
  19. Урок 19. 00:13:33
    Design a parking lot System
  20. Урок 20. 00:17:25
    Design Customs HashMap Implementation Internals
  21. Урок 21. 00:02:59
    Design Customs HashMap Implementation Internals - 2
  22. Урок 22. 00:11:06
    Design Cricinfo
  23. Урок 23. 00:17:38
    Design Online food delivery system like Swiggy, Zomato
  24. Урок 24. 00:12:05
    Design online Discussion forum (like stackoverflow,quora)
  25. Урок 25. 00:13:02
    SOLID Principal - Part -1
  26. Урок 26. 00:06:38
    SOLID Principal - Part -2
  27. Урок 27. 00:08:30
    Singleton Design Pattern
  28. Урок 28. 00:11:25
    Factory Design Pattern
  29. Урок 29. 00:11:47
    Abstract Design Pattern
  30. Урок 30. 00:08:52
    Strategy Design Pattern
  31. Урок 31. 00:13:53
    Observer Design Pattern
  32. Урок 32. 00:09:02
    Builder Design Pattern
  33. Урок 33. 00:11:03
    Adapter Design Pattern
  34. Урок 34. 00:15:48
    Decorator Design Pattern
  35. Урок 35. 00:12:43
    Chain of Responsibility Design Pattern
  36. Урок 36. 00:08:53
    How to choose best architecture for System Design interview problems
  37. Урок 37. 00:19:11
    Message Queue - ActiveMQ
  38. Урок 38. 00:19:07
    How to Handle Cascading failure in System Design Problems
  39. Урок 39. 00:10:56
    Handling and Managing the cluster of machine in Distributed Environment.
  40. Урок 40. 00:12:48
    Apache Kafka
  41. Урок 41. 00:11:44
    Concurrency and System failure issues in DB transaction in System Design
  42. Урок 42. 00:13:17
    Distributed Transaction of backend in Distributed System
  43. Урок 43. 00:18:25
    Complete steps of Building and Deploying App in Docker Container Cloud Platform
  44. Урок 44. 00:12:39
    Multithreading concepts with Examples and Code
  45. Урок 45. 00:08:39
    How to Achieve the synchronization between Multithreaded Environment
  46. Урок 46. 00:15:17
    How to Create Deadlock and Remove it in Multithreaded Environment
  47. Урок 47. 00:16:58
    Print sequence of Natural numbers using Three Threads
  48. Урок 48. 00:18:42
    Implementation of Multi Reader and Writer Problem using Multithreading