#design-pattern

[ follow ]
Realpython
2 months ago
Web development

Model-View-Controller (MVC) in Python Web Apps: Explained With Lego - Real Python

MVC is a fundamental design pattern in web development.
The MVC pattern can be understood using a Lego-based analogy. [ more ]
Medium
4 months ago
JavaScript

7 Node.js Design Patterns Every Developer Should Know

The Facade design pattern simplifies complex subsystems by providing a unified interface.
The Singleton pattern ensures that a class has one global instance that can be accessed using a static method. [ more ]
[ Load more ]