Design Patterns The Visitor Design Pattern The visitor design pattern allows us to add operations to objects that already exist without modifying their classes and without extending them. Read More » September 5, 2023 No Comments
Android Anti Patterns Unlike design patterns, anti patterns just seem to be a solution. However, they are not a solution and they cause additional costs. Read More » August 8, 2023 No Comments
Design Patterns MongoDB Design Patterns Based on my experience, it seems that most of the developers that use MongoDB are not familiar with the MongoDB design patterns. Read More » August 1, 2022 No Comments