simple factory and factory method pattern - java -explained
Intent
Simple Factory
This is actually not a design pattern but a programming idiom.
Use Simple Factory when you want to abstract the object creation only but when the intention is to create a framework which is responsible from the creation of an o...
adityatechinsights.com7 min read
Nitin Khaitan
Towards Polyglot Architecture
Kudos for the excellent article.
Below is a good read about the design pattern for the database layer: medium.com / towards-polyglot-architecture / design-patterns-for-the-database-layer-7b741b126036