Completed
The domain is not a dependency!
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Do PHP Frameworks Still Make Sense - Let's Go Frameworkless to Focus on the Domain
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 What is a framework?
- 3 Importance of the frameworks
- 4 Legacy Monolith
- 5 It's all about dependency
- 6 Frameworkless Movement
- 7 The domain is not a dependency!
- 8 DDD to the rescue
- 9 Strategic Design
- 10 Tactical Patterns
- 11 Ubiquitous language
- 12 Communication is important
- 13 Bounded contexts
- 14 The context is important in code
- 15 Symfony way
- 16 A model
- 17 A value object
- 18 Laravel way
- 19 Repository implementation
- 20 Diagram of the architecture
- 21 Recap