Most of us use Design Patterns on a daily basis without noticing. Design patterns are commonly defined as solutions to recurring design problems. Frameworks like Laravel use Design Patterns throughout the codebase to keep structure and maintainability. In this talk we will explore 3 to 4 Design Patterns used in Laravel. Once we have a basis of the design patterns we go into some practical examples.

Comments

Comments are closed.

James Titcumb at 18:36 on 26 Jan 2018

Great exploration of design patterns, the strategy pattern section was a bit unclear/I didn't follow fully but otherwise good use of examples to help explain.

Great talk, i would expect more real examples (pizza examples are just not quite real), many laravel examples in my opinion just do to much and violates SRP and was quite hard to understand because of that

Koen Cornelis at 16:10 on 27 Jan 2018

I liked the talk, however it stayed a tad too general for my tastes. I was expecting more in-depth Laravel examples.

Will the slides still come online?