Design Patterns Playbook: Structural Patterns

Design Patterns Playbook: Structural Patterns

English | MP4 | AVC 1280×720 | AAC 44KHz 2ch | 1h 05m | 143 MB

Design Patterns are a priceless tool for professional developers.This course, Design Patterns Playbook: Structural Patterns, is the fastest way to understand four of the most advanced patterns: Adapter, Decorator, Proxy, and Composite.

Design Patterns are a must-have in any developer’s bag of tricks. The most useful patterns, however, are also the hardest to understand. “Structural” patterns, in particular, are both extremely useful and somewhat difficult to master. In this course, Design Patterns Playbook: Structural patterns, you will learn the structural patterns that tell apart the master programmer from the rookie. You will then learn to understand patterns through practical examples that use pictures and code together. Finally, you will have a brief overview of what Design Patterns are and why they are so useful. Believe it or not, we’ll be done in just over one hour. At the end of this short training, you will know how to wield Adapter, Decorator, Proxy, and Composite to make your code easier to understand and maintain. Grab your favorite IDE or just sit down comfortably, set aside one hour of focused time, and let’s do this!

Table of Contents

01 – Course Overview
02 – The Problem
03 – Looking for Solutions
04 – Enter the Adapter
05 – Adapter Wrap-up
06 – design-patterns-structural-playbook-m2-01
07 – design-patterns-structural-playbook-m2-02
08 – design-patterns-structural-playbook-m2-03
09 – The Problem
10 – Looking for Solutions
11 – Enter the Decorator
12 – Decorators in the Real World
13 – The Problem
14 – Enter the Proxy
15 – Proxy Flavours
16 – Proxy vs. Decorator
17 – The Problem
18 – Looking for Solutions
19 – Enter Composite
20 – Composite and Hierarchies
21 – A Look Back at the Four Patterns
22 – Thank You