2015
5:18 hours
├── 01 Design Patterns
│ ├── 001 What are Design Patterns.mp4
│ ├── 002 History of Design Patterns.mp4
│ ├── 003 Why Study Design Patterns.mp4
│ ├── 004 Describing Design Patterns.mp4
│ ├── 005 The Catalog of Design Patterns.mp4
│ └── 006 Classification of Design Patterns.mp4
├── 02 Case Study of SysMan – System Management Product
│ ├── 001 Introduction.mp4
│ ├── 002 SysMan Introduction.mp4
│ ├── 003 Requirements.mp4
│ ├── 004 Architecture.mp4
│ ├── 005 Design.mp4
│ ├── 006 Design Problems 1-4.mp4
│ ├── 007 Design Problems 5-8.mp4
│ ├── 008 Design Problems 9-12.mp4
│ ├── 009 Design Problems 13-16.mp4
│ ├── 010 Design Problems 17-20.mp4
│ └── 011 Design Problems 21-23.mp4
├── 03 Creational Patterns
│ ├── 001 Abstract Factory.mp4
│ ├── 001 Creational Patterns Source.pdf
│ ├── 001 Quiz on Creational patterns Quiz.html
│ ├── 002 Explanation of Abstract Factory Structure Source.mp4
│ ├── 003 Builder.mp4
│ ├── 004 Explanation of Builder Structure Source.mp4
│ ├── 005 Factory Method.mp4
│ ├── 006 Explanation of Factory Method Structure Source.mp4
│ ├── 007 Prototype.mp4
│ ├── 008 Explanation of Prototype Structure Source.mp4
│ ├── 009 Singleton.mp4
│ └── 010 Explanation of Singleton Structure Source.mp4
├── 04 Structural Patterns
│ ├── 001 Adapter.mp4
│ ├── 001 Quiz on Structural patterns – 1 Quiz.html
│ ├── 001 Structural Patterns Source.pdf
│ ├── 002 Explanation of Adapter Structure Source.mp4
│ ├── 002 Quiz on Structural patterns – 2 Quiz.html
│ ├── 003 Bridge.mp4
│ ├── 004 Explanation of Bridge Structure Source.mp4
│ ├── 005 Composite.mp4
│ ├── 006 Explanation of Composite Structure Source.mp4
│ ├── 007 Decorator.mp4
│ ├── 008 Explanation of Decorator Structure Source.mp4
│ ├── 009 Facade.mp4
│ ├── 010 Explanation of Facade Structure Source.mp4
│ ├── 011 Flyweight.mp4
│ ├── 012 Explanation of Flyweight Structure Source.mp4
│ ├── 013 Proxy.mp4
│ └── 014 Explanation of Proxy Structure Source.mp4
└── 05 Behavioral Patterns
├── 001 Behavioral Patterns Source.pdf
├── 001 Chain of Responsibility.mp4
├── 001 Quiz on Behavioral patterns – 1 Quiz.html
├── 002 Explanation of Chain of Responsibility Structure Source.mp4
├── 002 Quiz on Behavioral patterns – 2 Quiz.html
├── 003 Command.mp4
├── 004 Explanation of Command Structure Source.mp4
├── 005 Interpreter.mp4
├── 006 Explanation of Interpreter Structure Source.mp4
├── 007 Iterator.mp4
├── 008 Explanation of Iterator Structure Source.mp4
├── 009 Mediator.mp4
├── 010 Explanation of Mediator Structure Source.mp4
├── 011 Memento.mp4
├── 012 Explanation of Memento Structure Source.mp4
├── 013 Observer.mp4
├── 014 Explanation of Observer Structure Source.mp4
├── 015 State.mp4
├── 016 Explanation of State Structure Source.mp4
├── 017 Strategy.mp4
├── 018 Explanation of Strategy Structure Source.mp4
├── 019 Template Method.mp4
├── 020 Explanation of Template Method Structure Source.mp4
├── 021 Visitor.mp4
└── 022 Explanation of Visitor Structure Source.mp4