Streamlining your Blogging Workflow ยท If you're a fan of Notion and have been thinking about using it to manage your blog posts while automatically...
With strategy design pattern, it is possible do define a family of algorithms and choose the appropriate one to use at runtime. Since the algorithm is...
A pattern that encapsulate a request as a stand-alone object. This object contains all information about request. As a result, it is possible to pass...
Design Patterns are standard solutions to common design problems in object-oriented applications. They act as guidelines that can be used to solve...
A behavioral design pattern that lets you pass requests along a chain of handlers. Upon receiving a request, each handler decides whether to process...
This is a link