Design Patterns & Antipatterns in JavaScript 2023
Unlocking the Secrets of Efficient CodeWhat you'll learn
- Get a complete understanding of Javascript design patterns & understand where to use them in Javascript code
- How Design Patterns Solve Design Problems
- Learn the differences between competing design patterns to choose correct solution to your problem
- Master the Structural Design Patterns (Adapter, Bridge, Composite, Decorator, Facade, Flyweight, Proxy)
- Master the Creational Design Patterns (Factory, Abstract Factory, Builder, Prototype, Singleton)
- Comprehensive knowledge about limitations, comparisons, real world usage & hand on examples of design patterns using Javascript