Tags
Language
Tags
May 2025
Su Mo Tu We Th Fr Sa
27 28 29 30 1 2 3
4 5 6 7 8 9 10
11 12 13 14 15 16 17
18 19 20 21 22 23 24
25 26 27 28 29 30 31
    Attention❗ To save your time, in order to download anything on this site, you must be registered 👉 HERE. If you do not have a registration yet, it is better to do it right away. ✌

    ( • )( • ) ( ͡⚆ ͜ʖ ͡⚆ ) (‿ˠ‿)
    SpicyMags.xyz

    Node.js: Design Patterns

    Posted By: Landau17
    Node.js: Design Patterns

    Node.js: Design Patterns
    MP4 | Video: 720p | Duration: 2:11:06 | English | Subtitles: VTT | 296.1 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