Design Patterns in TypeScript

Udemy Design Patterns in TypeScript

Register & Get access to index
IPxL48G.jpg


Implement and Learn All 23 GoF (Gang of Four) Design Patterns In TypeScript.

What you'll learn​

  • Design Patterns in TypeScript
  • Learn All 23 GoF Design Patterns
  • Creational Patterns : Factory, Abstract Factory, Builder, Prototype, Singleton
  • Structural Patterns : Decorator, Adapter, Facade, Bridge, Composite, Flyweight, Proxy
  • Behavioral Patterns : Command, Chain of Responsibility, Observer, Interpreter, Iterator, Mediator, Memento, State, Strategy, Template, Visitor
  • Learn Many TypeScript Concepts : TSC, tsconfig, ES6 Imports/Exports, Classes, Interfaces, Types, Inheritance, Static Members, Access modifiers and many more TypeScript concepts
  • UML Diagramming : Inherits, Implements, Composition, Aggregates, Association
  • Learn Each Pattern from Conceptual and Use Case Points of View
  • Develop Your Software Engineering Vocabulary

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
Author
TUTProfessor
Downloads
185
Views
1,466
First release
Last update
Rating
0.00 star(s) 0 ratings

More resources from TUTProfessor