Design Patterns in TypeScript

Description

Learn All of the 23 GoF (Gang of Four) Design Patterns and Implemented them in TypeScript.

Design Patterns are descriptions or templates that can be repeatedly applied to commonly recurring problems during in software design.

A familiarity of Design Patterns is very useful when planning, discussing, managing and documenting your applications from now and into the future.

Also, throughout the course, as each design pattern is discussed and demonstrated using example code, I introduce new TypeScript coding concepts along with each new design pattern. So that as you progress through the course and try out the examples, you will also get experience and familiarity with some of the finer details of programming with TypeScript.

In this course, you will learn about these 23 Design Patterns, 

  • Creational
    • Factory
    • Abstract Factory
    • Builder
    • Prototype
    • Singleton
  • Structural
    • Decorator
    • Adapter
    • Facade
    • Bridge
    • Composite
    • Flyweight
    • Proxy
  • Behavioral
    • Command
    • Chain of Responsibility
    • Observer Pattern
    • Interpreter
    • Iterator
    • Mediator
    • Memento
    • State
    • Strategy
    • Template
    • Visitor

In the list of patterns above, there are Creational, Structural and Behavioral patterns.

  • Creational : Abstracts the instantiation process so that there is a logical separation between how objects are composed and finally represented.
  • Structural : Focuses more on how classes and objects are composed using the different structural techniques, and to form structures with more or altered flexibility.
  • Behavioral : Are concerned with the inner algorithms, process flow, the assignment of responsibilities and the intercommunication between objects.

Design patterns will give you a useful and common vocabulary for when designing, documenting, analyzing, restructuring new and existing software development projects from now and into the future.

I look forward to having you take part in my course.

Sean Bradley

Who this course is for:

  • TypeScript Developers
  • Software Architects
  • Software Engineers

Requirements

  • An OS such as Windows 10, Mac OSX or Linux
  • An IDE such as VSCode, Atom, Webstorm, Vim, Notepad or Just the command line.
  • A Desire to Understand the 23 GoF Design Patterns

Last Updated 6/2021

Download Links

Direct Download

Design Patterns in TypeScript.zip (4.6 GB) | Mirror

Torrent Download

Design Patterns in TypeScript.torrent (114 KB) | Mirror

Leave a Reply

Your email address will not be published. Required fields are marked *