1. Урок 1. 00:01:17
    Course Overview
  2. Урок 2. 00:01:30
    Introduction
  3. Урок 3. 00:01:31
    The Problem
  4. Урок 4. 00:01:59
    Design Patterns to the Rescue
  5. Урок 5. 00:01:36
    Physical Design Patterns
  6. Урок 6. 00:01:53
    The Gang of Four
  7. Урок 7. 00:02:02
    So What Is a Design Pattern Anyway?
  8. Урок 8. 00:04:44
    The Types of Patterns
  9. Урок 9. 00:00:44
    Introduction
  10. Урок 10. 00:01:31
    Creating Objects in JavaScript
  11. Урок 11. 00:01:48
    Reading and Writing Attributes
  12. Урок 12. 00:03:17
    Demo Task Creation
  13. Урок 13. 00:01:05
    Define Property
  14. Урок 14. 00:04:06
    Demo: Define Property
  15. Урок 15. 00:01:29
    Demo: Inheritance
  16. Урок 16. 00:00:49
    Summary
  17. Урок 17. 00:00:49
    Introduction
  18. Урок 18. 00:03:11
    Constructor Pattern
  19. Урок 19. 00:03:57
    Demo: Constructor Pattern
  20. Урок 20. 00:01:39
    Prototypes
  21. Урок 21. 00:01:49
    Demo: Prototypes
  22. Урок 22. 00:02:17
    Demo: Constructor Node
  23. Урок 23. 00:03:30
    Demo: Classes
  24. Урок 24. 00:05:53
    Demo: Constructor Angular
  25. Урок 25. 00:02:16
    Module Pattern
  26. Урок 26. 00:07:39
    Demo: Module Pattern
  27. Урок 27. 00:04:17
    Demo: Angular Module Pattern
  28. Урок 28. 00:01:39
    Factory Pattern
  29. Урок 29. 00:08:31
    Demo: Factory Pattern
  30. Урок 30. 00:02:43
    Singleton Pattern
  31. Урок 31. 00:04:59
    Demo: Singleton Node
  32. Урок 32. 00:03:08
    Demo: Singleton Angular
  33. Урок 33. 00:01:37
    Summary
  34. Урок 34. 00:01:24
    Introduction
  35. Урок 35. 00:01:28
    Decorator Pattern
  36. Урок 36. 00:03:25
    Demo: Simple Decorator
  37. Урок 37. 00:06:16
    Demo: More Complicated Decorator
  38. Урок 38. 00:05:27
    Demo: Decorating Objects in Angular
  39. Урок 39. 00:05:44
    Demo: Decorating Services in Angular
  40. Урок 40. 00:01:46
    Facade Pattern
  41. Урок 41. 00:06:58
    Demo: Facade Node
  42. Урок 42. 00:05:47
    Demo: Facade Angular
  43. Урок 43. 00:02:31
    Flyweight
  44. Урок 44. 00:10:04
    Demo: Flyweight
  45. Урок 45. 00:01:31
    Summary
  46. Урок 46. 00:01:41
    Introduction
  47. Урок 47. 00:03:14
    Observer Pattern
  48. Урок 48. 00:01:43
    Demo: Setting up the Environment
  49. Урок 49. 00:02:28
    Demo: Creating Our Observers
  50. Урок 50. 00:02:17
    Demo: Creating Our Observer List
  51. Урок 51. 00:07:37
    Demo: Adding Our Subject
  52. Урок 52. 00:03:19
    Demo: Removing Observers
  53. Урок 53. 00:02:00
    Mediator Pattern
  54. Урок 54. 00:10:33
    Demo: Mediator Pattern
  55. Урок 55. 00:01:51
    Command Pattern
  56. Урок 56. 00:08:56
    Demo: Command Pattern
  57. Урок 57. 00:01:26
    Summary