The Factory Pattern is a widely-used creational design pattern in Java. However, the classic implementation has one major flaw — it violates the Open/Closed Principle […]
Continue readingCategory: Architecture
Monolith vs MicroServices vs Serverless
Let’s overview some of the common architecture nowadays and compare them. Which is better? it depends on your needs.
Continue reading