PLU | PHP Design Patterns (2020 EN)

Discussion in 'Programming' started by Kanka, Mar 6, 2020.

  1. Kanka

    Kanka Well-Known Member Loyal User

    Messages:
    16,047
    Likes Received:
    449
    Trophy Points:
    83
    [​IMG]

    Company: Pluralsight
    Author: Annapurna Agrawal
    Full Title: PHP Design Patterns
    Year: 2020
    Language: English
    Genre: Educational: Programming
    Skill Level: Intermediate
    Price: -
    -
    Files: MP4 (+ Exercise Files, Slides .PDF)
    Time: 01:20:00
    Video: AVC, 1280 x 720 (1.778) at 30.000 fps, 200 kbps
    Audio: AAC at 96 Kbps, 2 channels, 48.0 KHz



    Design patterns are the solution to common problems in software design. These are blueprints that can be customized to suit the need. In this course, you are going to cover some major design patterns, that are widely used in PHP.

    Design patterns, in any programming language, are the solution to common problems in software design. These are blueprints that can be customized to suit the need, unlike a library or a code file, which can be simply pasted into the out program. In this course, PHP Design Pattern, you will learn foundational knowledge of how using design patterns can make your application design flexible and extensible, following all the design principles. First, you will learn what exactly the design pattern is. Next, you will discover how they are categorized and learn about its types. Finally, you will explore the creational, structural, and behavioral design patterns in PHP. When you’re finished with this course, you will have the skills and knowledge of having a recommendable application design needed to manage and extend it, while keeping it simple.


    Lessons:
    1. Course Overview
    01. Course Overview
    2. Understanding Design Patterns
    02. Introducing Design Patterns
    03. Working with Design Patterns
    04. Design Pattern vs. Design Principle
    3. Learning Creational Design Patterns
    05. Introducing Factory Method
    06. Demo: Factory Method
    07. Introducing Singleton Pattern
    08. Demo: Singleton Pattern
    4. Using Structural Design Patterns
    09. Introducing Adapter Pattern
    10. Demo: Adapter Pattern
    11. Introducing Decorator Pattern
    12. Demo: Decorator Pattern
    5. Implementing Behavioral Design Patterns
    13. Introducing Strategy Pattern
    14. Demo: Strategy Pattern
    15. Introducing Observer Pattern
    16. Demo: Observer Pattern
    17. What's Next?


    -------------