Node.js: Design Patterns

Node.js: Design Patterns

English | MP4 | AVC 1280×720 | AAC 48KHz 2ch | 2h 11m | 301 MB

Design patterns encourage programming efficiency and code reuse. Learn how to use the same design patterns used in Java and C++ programming in JavaScript. This course is a look at 13 of the most popular object-oriented design patterns as applied to Node.js. Learn essential creational and structural patterns to help solve common coding challenges, while introducing best practices that will keep solutions consistent, complete, and correct. Instructor Alex Banks shows how to implement and improve these patterns so that they are optimized for the Node library.

Topics include:

  • Design patterns and anti-patterns
  • Singleton pattern
  • Prototype pattern
  • Factory pattern
  • Builder pattern
  • Adapter pattern
  • Proxy pattern
  • Decorator pattern
  • Command pattern
  • Observer pattern
  • Strategy pattern